source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1c967827   13 years michaelni mxf: H.264/MPEG-4 AVC Intra support Signed-off-by: Michael …
(edit) @231a6df9   13 years michaelni h264dec: h264: 4:2:2 intra decoding Signed-off-by: Michael …
(edit) @9a33078b   13 years michaelni dsputil_mmx: fix indention Signed-off-by: Michael Niedermayer …
(edit) @6e7315f4   13 years michaelni mpegvideo: Fix vshift vs hshift typo Signed-off-by: Michael …
(edit) @ecaf5143   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacenc: …
(edit) @d9c9a0c7   13 years michaelni sws: remove hScale16NX_c() Signed-off-by: Michael Niedermayer …
(edit) @66bb5cd5   13 years michaelni sws: remove hScale16N() and use ronalds reformated version of it. …
(edit) @3652409f   13 years michaelni sws: remove unneeded code from last merge Signed-off-by: Michael …
(edit) @b854c2a7   13 years stefano.sabatini-lala vf_unsharp: set default chroma size value to 5x5 The previous default …
(edit) @63b61d55   13 years stefano.sabatini-lala vf_unsharp: fix out-of-buffer read In apply_unsharp(), when y is >= …
(edit) @6e89bdfe   13 years stefano.sabatini-lala lavfi: remove delogo mp wrapper The delogo filter has been natively …
(edit) @2701f6cc   13 years stefano.sabatini-lala lavfi: port libmpcodecs delogo filter The ported filter supports …
(edit) @0a229581   13 years stefano.sabatini-lala lavfi: add aformat filter Signed-off-by: Stefano Sabatini …
(edit) @3f07d40e   13 years stefano.sabatini-lala lavfi: add internal functions for parsing format arguments …
(edit) @24efdea7   13 years alex.converse aacenc: Fix number of coefficients used in a LFE channel. The spec …
(edit) @51a1d4d9   13 years alex.converse aacenc: Fix a segfault with grouped psymodel. 10l: Forgot about …
(edit) @3560089e   13 years stefano.sabatini-lala vsink_buffer: make the buffer cache all the incoming frames Allow to …
(edit) @2e81bb5e   13 years stefano.sabatini-lala fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()
(edit) @f1b29223   13 years stefano.sabatini-lala fifo: apply misc cosmetic fixes
(edit) @323b9306   13 years stefano.sabatini-lala fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() The new …
(edit) @a9d1878a   13 years stefano.sabatini-lala lavdev/lavfi: correctly set the inout pad index when linking a filter …
(edit) @658a8bb9   13 years Reimar.Doeffinger VC-1: fix reading of custom PAR. Custom PAR num/denum are coded -1. …
(edit) @eb8b3252   13 years Reimar.Doeffinger Support streaming .au files. FFmpeg writes data_size as …
(edit) @ca1dfea1   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @75af0e6a   13 years Clément Bœsch dv: honor timecode in DV muxer. This is based on the original work by …
(edit) @b49fe589   13 years Clément Bœsch mxf: honor timecode drop flag in mxf muxer if set.
(edit) @b33ca05b   13 years Clément Bœsch mxf: add cli option in mxfenc to replace GOP timecode parsing. This …
(edit) @4c3c6e60   13 years Clément Bœsch mxf: move framenum to timecode convert to timecode helpers. This is …
(edit) @b7b72963   13 years stefano.sabatini-lala vf_unsharp: fix copy&paste error in chroma_amount param docs …
(edit) @ccd85b8   13 years stefano.sabatini-lala vf_unsharp: vertically align lines, for better readability
(edit) @09603dcf   13 years stefano.sabatini-lala vf_unsharp: store hsub/vsub in the filter context Also drop …
(edit) @53e86382   13 years stefano.sabatini-lala vf_unsharp: adopt a more natural order of params in apply_unsharp()
(edit) @540181f8   13 years stefano.sabatini-lala vf_unsharp: rename method "unsharpen" to "apply_unsharp" More …
(edit) @f8a1fc26   13 years michaelni ffmpeg: fix null pointer segfault on solaris. (ticket381) …
(edit) @36e0585a   13 years michaelni avconv: remove trailing whitespace Signed-off-by: Michael Niedermayer …
(edit) @0a7164a1   13 years michaelni set Release to 0.8.2.git. We are at 0.8.2 and a bit further.
(edit) @1892052f   13 years michaelni mov: Set negative Sample_duration in STTS to 1 Signed-off-by: Michael …
(edit) @8c6b8cb4   13 years michaelni doc/avconv.texi: fixup a few ff/av references Signed-off-by: Michael …
(edit) @0cb233cf   13 years michaelni Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' * commit …
(edit) @931187e1   13 years michaelni ac3dec: export center & suroundmix levels Signed-off-by: Michael …
(edit) @c4fd1d34   13 years michaelni av_get_string: search children too. Signed-off-by: Michael …
(edit) @bf71fb54   13 years michaelni av_get_number: also search children, this is more sane than not doing …
(edit) @7b382ab6   13 years michaelni opt_find: fix segfault Signed-off-by: Michael Niedermayer …
(edit) @3304a1e6   13 years lu_zero swscale: add dithering to yuv2yuvX_altivec_real It just does that …
(edit) @78622ef3   13 years rsbultje rv34: free+allocate buffer instead of reallocating it to preserve …
(edit) @28ca701e   13 years rsbultje h264: add missing brackets. This caused failure of a few fate tests.
(edit) @28c1115a   13 years rsbultje swscale: use 15-bit intermediates for 9/10-bit scaling.
(edit) @b2c08787   13 years rsbultje Move x86util.asm from libavcodec/ to libavutil/. This allows using it …
(edit) @3a39195b   13 years rsbultje Move x86inc.asm to libavutil/. This allows using it in libswscale/ also.
(edit) @e3a70c7c   13 years anton APIchanges: note error_recognition in lavf Signed-off-by: Anton …
(edit) @2f63440c   13 years anton lavf: add support for error_recognition, use it in avidec, and bump …
(edit) @8d2e4a7e   13 years anton avconv: change semantics of -map New syntax contains an optional …
(edit) @3d4f0dab   13 years anton avconv: get rid of new* options. They are confusing, irregular and …
(edit) @d4863fc1   13 years anton cmdutils: allow precisely specifying a stream for AVOptions.
(edit) @9f4d37f4   13 years michaelni ac3enc: drop common fixed/float encoder User applications should by …
(edit) @f60d1366   13 years siretart configure: add missing CFLAGS to fix building on the HURD …
(edit) @69c4bee   13 years siretart libx264: Include hint for possible values for configuring libx264 The …
(edit) @d70e5122   13 years anton cmdutils: allow ':'-separated modifiers in option names.
(edit) @e6e6060c   13 years anton avconv: make -map_metadata work consistently with the other options …
(edit) @c9065c29   13 years anton avconv: remove deprecated options.
(edit) @b9aac90b   13 years anton avconv: make -map_chapters accept only the input file index. This is …
(edit) @6291d7e   13 years anton Make a copy of ffmpeg under a new name -- avconv. It will be further …
(edit) @791a86c3   13 years anton ffmpeg: add a warning stating that the program is deprecated.
(edit) @b86ab381   13 years rsbultje Add weighted motion compensation for RV40 B-frames Signed-off-by: …
(edit) @e5ec6869   13 years rsbultje RV3/4: calculate B-frame motion weights once per frame Signed-off-by: …
(edit) @d241f51e   13 years rsbultje Move RV3/4-specific DSP functions into their own context …
(edit) @21d70372   13 years rsbultje mjpeg: propagate decode errors from ff_mjpeg_decode_sos and …
(edit) @bac3ab13   13 years rsbultje h264: notice memory allocation failure Signed-off-by: Ronald S. …
(edit) @d912e449   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ac3enc: …
(edit) @961a1a81   13 years michaelni cavsdec: check run value validity Signed-off-by: Michael Niedermayer …
(edit) @c766eb1c   13 years justin.ruggles ac3enc: add macros for option names to make them more understandable.
(edit) @9542ca9f   13 years justin.ruggles ac3enc: fix 'channel_coupling' option to actually allow 'auto'. Use …
(edit) @4ec8685   13 years stefano.sabatini-lala indevs.texi: fix typo (builf -> build)
(edit) @21435734   13 years stefano.sabatini-lala lavdev: add libavfilter virtual input device This input device is to …
(edit) @e72657f8   13 years stefano.sabatini-lala lavfi: remove mp test wrapper The source was natively integrated into …
(edit) @1a5e63f9   13 years stefano.sabatini-lala lavfi: port mp test source
(edit) @961e8f31   13 years stefano.sabatini-lala vf_mp: sort listing of vf_info_t symbols This way it's easier for the …
(edit) @fe3cad0e   13 years stefano.sabatini-lala vf_select: reindent after the previous commit
(edit) @30ea0e47   13 years stefano.sabatini-lala vf_select: add NULL-checks in uninit Fix NULL pointer dereference in …
(edit) @43fab7aa   13 years stefano.sabatini-lala vf_select: check for isnan when setting t from pts
(edit) @298fccad   13 years stefano.sabatini-lala vf_select: set start_t if undefined Previously start_t was never set. …
(edit) @4a71da0f   13 years mans cavs: fix some crashes with invalid bitstreams This removes all …
(edit) @069083a4   13 years justin.ruggles ac3enc: clip coupling coordinates during calculation This is faster …
(edit) @d271d5b2   13 years justin.ruggles Remove incorrect info in documentation of …
(edit) @9acffed9   13 years Clément Bœsch oggenc: add missing initializer braces to shut up gcc warning. This …
(edit) @df2039f5   13 years Clément Bœsch avidec: add missing initializer braces to shut up gcc warning. This …
(edit) @afd7e46b   13 years Clément Bœsch alsa: remove too unused variables. This fixes the two following …
(edit) @03990448   13 years Reimar.Doeffinger Always pass a AVFormatContext to av_log. This is consistent, allows …
(edit) @9f06c1c6   13 years michaelni cavsdec: avoid possible crash with crafted input Signed-off-by: …
(edit) @1d36fb13   13 years anton lavc: fix parentheses placement in avcodec_open2(). Signed-off-by: …
(edit) @a9aa88df   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @e2cc3311   13 years michaelni NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c' * commit …
(edit) @51fb933   13 years Clément Bœsch timecode: move dropframe code and doxycomment it. This is based on …
(edit) @52314545   13 years Clément Bœsch timecode: introduce timecode and honor it in MPEG-1/2. This is based …
(edit) @78da0438   13 years Clément Bœsch options: handle options with the same name in codecs and formats. …
(edit) @6481a360   13 years michaelni cavs: fix oCERT #2011-002 FFmpeg/libavcodec insufficient boundary …
(edit) @7221139b   13 years anton lavc: make avcodec_init() static on next bump. It's called from …
(edit) @d1d33e07   13 years justin.ruggles ac3enc: remove unneeded #include
(edit) @fce33f9e   13 years justin.ruggles ac3enc: restructure coupling coordinate reuse calculation
(edit) @c3d63262   13 years justin.ruggles ac3enc: allow new coupling coordinates to be sent independently for …
Note: See TracRevisionLog for help on using the revision log.