source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7427d1ca   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: g723.1: …
(edit) @0e05908c   12 years michaelni vda: fix make checkheaders. Signed-off-by: Michael Niedermayer …
(edit) @a32fa21d   12 years stefasab lavfi/asetnsamples: push as many frames as ready Signed-off-by: …
(edit) @0d230e93   12 years mans g723.1: simplify scale_vector() It is impossible for bits to be 15 …
(edit) @a4b8fc3a   12 years mans g723.1: simplify normalize_bits() This function is always called with …
(edit) @063910f5   12 years diego vda: cosmetics: fix Doxygen comment formatting Signed-off-by: Diego …
(edit) @694be29f   12 years diego vda: better frame allocation Signed-off-by: Diego Biurrun …
(edit) @dc87ac55   12 years diego vda: Merge implementation into one file Signed-off-by: Diego Biurrun …
(edit) @3c379706   12 years diego vda: support synchronous decoding Note that the symbols used to run …
(edit) @cfc680ab   12 years diego vda: Reuse the bitstream buffer and reallocate it only if needed …
(edit) @082b745d   12 years nicolas.george filter_design: document ownership and permissions.
(edit) @271ddb11   12 years nicolas.george lavfi: use min_perms and rej_perms for out pads. There are several …
(edit) @67a804b9   12 years nicolas.george dvdsubenc: reindent after recent commit.
(edit) @2d3acbfe   12 years nicolas.george lavc: add const to AVCodecContext.codec_descriptor.
(edit) @9bb936a8   12 years nicolas.george lavc: reimplement avcodec_get_name with descriptors.
(edit) @690ef618   12 years nicolas.george ffmpeg: copy subtitles frame dimensions. The sub-movtextenc ref file …
(edit) @e4f4d99d   12 years nicolas.george ffmpeg: make -s work for subtitles too. Some codecs allow to encode …
(edit) @17e40236   12 years nicolas.george dvdsubenc: set frame size in extradata.
(edit) @b1511e00   12 years nicolas.george lavf: probe PGS subtitles definition. The resolution is in the …
(edit) @2dedd8f4   12 years nicolas.george dvdsubenc: make it usable for transcoding. DVD subtitles packets can …
(edit) @0cad101e   12 years nicolas.george ffmpeg: add an option to fix subtitles durations. With this option, …
(edit) @ad08dfd5   12 years diego build: Factor out mpegvideo encoding dependencies to …
(edit) @1bfa349a   12 years michaelni vda: merge implementation into one file. Signed-off-by: Michael …
(edit) @7f3dfd20   12 years michaelni vda: support synchronous decoding. Note that the symbols used to run …
(edit) @47682ddc   12 years michaelni more verbose error messages at configure time Signed-off-by: …
(edit) @e47d979   12 years michaelni asfdec: ignore too tiny indexes Fixes Ticket1521 Signed-off-by: …
(edit) @0af85d57   12 years martin avprobe: Include libm.h for the log2 fallback Signed-off-by: Martin …
(edit) @cee03436   12 years lu_zero proresenc: use the edge emulation buffer Prevents reading past the …
(edit) @fb96c1c5   12 years lu_zero rtmp: handle bytes read reports 0x03 (bytes read report) is a known …
(edit) @5e3900c7   12 years michaelni hls: Initialize stream_offset before find_stream_info. find stream …
(edit) @cc913f74   12 years michaelni hls: check that the streams have been initialized before checking …
(edit) @fe5fba44   12 years diego configure: Fix typo in mpeg2video/svq1 decoder dependency declaration
(edit) @d752509b   12 years mans Use log2(x) instead of log(x) / log(2) Signed-off-by: Mans Rullgard …
(edit) @ffda8f0f   12 years michaelni Proresenc: add multithreading support Signed-off-by: Michael …
(edit) @90540c2d   12 years mans x86: swscale: fix fragile memory accesses To access data at multiple …
(edit) @10b83cb6   12 years mans x86: swscale: remove disabled code This code has been disabled since …
(edit) @480178a2   12 years mans x86: yadif: fix asm with suncc Under some circumstances, suncc will …
(edit) @8ec0204e   12 years mans x86: cabac: allow building with suncc This fixes two issues …
(edit) @c8252e80   12 years mans x86: mlpdsp: avoid taking address of void This code contains a C …
(edit) @87fa05a0   12 years mans ARM: intmath: use native-size return types for clipping functions …
(edit) @603221eb   12 years michaelni g723_1dec: inline normalize_bits() in scale vector and optimize it. …
(edit) @20035fa2   12 years michaelni g723_1dec: remove dead code that leaked in from libav It appears …
(edit) @84d29df0   12 years michaelni g723_1dec: remove unneeded cliping that leaked in from merge from …
(edit) @a9040a11   12 years michaelni g723_1dec: avoid memcpy Signed-off-by: Michael Niedermayer …
(edit) @d8c3170   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @bd70a527   12 years onemda paf: prevent invalid write Closes #1631. Signed-off-by: Paul B Mahol …
(edit) @c3da2c19   12 years stefasab build: extend documentation building mechanism Allow to select …
(edit) @ae60d2c8   12 years stefasab lavfi: add hue filter This is a port of the MPlayer hue filter …
(edit) @03e8944f   12 years nicolas.george lavc: add missing codec descriptors.
(edit) @f594dafc   12 years nicolas.george tools: add a script to find missing codec descriptors.
(edit) @71060007   12 years michaelni h264_cavlc: switch forgotten assert to av_assert Signed-off-by: …
(edit) @e9d0ab57   12 years michaelni h264: fix x264 build detection Fixes Ticket1503 Signed-off-by: …
(edit) @69665bd6   12 years mans g723.1: do not pass large structs by value Signed-off-by: Mans …
(edit) @138914dc   12 years mans g723.1: do not bounce intermediate values via memory Although a …
(edit) @cbcf1b41   12 years mans g723.1: declare a variable in the block it is used Signed-off-by: …
(edit) @35b533e   12 years mans g723.1: avoid saving/restoring excitation Writing the scaled …
(edit) @4b728b47   12 years mans g723.1: avoid unnecessary memcpy() in residual_interp() …
(edit) @f645710c   12 years mans g723.1: make postfilter write directly to output buffer …
(edit) @19532643   12 years mans g723.1: drop unnecessary variable buf_ptr in formant_postfilter() …
(edit) @b2af2c4b   12 years mans g723.1: make scale_vector() output to a separate buffer …
(edit) @783da0d6   12 years mans g723.1: make autocorr_max() work on an arbitrary buffer …
(edit) @37161051   12 years mans g723.1: do not needlessly use int64_t Signed-off-by: Mans Rullgard …
(edit) @47c73a7   12 years mans g723.1: use saturating addition functions Use saturating addition …
(edit) @4aca716   12 years mans g723.1: optimise scale_vector() Firstly, nothing in this function can …
(edit) @1eb1f6f2   12 years mans g723.1: remove useless uses of MUL64() The operands in both cases are …
(edit) @5a43eba9   12 years mans g723.1: remove unnecessary argument 'shift' from dot_product() The …
(edit) @8b0de734   12 years mans g723.1: deobfuscate "(x << 4) - x" to "15 * x" The compiler performs …
(edit) @fddc5b9b   12 years mans celp: optimise ff_celp_lp_synthesis_filter() Adding instead of …
(edit) @6c4975ea   12 years mans libavutil: add saturating addition functions Fixed-point audio codecs …
(edit) @ed8d827a   12 years michaelni riffenc: fix aac Fixes Ticket1435 Signed-off-by: Michael Niedermayer …
(edit) @5c0d8bc4   12 years stefasab lavfi: add avfilter_get_class() and iteration callbacks Allow …
(edit) @a25346e   12 years stefasab lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro
(edit) @3239382a   12 years stefasab doc/texi2pod: add "use warnings" directive The script was previously …
(edit) @118bd609   12 years Reimar.Doeffinger Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. About 30% …
(edit) @bb707392   12 years michaelni oggparsetheora: fix metadata parsing Fixes Ticket1508 Signed-off-by: …
(edit) @17c11cef   12 years derek.buitenhuis cllc: Implement ARGB support Signed-off-by: Derek Buitenhuis …
(edit) @ba752dc   12 years derek.buitenhuis cllc: Implement ARGB support Signed-off-by: Derek Buitenhuis …
(edit) @7fda47d   12 years derek.buitenhuis cllc: Add support for QRGB Signed-off-by: Derek Buitenhuis …
(edit) @f4bb38cc   12 years derek.buitenhuis cllc: Rename some funcs to represent what they actually do This is in …
(edit) @21d62c47   12 years derek.buitenhuis cllc: Add support for QRGB Signed-off-by: Derek Buitenhuis …
(edit) @4637009e   12 years derek.buitenhuis cllc: Rename some funcs to represent what they actually do This is in …
(edit) @ab0ea7cb   12 years michaelni ffplay: avoid SDL_atoi() It appears this function is not available …
(edit) @d70231f0   12 years michaelni Fix reading past the end of frame buffer. Signed-off-by: Michael …
(edit) @bd922050   12 years michaelni mov: remux AALP tag AALP(AALP001) tag is present in 32bpp files …
(edit) @bbe1a468   12 years michaelni fate: split asyncts from aresample test Signed-off-by: Michael …
(edit) @3b9e832e   12 years diego x86: Drop silly "_yasm" suffixes from filenames
(edit) @d5c90ff2   12 years michaelni lavf: reimplement is_intra_only() by using the AVCodecContext codec …
(edit) @da74e883   12 years michaelni lavc: add codec_descriptor field to AVCodecContext. This can be used …
(edit) @d0bf3bf1   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @f30ff542   12 years diego doc: Clarify licensing issues arising from external libraries
(edit) @bdefe22b   12 years martin lavf: Detect discontinuities in timestamps for …
(edit) @30c26c24   12 years martin lavf: Initialize the stream info timestamps in avformat_new_stream …
(edit) @6e9bbc65   12 years anton id3v2: Match PIC mimetype/format case-insensitively Some files' …
(edit) @6fd7bf7b   12 years michaelni sgidec: fix error free end detection. Fixes Ticket1506 Signed-off-by: …
(edit) @39c56ef9   12 years michaelni sgidec: correct end pointer Signed-off-by: Michael Niedermayer …
(edit) @c5ea3a00   12 years michaelni ffmpeg: Do not discard slightly invalid timestamps. Fixes Ticket1627 …
(edit) @15e4bd65   12 years michaelni vc1dec: support debug & FF_DEBUG_PICT_INFO. Signed-off-by: Michael …
(edit) @a036ac57   12 years michaelni lavf: do not discard correct dts in favor of wrong pts for …
(edit) @2e4b6627   12 years michaelni mov: add av_dlog() to CTTS reading code like is already done in STTS. …
(edit) @575db883   12 years diego configure: Rename check_asm() to more fitting check_inline_asm()
Note: See TracRevisionLog for help on using the revision log.