source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ebf71db   17 years banan Don't use unchecked data from the bitstream. Originally committed as …
(edit) @72d334ca   17 years baptiste.coudurier support AVDISCARD_ALL Originally committed as revision 12350 to …
(edit) @8055ede6   17 years baptiste.coudurier change sws_format_name to return const char*, supress many warnings …
(edit) @4b0c30b7   17 years baptiste.coudurier remove redundant SwScaler text since av_log uses AVClass context …
(edit) @30400f0d   17 years baptiste.coudurier fix interlaced decoding, original patch from reimar Originally …
(edit) @9dc92a38   17 years kostya.shishkov IMA ADPCM encoder - QT variant Originally committed as revision 12348 …
(edit) @11c55efa   17 years michaelni Skip over unknown extended_content_header tags. fixes issue358 …
(edit) @16428e63   17 years michaelni simplify Originally committed as revision 12346 to …
(edit) @9822564d   17 years Aurélien Jacobs make compilation of mpeg12* and mpegvideo conditional Originally …
(edit) @6cbe71bd   17 years Aurélien Jacobs move ff_mpeg1_dc_scale_table to mpegvideo.c Originally committed as …
(edit) @de2f77d8   17 years mans allow vpath search only for source files Originally committed as …
(edit) @e3773a55   17 years mans simplify processing of some --disable-* options Originally committed …
(edit) @c2b0b21d   17 years vitor1001 Add correct version number to shared libavfilter Originally committed …
(edit) @ea28ecb0   17 years vitor1001 Fix avfilter compilation with --enable-shared and no libswscaler …
(edit) @5a433461   17 years Aurélien Jacobs add dependencies for matroska audio and nut muxers over lavc …
(edit) @d78d72d   17 years diego Set TCP protocol to is_streamed=1 as seeking is not possible. Björn …
(edit) @dc85e859   17 years Aurélien Jacobs doxyfy frame type comments and add some more comments Originally …
(edit) @48d533e6   17 years Aurélien Jacobs define BI frame type along with other frame types Originally …
(edit) @c06ccb1   17 years Aurélien Jacobs cosmetic: align Originally committed as revision 12335 to …
(edit) @241227d8   17 years Aurélien Jacobs remove some unneeded artificial dependencies from configure …
(edit) @591bf9b9   17 years Aurélien Jacobs add some required objects dependencies Originally committed as …
(edit) @0c291f2   17 years Aurélien Jacobs Avoid linking with h263 and mpeg4 find_frame_end() when those codecs …
(edit) @83cc23c   17 years lucabe72 Add some information about the stream bitrate, if available …
(edit) @1326621   17 years michaelni Subtitle support. (untested) Originally committed as revision 12330 …
(edit) @73e22613   17 years michaelni The last flag fix fixed mpeg4-qprd (there the flags ended up being …
(edit) @112249d   17 years baptiste.coudurier set block align for mace3/6 Originally committed as revision 12328 to …
(edit) @28da7981   17 years baptiste.coudurier correctly compute bit rate for compressed audio, should fix seeking in …
(edit) @282ee4e7   17 years mike fix the WC3 Xan decoder by correcting the frame accounting logic …
(edit) @56adc69   17 years michaelni One more (forgotten) fix for fixing sws_flags. Originally committed …
(edit) @e60da588   17 years michaelni sws_flags is unsigned. This together with the last commit fixes the …
(edit) @378774e9   17 years michaelni Fix handling flags with the MSB set. Originally committed as revision …
(edit) @8b2fce0d   17 years michaelni Turn ancient V offset numerical constants into named ones. Add a check …
(edit) @fbd4293d   17 years Aurélien Jacobs remove more useless mpegvideo.h includes Originally committed as …
(edit) @cbcd6c8c   17 years Aurélien Jacobs move EDGE_WIDTH definition allong with draw_edges where it belongs …
(edit) @d37f007d   17 years Aurélien Jacobs remove #include "mpegvideo.h" where it is not needed Originally …
(edit) @3bfe9260   17 years Aurélien Jacobs move relevant declarations to mpeg12data.h Originally committed as …
(edit) @6d934615   17 years Aurélien Jacobs move run length table constants to rl.h Originally committed as …
(edit) @288a44fb   17 years Aurélien Jacobs move ff_emulated_edge_mc() to dsputil Originally committed as …
(edit) @8d4bef64   17 years michaelni Remove unused elements from tables. Originally committed as revision …
(edit) @6a287b73   17 years michaelni Detect and prevent reading over the end of counts_*. We pass the error …
(edit) @1a2a1d90   17 years michaelni Prevent segfault due to reading over the end of the input buffer. …
(edit) @7998988   17 years Aurélien Jacobs fix wmv3 dependencies Originally committed as revision 12314 to …
(edit) @49c35f16   17 years Aurélien Jacobs Fix compilation on powerpc. DECLARE_ALIGNED_8 is not defined at that …
(edit) @015d0bb9   17 years Aurélien Jacobs remove old draw_edges declaration cruft Originally committed as …
(edit) @4c79b95c   17 years Aurélien Jacobs move ff_init_scantable() into dsputil Originally committed as …
(edit) @675b8390   17 years michaelni Ignore flags after pts/dts if there are no bytes left. Fixes decoding …
(edit) @5a6a9e78   17 years Aurélien Jacobs move draw_edges() into dsputil Originally committed as revision 12309 …
(edit) @ce7f71a2   17 years Aurélien Jacobs dsputil.h is a local header Originally committed as revision 12308 to …
(edit) @c8deab7a   17 years Aurélien Jacobs include required header Originally committed as revision 12307 to …
(edit) @6e196eac   17 years Aurélien Jacobs include required headers for int64_t and AV_RB16() Originally …
(edit) @abf2dc9c   17 years Aurélien Jacobs avi.h does not use anything from avcodec.h. Originally committed as …
(edit) @22f86547   17 years mans Fix endian test with grep not handling non-text files POSIX grep is …
(edit) @0e9fbd35   17 years mans remove invalid free() forgotten in r12300 Originally committed as …
(edit) @932ccf39   17 years mans remove unnecessary backslashes Originally committed as revision 12302 …
(edit) @81124ba0   17 years vitor1001 Fix libavfilter compilation and make it more in line with the other …
(edit) @f15e6b8   17 years michaelni Provide non null class name to avoid crash with ffmpeg -h. Originally …
(edit) @6548ff57   17 years ramiro.polla Force DOS users to enable memalign hack when needed, the same way it's …
(edit) @40bcf4c   17 years banan Support setting the debuglevel (-g level) with --enable-debug=# …
(edit) @e7a5e2f6   17 years Reimar.Doeffinger Fix decoding of interlaced gif, e.g. …
(edit) @78db672c   17 years michaelni Use block_align as the avi spec says. fix issue274 Originally …
(edit) @143b0820   17 years michaelni Print slightly more useful info. Originally committed as revision …
(edit) @a7805e2   17 years michaelni Fallback to sample rate if bit rate is 0. This avoids 0 timebases in …
(edit) @9fdfd21c   17 years michaelni factorize Originally committed as revision 12293 to …
(edit) @a048febd   17 years michaelni subtitles (codec tag tables still missing ...) Originally committed …
(edit) @c6eed369   17 years ramiro.polla Use "disable" helper function Originally committed as revision 12291 …
(edit) @5b087549   17 years michaelni Store aspect ratio in avis. Originally committed as revision 12290 to …
(edit) @1f3d74d3   17 years michaelni Remove INFINITY as suggested by rich. Originally committed as …
(edit) @3948c74f   17 years michaelni Remove INFINITY. Originally committed as revision 12288 to …
(edit) @d8870f12   17 years justin.ruggles use scale factor instead of sum for downmix level adjustment. avoids …
(edit) @9d10e6e6   17 years justin.ruggles pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo …
(edit) @8541cc27   17 years diego Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin. patch by …
(edit) @a4de6dd2   17 years justin.ruggles Use 24-bit fixed-point transform coefficients until just before MDCT. …
(edit) @74e21d03   17 years mike fix wc3movie demuxer to conform to the PTS API Originally committed …
(edit) @be0995b1   17 years lorenm more aspect ratios added in one of the ammendments Originally …
(edit) @40e8e497   17 years mike fix the id CIN demuxer by using the pts API correctly Originally …
(edit) @73260a11   17 years Aurélien Jacobs simplification proposed by Rich Originally committed as revision …
(edit) @2401daaf   17 years michaelni add cdvc (from a patch by Dmitry Vassiliev slydiman mail ru) …
(edit) @79aeec08   17 years benoit.fouet Make AMR-NB block size const and 8 bits. Originally committed as …
(edit) @675bc0bc   17 years benoit.fouet Define block size for AMR-WB (use IF2 table). Spotted by John …
(edit) @b5a33ff1   17 years michaelni suppress the second warning Originally committed as revision 12276 to …
(edit) @7e14b808   17 years Reimar.Doeffinger Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but …
(edit) @48026fbe   17 years baptiste.coudurier 1000l parenthesis Originally committed as revision 12274 to …
(edit) @83f0288   17 years baptiste.coudurier code is ok for 4bpp in mov too, fix 16grey.mov Originally committed …
(edit) @0de2157   17 years baptiste.coudurier set codec bps to grayscale bits, fix 256grey.mov Originally committed …
(edit) @2c62e737   17 years diego Add empty line in output to increase readability. Originally …
(edit) @61d251db   17 years mans check for inline asm support Originally committed as revision 12270 …
(edit) @2e98d87c   17 years mans simplify lzo-test rule Originally committed as revision 12269 to …
(edit) @93420809   17 years mans fix version in libavfilter.pc Originally committed as revision 12267 …
(edit) @800b9c24   17 years banan Add more riff IDs to support remuxing. Originally committed as …
(edit) @da00a1bd   17 years baptiste.coudurier add weird first atom to probe, finally fix bartjones.mov Originally …
(edit) @f436a23   17 years mans fix versions in .pc files Originally committed as revision 12264 to …
(edit) @dbb37657   17 years baptiste.coudurier free in case of multiple type == 2 Originally committed as revision …
(edit) @2f4568e5   17 years baptiste.coudurier return error if malloc fails Originally committed as revision 12262 …
(edit) @dbb7cbf2   17 years baptiste.coudurier fix possible overflow with memmove Originally committed as revision …
(edit) @a6601d69   17 years mans fix libavfilter version extraction Originally committed as revision …
(edit) @ab4b28f0   17 years vitor1001 Print libavfilter version if it is enabled in configure Originally …
(edit) @0b247953   17 years Aurélien Jacobs makes really sure that no undefined behavior can happen Originally …
(edit) @b85976ba   17 years michaelni better include Originally committed as revision 12257 to …
(edit) @3635791a   17 years michaelni include dependencies ... Originally committed as revision 12256 to …
(edit) @c91d512b   17 years diego Add multiple inclusion guards. Originally committed as revision 12255 …
Note: See TracRevisionLog for help on using the revision log.