source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @398491ae   13 years michaelni vf_idet: pass context to av_log() Signed-off-by: Michael Niedermayer …
(edit) @6c7b5b7b   13 years nicolas.george vf_ass: use drawutils.
(edit) @a63712d   13 years nicolas.george vf_drawtext: use drawutils.
(edit) @e8497a33   13 years nicolas.george drawutils: implement uniform and mask blending.
(edit) @e3e89b6d   13 years michaelni libavfilter: Add interlace detect filter. Signed-off-by: Michael …
(edit) @12292f35   13 years nicolas.george v4l2: allow to convert monotonic timestamps.
(edit) @8a9ae37   13 years nicolas.george timefilter: allow to evaluate at other times.
(edit) @e29f66d6   13 years Clément Bœsch ffmpeg: fix a few typo.
(edit) @a4e359a3   13 years michaelni mpeg4: dont reset picture_num for xvid Fixes Ticket1162 …
(edit) @3360b851   13 years michaelni h264: fix seeking in low delay streams without IDR Fixes Ticket1165 …
(edit) @41a097aa   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ae3ee72   13 years michaelni lavf: print some more things in TS debug statements Signed-off-by: …
(edit) @b5d433d3   13 years michaelni lavf: increase RELATIVE_TS_BASE Signed-off-by: Michael Niedermayer …
(edit) @588eaa10   13 years Clément Bœsch swfdec: support compressed swf.
(edit) @b991b300   13 years derek.buitenhuis Unscaled Planar RGB -> RGB support in swscale. Signed-off-by: Michael …
(edit) @38477e19   13 years michaelni vf_lut: avoid rgb component indexing in the inner loop 15k->10k cpu …
(edit) @002d9ded   13 years michaelni vf_lut: optimize rgb codepath 19k -> 15k cpu cycles Signed-off-by: …
(edit) @79a1d986   13 years michaelni vf_lut: optimize planar case 2500 -> 1900 cpu cycles Signed-off-by: …
(edit) @24e90d0c   13 years michaelni mxfenc: Don't allow muxing audio-only since it's not supported This …
(edit) @b61e596a   13 years michaelni asf: remove duplicated index_guid Found-by:ramiro Signed-off-by: …
(edit) @cfd64ee   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @3c480f8a   13 years michaelni h264: fix incompatible pointer type warnings. Signed-off-by: Michael …
(edit) @11bc5580   13 years michaelni mpegts: fix a unused function warning note the function is used under …
(edit) @e0541c7b   13 years michaelni dct-test: fix incompatible pointer types warning Signed-off-by: …
(edit) @183c3fa4   13 years michaelni des: Fix half a dozen warnings Signed-off-by: Michael Niedermayer …
(edit) @2663540   13 years michaelni ffmpeg: affect source stream index in new_output_stream function Fix …
(edit) @1e05973   13 years michaelni movenc: fix segfault with chapter tracks Signed-off-by: Michael …
(edit) @c450cf15   13 years michaelni libavcodec: be less picky on nonsense rc_max_rate / rc_buffer_size …
(edit) @49891784   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @178f75a5   13 years michaelni snow-test: fix pointer type warnings Signed-off-by: Michael …
(edit) @5ef5c023   13 years michaelni swr-test: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @6e1b0cda   13 years michaelni fft-test: fix all pointer type warnings. Signed-off-by: Michael …
(edit) @87688727   13 years michaelni swr: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @dc984da9   13 years michaelni swr: fix pointer type warnings Signed-off-by: Michael Niedermayer …
(edit) @226671ee   13 years michaelni dsputil_mmx: fix scalarproduct prototypes Signed-off-by: Michael …
(edit) @b76a160f   13 years michaelni txd: Fix "set but not used" warning Signed-off-by: Michael …
(edit) @0aaa45ef   13 years derek.buitenhuis FATE: Add RALF decoding test Signed-off-by: Derek Buitenhuis …
(edit) @b3ab3372   13 years michaelni audiointerleave: check timebase Replaces FPE by clean error …
(edit) @ce9bd303   13 years michaelni ffmpeg: fix plain -profile support Fixes Ticket387 Signed-off-by: …
(edit) @6a052e64   13 years michaelni direcdec: fix infinite loop Fixes Ticket1156 Signed-off-by: Michael …
(edit) @7a3df014   13 years michaelni The lt and lte functions were swapped.
(edit) @8df774be   13 years michaelni avidec: better NI detection. The new code detects NI avis by …
(edit) @95587d29   13 years anton vsrc_buffer: allow buffering arbitrary number of frames.
(edit) @416fd90e   13 years anton vf_scale: avoid a pointless memcpy in no-op conversion. I.e. just …
(edit) @63736fe   13 years anton avfiltergraph: try to reduce format conversions in filters. Current …
(edit) @996f9f0c   13 years anton avfiltergraph: add an AVClass to AVFilterGraph on next major bump. It …
(edit) @ddb44312   13 years anton id3v2: fix skipping extended header in id3v2.4 In v2.4, the length …
(edit) @7c9d6936   13 years michaelni lavc: check media type of the decoder before calling it. This fixes a …
(edit) @2f7bd3b5   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: apedec: …
(edit) @5216245a   13 years michaelni indeo4: fix null ptr dereference Found-by: Mateusz "j00ru" Jurczyk …
(edit) @6bd97445   13 years michaelni FATE: Add RALF decoding test Signed-off-by: Derek Buitenhuis …
(edit) @d3db8988   13 years michaelni indeo4: check that num_mbs matches Found-by: Mateusz "j00ru" Jurczyk …
(edit) @420d1df2   13 years derek.buitenhuis apedec: check bits <= 32. Fixes a floating-point exception further …
(edit) @3768445b   13 years michaelni tm2dec: fix overread Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
(edit) @c265b77b   13 years rsbultje cavs: Remove unused code. The square is always passed as 1 whenever …
(edit) @f9143d24   13 years michaelni ividsp: prevent pointers from going outside and overreading. …
(edit) @12038ab1   13 years michaelni ividsp: zero pitch so as not to overread Found-by: Mateusz "j00ru" …
(edit) @874ac0b1   13 years michaelni indeo5: change AVCodecContext w/h when internal ones change. …
(edit) @d2a60743   13 years michaelni fate: update regression checksum due to …
(edit) @95ce0ddc   13 years stefasab lavfi/fade: fix black level for non studio-level pixel formats Fix …
(edit) @1a06d6dd   13 years Reimar.Doeffinger lxfdec: support version 1 files, too. Fixes trac issue #656. …
(edit) @40393ac5   13 years Reimar.Doeffinger movenc: add some default cases. This fixes crashes when copying a …
(edit) @50059bde   13 years Reimar.Doeffinger MOV: Fix old-style muxed raw-audio data. This patch fixes the sample …
(edit) @e0ad7f74   13 years Reimar.Doeffinger MOV: bail out to toplevel when encountering a trak or mdat chunk. …
(edit) @2d54bbb9   13 years michaelni vsrc_buffer: Store allocated scale filter and free it later. Fixes a …
(edit) @c5f9a66f   13 years michaelni avfilter: allow freeing NULL. this way avfilter_free() can be called …
(edit) @a79af8e8   13 years michaelni dcttest: put ff_prores_idct_put_10_sse2_wrap under HAVE_YASM …
(edit) @10b1c060   13 years justin.ruggles oggenc: fix condition when not to flush due to keyframe granule. The …
(edit) @ed3e1b48   13 years justin.ruggles oggenc: add pagesize option to set preferred page size When set, if …
(edit) @67aec40   13 years justin.ruggles libspeexdec: set frame size in libspeex_decode_init() This fixes …
(edit) @2b6325ca   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @96df29c3   13 years michaelni svq3: Fix pointer type mismatch warning. Signed-off-by: Michael …
(edit) @280beebd   13 years michaelni cavsdec: initialize all tables to zeros. This ensures that they dont …
(edit) @12cbbbb4   13 years justin.ruggles smacker audio: sign-extend the initial 16-bit predicted value Fixes …
(edit) @a627c1a1   13 years michaelni svq1enc: fix ptr type mismatch warning Signed-off-by: Michael …
(edit) @e2094bd0   13 years michaelni mpeghaudiodec: Fix "set but not used" warnings Signed-off-by: Michael …
(edit) @8307025   13 years michaelni mjpegdec: Fix "assignment from incompatible pointer type" warnings …
(edit) @03757d48   13 years michaelni j2kenc: Fix "function declaration isn’t a prototype" warning …
(edit) @cb9fe274   13 years michaelni j2kdec: fix format strings Signed-off-by: Michael Niedermayer …
(edit) @3ebfe22d   13 years michaelni interplayvideodec: pass correct pointer to av_dlog() Signed-off-by: …
(edit) @90f9b063   13 years michaelni dvbsubdec: Fix "set but not used" warning Signed-off-by: Michael …
(edit) @a76a2ffe   13 years michaelni libavformat: Fix several "incompatible pointer type" warnings. …
(edit) @ec0965be   13 years michaelni cavsdec: ensure the tables have been allocated before using them …
(edit) @b691fd7a   13 years diego h264: drop ff_h264_ prefix from static function …
(edit) @9ad80ef3   13 years diego h264: Make ff_h264_decode_end() static, it is not used externally. …
(edit) @afd8a395   13 years diego output-example: K&R formatting cosmetics, comment spelling fixes
(edit) @2b7c0c9f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mp3dec: …
(edit) @d3d5e84f   13 years michaelni img2dec: remove GLOB_TILDE support. tilde expansion should/can be …
(edit) @93f6d04   13 years lu_zero avf: make the example output the proper message av_dump_format needs …
(edit) @28db30aa   13 years lu_zero avf: fix audio writing in the output-example av_init_packet does not …
(edit) @3e1ff8eb   13 years michaelni img2dec: Recognize glob meta chars only if prefixed by % This …
(edit) @0be130e   13 years michaelni img2: glob matching for image series Signed-off-by: Michael …
(edit) @d61ef05b   13 years michaelni ffmpeg: check pts like dts for being in the past. Signed-off-by: …
(edit) @4f7c7624   13 years rsbultje mov: don't overwrite existing indexes. Prevents all kind of badness …
(edit) @0399fe0f   13 years rsbultje lzw: fix potential integer overflow.
(edit) @b7b1509d   13 years rsbultje truemotion: forbid invalid VLC bitsizes and token values. …
(edit) @bf39d3b5   13 years rsbultje truemotion2: handle out-of-frame motion vectors through edge …
(edit) @30ced7e6   13 years michaelni lavf: print ts values in pts < dts error message Signed-off-by: …
(edit) @9bd41bb1   13 years martin configure: Check for a different SDL function This one is available …
(edit) @42043646   13 years michaelni ffmpeg: switch duration calculation code from avg to r frame_rate. …
Note: See TracRevisionLog for help on using the revision log.