source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cd2f7ed0   13 years michaelni seek-test: use standard format specifiers in snprintf() …
(edit) @02a01c2f   13 years michaelni fate: replace forgotten avconv by ffmpeg in vsynth / asynth stuff …
(edit) @7fad19a6   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @599b4c6e   13 years mans x86: cabac: replace explicit memory references with "m" operands This …
(edit) @b11ce856   13 years justin.ruggles avplay: don't request a stereo downmix Multi-channel output works …
(edit) @4424fe9c   13 years mans wmapro: use av_float2int() Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @a09bb3ba   13 years mans lavc: avoid invalid memcpy() in avcodec_default_release_buffer() When …
(edit) @3383a53e   13 years mans lavu: replace int/float punning functions The existing functions …
(edit) @16abd687   13 years michaelni seektest: floatfree Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @5b3265a7   13 years anton lavfi: install libavfilter/vsrc_buffer.h It declares API necessary …
(edit) @616eaea8   13 years michaelni doc/ffmpeg.texi Merge changes done to avconv.texi since the last merge …
(edit) @373211d8   13 years mans Remove extraneous semicolons These semicolons cause invalid empty …
(edit) @c3068d43   13 years Reimar.Doeffinger Support VP8 in NSV. Signed-off-by: Reimar Döffinger …
(edit) @a7aa628e   13 years michaelni regressiontest: try mp2 for wtv our ac3 decoder outputs different …
(edit) @87d781de   13 years michaelni regressiontest: try to fix wtv Signed-off-by: Michael Niedermayer …
(edit) @cc235581   13 years Clément Bœsch life: add mold, mold_color, life_color and death_color options.
(edit) @c88d6b18   13 years Clément Bœsch life: add seed information in filter summary.
(edit) @6c44ff38   13 years stefasab lavfi: add cellauto source
(edit) @60b252e   13 years Reimar.Doeffinger Add caf format regression test. Signed-off-by: Reimar Döffinger …
(edit) @f22c5bae   13 years Reimar.Doeffinger Enable already existing rso regression test. Signed-off-by: Reimar …
(edit) @7c875c2d   13 years Reimar.Doeffinger Add regression test for "sox" format muxer/demuxer. Signed-off-by: …
(edit) @33a43695   13 years Reimar.Doeffinger Add wtv seek test. I am not entirely sure the seek functionality is …
(edit) @5335bff9   13 years Reimar.Doeffinger Add wtv lavf regression test. Signed-off-by: Reimar Döffinger …
(edit) @1f183733   13 years michaelni MAINTAINERS: extend syntax for entries Signed-off-by: Michael …
(edit) @bed04e2   13 years michaelni Correct use of OSX to Mac OS X and properly format yasm providers on …
(edit) @964912ab   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
(edit) @0ebd4083   13 years martin sdp: Restore the original mp4 format h264 extradata if converted If …
(edit) @e0a3c287   13 years martin rtpenc: Add support for mp4 format h264 Signed-off-by: Martin Storsjö …
(edit) @4dbac18e   13 years martin rtpenc: Simplify code by introducing a separate end pointer Also …
(edit) @e2484fb6   13 years martin movenc: Use the actual converted sample for RTP hinting If an annex b …
(edit) @da9cea77   13 years diego Fix a bunch of common typos.
(edit) @cdba9b61   13 years michaelni eval.texi: document that variables are not shared between expressions. …
(edit) @3dea28cc   13 years michaelni h264: Fix concealment regression introduced by …
(edit) @87434009   13 years michaelni h264: reset prev_poc_msb to the same value everywhere. Signed-off-by: …
(edit) @2e87b4c5   13 years anton Warn about avserver being broken. Also remove mentions of it from …
(edit) @5bf6638   13 years anton avconv: drop code for special handling of avserver streams. It's …
(edit) @e745d752   13 years anton rawdec: don't set codec timebase. It's not supposed to be set outside …
(edit) @489a7b0   13 years anton lavf doxy: add muxing stuff to lavf_encoding group
(edit) @370f27d   13 years anton lavf doxy: add demuxing stuff to lavf_decoding group
(edit) @28b4c06b   13 years anton lavf doxy: expand/reword metadata API doxy.
(edit) @eca06cbe   13 years anton lavf doxy: add installed headers to groups.
(edit) @fb42db7c   13 years anton lavf doxy: add avio groups into the lavf_io group.
(edit) @e4f4a1f9   13 years anton lavf doxy: rename lavf I/O group to lavf_io.
(edit) @b262a059   13 years anton lavf doxy: add metadata docs to the main lavf group
(edit) @934fe006   13 years michaelni ffmpeg: better warning about loop_input Signed-off-by: Michael …
(edit) @8bd1f1a4   13 years justin.ruggles ttadec: check channel count as read from extradata. fixes …
(edit) @7d18d17a   13 years diego Add CLJR encoding and decoding regression tests Signed-off-by: Diego …
(edit) @65c10114   13 years diego cljr: remove unused code Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @3c1f608   13 years justin.ruggles flacdec: Support for tracks in cuesheet metadata block Signed-off-by: …
(edit) @78fde932   13 years Reimar.Doeffinger Run zmbv regression without md5sum. Judging by the differences this …
(edit) @0849a0e   13 years Reimar.Doeffinger rtmpproto: make condition work in overflow case. Signed-off-by: …
(edit) @8b8a47f6   13 years Reimar.Doeffinger Make detection of single-stream flv work again. It had become dead …
(edit) @cc616431   13 years michaelni h264: improve "no picture" debug output. Signed-off-by: Michael …
(edit) @5b2873c1   13 years michaelni h264: switch from qatars has_b_frames calculation back to mine. Their …
(edit) @257c85cd   13 years michaelni adpcm: fix division by zero in fate/creative/intro-partial.wav with -s …
(edit) @8d61eef9   13 years janne-libav ptx: fix inverted check for sufficient data Fix regression introduced …
(edit) @337ce558   13 years nicolas.george fftools: add -report option.
(edit) @28101f6   13 years justin.ruggles flac muxer: fix writing of file header and STREAMINFO header from …
(edit) @2b53e696   13 years janne-libav ptx: emit a warning on insufficient picture data Return the whole …
(edit) @97334f10   13 years janne-libav utvideo: add fate tests covering all codec variants Signed-off-by: …
(edit) @708060d7   13 years lu_zero doc: update to refer to avconv
(edit) @0395d37   13 years lu_zero doc: remove some stale entries from the faq Some entries should be …
(edit) @5207f959   13 years Carl Eugen Hoyos Separate mxf_essence_container_uls for audio and video. It is a …
(edit) @2483f536   13 years Reimar.Doeffinger mxfdec: do not try to use an obviously broken index. Also fixes a …
(edit) @19341c58   13 years anton Dxtory capture format decoder Signed-off-by: Anton Khirnov …
(edit) @f5ecc4c   13 years michaelni lavc: 1000l, unbreak ABI Signed-off-by: Michael Niedermayer …
(edit) @cd519b7e   13 years michaelni avi: add escape130 support Signed-off-by: Michael Niedermayer …
(edit) @02ce07f   13 years michaelni amvenc: support videos with heights that are not a multiple of 16. …
(edit) @02acfb1c   13 years michaelni wavdec: add ignore length option to ignore incorrect lengthes like SOX …
(edit) @85cd1eb1   13 years michaelni add missing long_name for amv and dca encoder Reviewed-by: Carl Eugen …
(edit) @4ac862f4   13 years michaelni Makefile: disable compiling avconv by default. Signed-off-by: Michael …
(edit) @b7bf93b9   13 years michaelni mlp: Use correct speaker locations in TrueHD channel layout. (cherry …
(edit) @c59b80c8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: isom: …
(edit) @5b98ea1   13 years michaelni vb: Add some checks on input buffer related values. Fixes crash with …
(edit) @4557d7d   13 years michaelni libx264: workaround a bug in some versions of flash player Fixes …
(edit) @4c386333   13 years justin.ruggles isom: sort and pretty-print codec_movaudio_tags[] original order is …
(edit) @7714770d   13 years justin.ruggles isom: remove pointless comments in codec_movaudio_tags[]
(edit) @21ebf2d4   13 years justin.ruggles isom: remove commented-out tag for vorbis
(edit) @60cd802   13 years justin.ruggles movenc: write 'chan' tag for AC-3 in MOV
(edit) @1fdf18f4   13 years justin.ruggles mov: add support for reading and writing the 'chan' tag This …
(edit) @b2890f5e   13 years justin.ruggles audioconvert: add some additional channel and channel layout macros
(edit) @1d2449a6   13 years justin.ruggles audioconvert: change 7.1 "wide" layout to use side surround channels
(edit) @8e8c5131   13 years justin.ruggles movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs …
(edit) @523da37f   13 years michaelni cljrenc: 2x2 ordered dither support. Signed-off-by: Michael …
(edit) @74d9b213   13 years michaelni cljrenc: add AVOption to disable dither Signed-off-by: Michael …
(edit) @d5837d7   13 years lu_zero doc: update documentation to use avconv
(edit) @ca410b4e   13 years lu_zero doc: update demuxers section Cleanup tags usage and update …
(edit) @9bdfe9ac   13 years lu_zero doc: extend external library coverage
(edit) @1de6e14e   13 years lu_zero doc: split platform specific information Move the platform-specific …
(edit) @2f017d97   13 years lu_zero doc: port the git-howto to texinfo
(edit) @c1f5da69   13 years lu_zero doc: provide fallback css and customize @float Add "note" or …
(edit) @1ebbdda1   13 years lu_zero doc: document fate in a texinfo Summarize the information provided in …
(edit) @a1c676c2   13 years stefasab filters.texi: remove confusing reference to never integrated -af option
(edit) @b73a01ea   13 years lu_zero doxy: change hue value to match our green
(edit) @43a36ad2   13 years michaelni cljrenc: Add dither to avoid the banding artifcats caused by the very …
(edit) @25b9eef4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: cljr: …
(edit) @b229485f   13 years stefasab APIchanges: add entry after av_buffersink_poll_frame() addition
(edit) @4ab495b4   13 years michaelni Merge remote-tracking branch 'tjoppen/opatom_demuxing_and_seeking' * …
(edit) @74436ad5   13 years michaelni libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey …
(edit) @e21f8a07   13 years michaelni libnut: Check nut_demuxer_init() return value. Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.