source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4f00519d   13 years Reimar.Doeffinger Fix VC-1 width/height handling. avcodec_set_dimensions should be used …
(edit) @86ca51ac   13 years stefano.sabatini-lala af_format: prefer strtok_r() over strsep() strsep() is not POSIX …
(edit) @a7196795   13 years stefano.sabatini-lala lavfi: complain and exit for invalid named values in …
(edit) @47219e1c   13 years michaelni avconv: fix uninitialized variable Signed-off-by: Michael Niedermayer …
(edit) @091a24b   13 years michaelni fate: more cases of avconv that should be conditional Signed-off-by: …
(edit) @6322bc0b   13 years michaelni fate: some shells parse $11 as ${1}1 Signed-off-by: Michael …
(edit) @1a34478b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Fix …
(edit) @6ae356c9   13 years michaelni fate: allow specifying the tool to use for fate (avconv / ffmpeg) …
(edit) @d27dc69b   13 years michaelni configure: fix datadir after avconv merge Signed-off-by: Michael …
(edit) @cc73511e   13 years rsbultje Fix NASM include directive Signed-off-by: Ronald S. Bultje …
(edit) @48f7163f   13 years alex.converse dsputil_mmx: Honor HAVE_AMD3DNOW
(edit) @c14fe6bc   13 years anton lavf,lavd: remove all usage of AVFormatParameters from demuxers. …
(edit) @a7c93da   13 years anton jack: add 'channels' private option. Get rid of AVFormatParameters usage.
(edit) @0e86965   13 years diego VC-1: fix reading of custom PAR. Custom PAR num/denum are in 1-256 …
(edit) @e9fb7636   13 years diego Remove redundant and dubious video codec detection by its extradata …
(edit) @2bfdb34c   13 years diego mpeg12: remove repeat-field code disabled since May 2002 …
(edit) @2dbdb309   13 years anton patch checklist: suggest fate instead of regression tests …
(edit) @5c59fa56   13 years anton Turn on resampling on sudden size change instead of bailing out during …
(edit) @428c59d9   13 years anton avtools: reinitialise filter chain when input video stream changes …
(edit) @95b5b525   13 years michaelni h264pred_init_arm: compile hotfix Signed-off-by: Michael Niedermayer …
(edit) @10b7b4a6   13 years michaelni ffplay: more precise audio clock based on current time Since SDL has …
(edit) @abf6b0d1   13 years michaelni af_aformat: hotfix compile due to strsep() Signed-off-by: Michael …
(edit) @ee5234d   13 years michaelni fate-rsync: switch to our server in preparation of h264 4:2:2 tests …
(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 …
Note: See TracRevisionLog for help on using the revision log.