source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7d90bc9f   13 years michaelni movdec: Read extended 64bit size before the debug av_log() and only …
(edit) @fef2da6a   13 years michaelni movdec: Fix bad computed size for atoms with size 0 in MOV files The …
(edit) @f0d0ae3   13 years michaelni mov: increase total_size only when it actually increases. This is just …
(edit) @15130b94   13 years michaelni movenc: support spliting fragments based on bytesize instead of …
(edit) @cf8ec019   13 years michaelni movenc: fragment support Reviewed-by: Baptiste Coudurier …
(edit) @c8948858   13 years michaelni ffmpeg: Warn if filters poll & request frame behave wrongly. …
(edit) @7ecabc85   13 years stefasab vsrc_life: fix comment in parse_rule()
(edit) @3af5ddb2   13 years stefasab vf_scale: give a clue in case of invalid expression self-reference …
(edit) @b404ab9e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mov: …
(edit) @a448a5d1   13 years Carl Eugen Hoyos Do not fail fatally if chan atom is too short.
(edit) @4547d883   13 years michaelni Fix compilation for C++ applications Signed-off-by: Michael …
(edit) @b27ac355   13 years michaelni movdec: Fix parsing of a very last empty atom of size 8. …
(edit) @61b1d85c   13 years Reimar.Doeffinger Add tests for several encoders. More specifically, PNG, v210, zlib …
(edit) @c66bd78e   13 years Reimar.Doeffinger vf_scale: support PAL8 output by producing BGR8. While quality is …
(edit) @d086c120   13 years Reimar.Doeffinger Add coverage exclusions for test code. For some of the code e.g. …
(edit) @840ecc9e   13 years Reimar.Doeffinger Add coverage support. Adds --enable-coverage to configure and a …
(edit) @52401b82   13 years alex.converse mov: Don't av_malloc(0). malloc() is allowed to return NULL when zero …
(edit) @9179f27c   13 years justin.ruggles avconv: only allocate 1 AVFrame per input stream This avoids …
(edit) @110d2af2   13 years justin.ruggles avconv: fix memleaks due to not freeing the AVFrame for audio
(edit) @b41995d2   13 years rsbultje h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg).
(edit) @51177b1f   13 years michaelni lavc: Mark fields that require av_opt_ptr() Signed-off-by: Michael …
(edit) @31f93fc5   13 years michaelni lavc: Fix sizeof(AVFrame) useability docs Signed-off-by: Michael …
(edit) @b9d2b451   13 years michaelni lavc: Document AVFrame av_opt_ptr() relation. Signed-off-by: Michael …
(edit) @e873c03a   13 years diego misc Doxygen markup improvements
(edit) @c68fafe0   13 years diego doxygen: eliminate Qt-style doxygen syntax
(edit) @714cd7e7   13 years martin g722: Add a regression test for muxing/demuxing in wav Signed-off-by: …
(edit) @f32fd318   13 years martin g722: Change bits per sample to 4 Earlier, bits per sample was …
(edit) @6fcbb0f5   13 years martin g722dec: Signal skipping the lower bits via AVOptions instead of …
(edit) @406e9647   13 years michaelni ffplay: Avoid directly accessing AVFrame fields that differ between …
(edit) @738c603a   13 years michaelni ffmpeg: Avoid directly accessing AVFrame fields that differ between …
(edit) @fef411ef   13 years michaelni lavc: Add a AVClass for AVFrames. Signed-off-by: Michael Niedermayer …
(edit) @dff97be8   13 years michaelni av_opt: add av_opt_ptr() to return a pointer to a field of a object …
(edit) @618fb9cc   13 years michaelni ffmpeg: handle stream copy timebase selection for mp4 as if it had …
(edit) @0bafe049   13 years justin.ruggles api-example: update to use avcodec_decode_audio4()
(edit) @f199f38   13 years justin.ruggles avplay: use avcodec_decode_audio4()
(edit) @e2a2c49   13 years justin.ruggles avplay: use a separate buffer for playing silence
(edit) @f08e54e8   13 years justin.ruggles avformat: use avcodec_decode_audio4() in avformat_find_stream_info()
(edit) @d1241ff   13 years justin.ruggles avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()
(edit) @6d23d197   13 years alex.converse mov: Allow empty stts atom. Fixes regressions caused by 30c3d976
(edit) @70713859   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @def5dc12   13 years diego doc: document preferred Doxygen syntax and make patcheck detect it
(edit) @dc6d043   13 years justin.ruggles adpcmenc: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @541d083a   13 years justin.ruggles ac3dec: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @a4e21baa   13 years justin.ruggles yuv4mpeg: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @2f8b6e90   13 years stefasab lavfi: add life source
(edit) @6c26fe8b   13 years stefasab aevalsrc: add duration option
(edit) @eda87312   13 years justin.ruggles shorten: remove dead initialization Signed-off-by: Justin Ruggles …
(edit) @ba8410c   13 years michaelni Microsoft Windows ICO demuxer Signed-off-by: Michael Niedermayer …
(edit) @7679bd6e   13 years anton roqvideodec: set AVFrame reference before reget_buffer. Otherwise it …
(edit) @1e92d58e   13 years anton bmp: fix some 1bit samples. <= 8bpp BMP images always have palette. …
(edit) @8dd92eca   13 years janne-libav latmdec: add fate test for audio config change
(edit) @b4425f26   13 years michaelni doc/filters.texi: Update drawtext docs so that the documented input …
(edit) @dda3d716   13 years michaelni vf_drawtext: support W/H parameters to reduce UI differences to qatar …
(edit) @594090c6   13 years michaelni ffmpeg: select best pixel format for the encoder if no exact match. …
(edit) @c8b27a0e   13 years anton oma: PCM support Signed-off-by: David Goldwich …
(edit) @8ae5eb75   13 years anton oma: better format detection with small probe buffer Signed-off-by: …
(edit) @e9607007   13 years anton oma: clearify ambiguous if condition Signed-off-by: David Goldwich …
(edit) @f88d5df   13 years michaelni vf_drawtext: cosmetics to reduce diff to qatar Signed-off-by: Michael …
(edit) @297422b3   13 years michaelni vf_drawtext: Add main_w/h to improve compatibility with the modified …
(edit) @fb266f59   13 years michaelni h264: show when has_b_frames is being increased. Signed-off-by: …
(edit) @7f92f3d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @a548b6cb   13 years rsbultje wavpack: Properly clip samples during lossy decode When decoding …
(edit) @425b45d4   13 years rsbultje Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and …
(edit) @4a59eca9   13 years rsbultje Cleaned pixdesc.c file in libavutil Signed-off-by: Ronald S. Bultje …
(edit) @8f8c785f   13 years rsbultje zmbv.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @6eedeefe   13 years rsbultje xan.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @363114e8   13 years rsbultje mpegvideo.c: code cleanup - first 500 lines. Signed-off-by: Ronald S. …
(edit) @ff53c79d   13 years michaelni flvdec: Stop searching for streams once a audio & a video stream has …
(edit) @85372f9d   13 years Reimar.Doeffinger Add forgotten %ifdef HAVE_AVX. Fixes compilation with older YASM/NASM …
(edit) @adedd840   13 years rsbultje h264: fix frame reordering code. Fixes …
(edit) @976b0959   13 years michaelni lavu/error: define AVERROR_BUG. Signed-off-by: Nicolas George …
(edit) @757cb3b4   13 years michaelni avutil: av_x_if_null: remove const for the return value. This is the …
(edit) @730945d9   13 years michaelni ffmpeg: use standard duration calculation code in the stream copy …
(edit) @28a11a67   13 years Carl Eugen Hoyos BMP: Support BMP OS/2 v2 with RLE compression. Fixes ticket #699. …
(edit) @8dcd2a41   13 years Carl Eugen Hoyos Allow last mov chunk to have an arbitrary number of samples. Fixes …
(edit) @88bbabc   13 years Carl Eugen Hoyos Support decoding right-to-left targa files. Fixes ticket #698.
(edit) @90bfd511   13 years nicolas.george celtdec: adapt to avcodec_decode_audio4. Original fix by Michael …
(edit) @a930cd0d   13 years michaelni oma: Fix out of array read. Input: 01-Untitled-partial.oma ZZUF …
(edit) @aedd30b6   13 years michaelni id3v2: Fix null ptr crash in get_extra_meta_func() Signed-off-by: …
(edit) @8bd2b27f   13 years michaelni zmbv: fix 2 memleaks Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3eb6e146   13 years michaelni zmbv: Fix keyframe fault protextion. Fixes zzuf -s467 -r0.001 cat …
(edit) @7a5eb40e   13 years michaelni audeo_get_buffer: fix pkt_pos Signed-off-by: Michael Niedermayer …
(edit) @acf22ec6   13 years michaelni developer.texi: Fix naming convention Signed-off-by: Michael …
(edit) @52b7ed4f   13 years michaelni iff: support ExtraHalfBrite (EHB) palette mode Fixes ticket #663. …
(edit) @56f6628b   13 years michaelni pictordec: decode 8bpp images when extra header marker is missing …
(edit) @2d6a45c1   13 years Carl Eugen Hoyos Silence warnings when decoding QNAP Systems H264 codec. Fixes ticket #571.
(edit) @215b772   13 years Clément Bœsch lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
(edit) @eac5987c   13 years michaelni g723_1dec: update to new API Signed-off-by: Michael Niedermayer …
(edit) @7db5ff79   13 years michaelni g729dec: update to the new API Signed-off-by: Michael Niedermayer …
(edit) @e4de7167   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @55a28056   13 years janne-libav fate: Add a test for the VBLE decoder Signed-off-by: Derek Buitenhuis …
(edit) @a0338b5   13 years lu_zero doc: break some long lines in developer.texi
(edit) @2cf74ec   13 years lu_zero drawtext: make x and y parametric Introduce variables "E", "PHI", …
(edit) @ec11ff84   13 years lu_zero drawtext: manage memory allocation better Call dtext_prepare_text as …
(edit) @a2fb4bcb   13 years lu_zero drawtext: refactor draw_text Split the memory allocation from the …
(edit) @8499442   13 years janne-libav doc: remove space between variable and post increment in example code
(edit) @12804348   13 years michaelni swr-test: drop one const, silence most const qualifer warnings. …
(edit) @d268b79e   13 years janne-libav aac_latm: reconfigure decoder on audio specific config changes
(edit) @fd095539   13 years janne-libav latmdec: fix audio specific config parsing Pass the correct size in …
(edit) @ebe4d5ad   13 years michaelni swr-test_: Fix mixed declaration and statements: …
Note: See TracRevisionLog for help on using the revision log.