source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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 …
(edit) @d55ad59a   13 years justin.ruggles ac3enc: separate exponent bit counting from exponent grouping. Move …
(edit) @0d4ea7b3   13 years michaelni lavc: bump minor for Go2Meeting codec ID Signed-off-by: Michael …
(edit) @63377695   13 years michaelni AVCodecTag: Add MKTAG for Go2Meeting video codec Signed-off-by: …
(edit) @2a417013   13 years michaelni AVCodec: Add Go2Meeting codec ID Signed-off-by: Michael Niedermayer …
(edit) @c369ddb7   13 years michaelni ffplay: pass frame durations clearly to video video_refresh …
(edit) @12fe7594   13 years rsbultje h264: propagate error return values for AV_LOG_ERROR-triggering events …
(edit) @94d47382   13 years alex.converse aac: Don't attempt to output configure an invalid channel configuration.
(edit) @4d58e4c   13 years anton Rename ffserver to avserver.
(edit) @9e12f0bf   13 years anton Rename ffprobe to avprobe.
(edit) @266463da   13 years anton Rename ffplay to avplay.
(edit) @3a1df52e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @aae1c247   13 years michaelni ra288: avoid one multiply Signed-off-by: Michael Niedermayer …
(edit) @7351eb14   13 years diego Pretty-print RV3/4 decoder source Signed-off-by: Diego Biurrun …
(edit) @d5d74cf5   13 years baptiste.coudurier 100l: fix parentheses placement when checking for ret < 0
(edit) @9791c02   13 years rsbultje Saner RV1/2 initialisation and RV2 header parsing. Old version was …
(edit) @f8dc2e51   13 years Carl Eugen Hoyos ffmpeg: fix passlogfile regression
(edit) @9a5f61ac   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @5caa2de1   13 years anton libx264: do not set pic quality if no frame is output Avoids …
(edit) @07a227b4   13 years anton libx264: add preset, tune, profile and fastfirstpass private options …
(edit) @640a905e   13 years stefano.sabatini-lala lavfi: remove gradfun mp wrapper The gradfun filter was already …
(edit) @6c4e9ca   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @4646ef87   13 years stefano.sabatini-lala lavfi: fix registration name for the buffersink sink Previously both …
(edit) @3c56a421   13 years stefano.sabatini-lala lavfi: avoid void* arithmetic in defaults.c:set_common_formats() …
(edit) @a8dcf5e   13 years stefano.sabatini-lala lavfi: add asink_abuffer - audio buffer sink Signed-off-by: Stefano …
(edit) @3e12b589   13 years stefano.sabatini-lala lavfi: fix doxygen doc for config_props() callback Update/extend …
(edit) @5f68a91   13 years stefano.sabatini-lala lavfi: remove default config_props() callback and refactor …
(edit) @4b788945   13 years stefano.sabatini-lala lavfi: remove avfilter_default_config_input_link() declaration The …
(edit) @b2700a5c   13 years rsbultje lavc: fix misspelling in comment Signed-off-by: Ronald S. Bultje …
(edit) @3e32bf3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lsws: …
(edit) @680b1852   13 years alex.converse aac: propagate error return values for AV_LOG_ERROR-triggering events
(edit) @6e19cfb0   13 years michaelni ffmpeg: Fix doxygen comments for MetadataMap Signed-off-by: Michael …
(edit) @6a925512   13 years lu_zero lsws: remove optimization debug logs in sws_init_context() The logged …
(edit) @347167ec   13 years lu_zero lsws: use array for storing the supported in/out information Also …
(edit) @48734a54   13 years stefano.sabatini-lala filters.texi: fix wrong references in the "Filtergraph syntax" section
(edit) @84a6abd9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @82b1516a   13 years stefano.sabatini-lala yadif: correct documentation on the parity parameter 0 is …
(edit) @9e63720b   13 years michaelni mpegvideo.h: remove the 1 line difference to qatar Signed-off-by: …
(edit) @1bf6cb85   13 years lu_zero applehttp: fix variant discard logic The v->ctx is always not NULL …
(edit) @31fe5d98   13 years Carl Eugen Hoyos Fix possible crash when decoding mpeg streams. This reverts …
(edit) @ad62507   13 years alex.converse h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.
Note: See TracRevisionLog for help on using the revision log.