source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9249b28e   12 years derek.buitenhuis doc: Grammar fixes for FFmpeg's detailed description Signed-off-by: …
(edit) @fe64b889   12 years derek.buitenhuis doc: Consistently use 'frame rate' everywhere We used to use …
(edit) @91b5ee66   12 years derek.buitenhuis doc: Grammar fixes for FFmpeg description Signed-off-by: Derek …
(edit) @9f597052   12 years derek.buitenhuis doc: Fix grammar in -n description Signed-off-by: Derek Buitenhuis …
(edit) @876fe11e   12 years derek.buitenhuis doc: Small grammar fix in -f description Signed-off-by: Derek …
(edit) @e54a15b6   12 years derek.buitenhuis doc: Document which cpuflags exist Signed-off-by: Derek Buitenhuis …
(edit) @4c79367e   12 years derek.buitenhuis doc: Explain the various logevel settings Signed-off-by: Derek …
(edit) @1fb8ecb4   12 years derek.buitenhuis doc: Remove list of format fields These are available in the output …
(edit) @a9f8182a   12 years michaelni doxygen: dont strip code comments Signed-off-by: Michael Niedermayer …
(edit) @ac126a98   12 years michaelni dvdec: fix lowres=3 with yuv 4:1:1 Fixes Ticket2390 Signed-off-by: …
(edit) @d00dcb8c   12 years Clément Bœsch opt: attempt to improve options dump output. Add some indent and …
(edit) @999a46b1   12 years Clément Bœsch cmdutils: support filters in the help topic system.
(edit) @7d8ad6c1   12 years Clément Bœsch cmdutils: avtool -> fftool
(edit) @5c13ae28   12 years michaelni cmdutils: allow forcing log line repeation Signed-off-by: Michael …
(edit) @cb16d433   12 years michaelni cmdutils_common_opts: fix loglevel help text as its inaccurate ffmpeg …
(edit) @66c92a15   12 years stefasab examples/resampling_audio: make use of …
(edit) @5c73645d   12 years stefasab lavu/samplefmt: add av_samples_alloc_array_and_pointers()
(edit) @39aad434   12 years stefasab lavfi/overlay: fix debug PTS output in try_filter_frame() The PTS of …
(edit) @87417300   12 years Clément Bœsch doc/filters: fix width/height typo in crop filter. Signed-off-by: …
(edit) @01b2d128   12 years Clément Bœsch lavfi/volume: use designated initializers for the sample_fmts declaration.
(edit) @4dae804d   12 years Clément Bœsch lavfi/volume: use copy props helper instead of incomplete manual code.
(edit) @eb054a96   12 years Clément Bœsch fate/filter: use aperms to test volume filter.
(edit) @f8201cc   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @29667a2c   12 years Clément Bœsch decimate: check for avctx ptr before closing. Fixes a crash init …
(edit) @8cd7aab1   12 years michaelni Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24. Partial …
(edit) @34ea5f4   12 years michaelni h264_refs: check for multiple mismatching long term ref assignments …
(edit) @8b9059c   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @3d68f5e   12 years michaelni h264_direct: assert the validity of the spatial ref Signed-off-by: …
(edit) @285c5f68   12 years michaelni h264: move last_slice_type reset into decode_slice_header …
(edit) @11c3381c   12 years michaelni h264: move the default_ref_list_done check down after its inputs have …
(edit) @3f2ce24f   12 years michaelni h264_refs: assert that the references are not deallocated …
(edit) @fbb6741a   12 years michaelni h264_refs: assert that long ref fields have not been inserted multiple …
(edit) @dc92464a   12 years michaelni avutil: add av_buffer_get_ref_count() This function is quite usefull …
(edit) @74601659   12 years michaelni h264: Move slice_table clean out of frame_start Fixes inconsistency …
(edit) @f2f57d16   12 years derek.buitenhuis doc/platform: Remove part about dllimport Only deprecated things need …
(edit) @1c2ac449   12 years Marton Balint ffplay: always queue attachment pictures after flushing the video …
(edit) @de81d8da   12 years Marton Balint ffplay: fix early frame dropped pts serial Fixes early frame drop …
(edit) @1d6e6189   12 years lu_zero vp8: Fix pthread_cond and pthread_mutex leaks CC: …
(edit) @b448c0a6   12 years michaelni Write broken aac frames to mov files instead of skipping them. Fixes …
(edit) @89ec4f4d   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @612d9cdb   12 years michaelni ffplay: use av_guess_frame_rate() Reviewed-by: Marton Balint …
(edit) @ee53777e   12 years michaelni fate: Print correct error message for reference generation too …
(edit) @6c8aa203   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @670bb1c9   12 years Carl Eugen Hoyos Fix compilation with --enable-decoder=webp --disable-decoder=vp8
(edit) @4d3c5d3   12 years Carl Eugen Hoyos Do not show "Estimating duration from bitrate" warning if no duration …
(edit) @95c7cad7   12 years onemda lavc: remove empty function Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @c838701c   12 years stefasab doc/texi2pod.pl: skip printing chapter names if they are disabled
(edit) @37fce84e   12 years stefasab lavc/libtheoraenc: clarify comment about global_quality to quality …
(edit) @65340c97   12 years michaelni Fix pthread_cond and pthread_mutex leaks in vp8 Signed-off-by: …
(edit) @1c11ab8   12 years onemda paf_video: make code independent of sizeof(AVFrame) Signed-off-by: …
(edit) @66e9716a   12 years michaelni aacps: correct opdipd code to match spec This fixes out of array …
(edit) @a345b7f   12 years onemda vmdav: use more unchecked bytestream2 variants where it makes sense …
(edit) @67f9bbbb   12 years onemda noise_bsf: check if allocation failed Signed-off-by: Paul B Mahol …
(edit) @8263726c   12 years onemda lavc: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @c7269e3a   12 years michaelni vda_h264_dec: fit the new API It fixes a memory leak in this decoder …
(edit) @ef7b6b48   12 years michaelni ffmpeg/avformat: factor av_guess_frame_rate() out This will be used …
(edit) @c81d2fa9   12 years michaelni avutil/buffer: add get_opaque Signed-off-by: Michael Niedermayer …
(edit) @b01b60a2   12 years lu_zero fate: add an option to generate the references Useful to add or …
(edit) @774a268   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: flvdec: …
(edit) @8ed9d34a   12 years michaelni Merge commit 'c3d015775388882b8a122afc337ea35108f652be' * commit …
(edit) @24cfe91a   12 years michaelni id3v2: allocate large enough buffer Fixes array overread Found-by: …
(edit) @aa28c425   12 years michaelni mjpegdec: check buffer before using it Signed-off-by: Michael …
(edit) @551f6838   12 years michaelni yop: Do not keep a copy of parts of the returned packet Fixes double …
(edit) @6ae03353   12 years michaelni mpegvideo: Make the table reallocation more robust. This fixes out of …
(edit) @0fb9f77   12 years Clément Bœsch LICENSE: add libutvideo in the GPL libraries list.
(edit) @3969b4b8   12 years michaelni gmc: Always use edge emu The gmc functions access more pixels than …
(edit) @8fc52a5   12 years michaelni wmv2: drop non emu edge mode slightly (~ 0.5%) faster, tested with …
(edit) @76e6b1eb   12 years michaelni wmv2: Use emu edge mode when the edge is too small Fixes out of array …
(edit) @92002db3   12 years michaelni h264_refs: Check for attempts to assign pictures to short & long. …
(edit) @dd17843b   12 years Clément Bœsch fate/filter: make overlay test bitexact.
(edit) @ef4020ca   12 years Clément Bœsch fate/filter: move gradfun filtergraph to a dedicated script.
(edit) @0adc93ba   12 years Clément Bœsch fate/filter: move concat filtergraph to a dedicated script.
(edit) @b1213c9   12 years Clément Bœsch fate/filter: move some CMD below deps for consistency.
(edit) @7f19fc99   12 years Clément Bœsch fate/filter: remove pointless indirections for gradfun and hqdn3d.
(edit) @4694af10   12 years Clément Bœsch fate/filter: rename 'ubitux' rules to 'sample'.
(edit) @ac00755e   12 years Clément Bœsch fate/filter: stick delogo test with its deps (cosmetics).
(edit) @27b7bfc7   12 years michaelni avidec: Fix demuxing of non seekable avis with multiple RIFFs This …
(edit) @5009863a   12 years michaelni lavd/v4l2: fix printing of list_formats table In particular we needed …
(edit) @b97f7d9d   12 years michaelni lavd/v4l2: replace ioctl() with v4l2_ioctl() This is consistent with …
(edit) @e14f8bd0   12 years michaelni fate: Disable af_join test, as its output is not deterministic …
(edit) @e0dd8cad   12 years michaelni af_join: fix channel count and format Signed-off-by: Michael …
(edit) @37bdf33   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vmdav: …
(edit) @acaee260   12 years michaelni af_channelsplit: set output channels, fix assertion failure …
(edit) @7a14564b   12 years michaelni Merge commit '43a8333a16c796b3d855fb3aaa742103cb62731f' * commit …
(edit) @8823ec4f   12 years michaelni Merge commit 'ea290d919a52f0f8c7e30d69328bb011ed13f61a' * commit …
(edit) @6f1a6a9f   12 years michaelni Merge commit '1a6d4bd7b60761bd7d955011ce7df4dd6b87b497' * commit …
(edit) @ac1a1fd7   12 years michaelni Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c' * commit …
(edit) @705b607d   12 years onemda lavfi/biquads: fix min allowed option value Signed-off-by: Paul B …
(edit) @fd37a7dc   12 years michaelni Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107' * commit …
(edit) @e63ebaca   12 years michaelni Merge commit 'e9cc98839574c7e8d546e890ebbf57d1766e5d8a' * commit …
(edit) @dac1d92c   12 years michaelni Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975' * commit …
(edit) @2b6185ca   12 years michaelni Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3' * commit …
(edit) @2bfcd74a   12 years michaelni Merge commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f' * commit …
(edit) @016c00cf   12 years michaelni Merge commit '1b6d66745ac1768adb387c2227cdcf4452271149' * commit …
(edit) @385ffc76   12 years michaelni Merge commit 'eee2000b41234ae9465c314e18bfec1700181f32' * commit …
(edit) @e46a2a73   12 years justin.ruggles flvdec: read audio sample size and channels metadata This is needed …
(edit) @c3d01577   12 years justin.ruggles flvdec: use the correct audio codec id when parsing metadata
(edit) @63a97d56   12 years michaelni Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' * commit …
(edit) @b1064dd7   12 years michaelni Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022' * commit …
(edit) @7609d42d   12 years michaelni Merge commit '757d85868b77c4fdec7b77a3b7de1faf16c031e8' * commit …
Note: See TracRevisionLog for help on using the revision log.