12830 Commits (73e2261318fd80150ce6fa995efe0ef397f4c35a)
 

Author SHA1 Message Date
Michael Niedermayer 73e2261318 The last flag fix fixed mpeg4-qprd (there the flags ended up being trashed 17 years ago
Baptiste Coudurier 112249de00 set block align for mace3/6 17 years ago
Baptiste Coudurier 28da7981d0 correctly compute bit rate for compressed audio, should fix seeking in aiff 17 years ago
Mike Melanson 282ee4e766 fix the WC3 Xan decoder by correcting the frame accounting logic 17 years ago
Michael Niedermayer 56adc69501 One more (forgotten) fix for fixing sws_flags. 17 years ago
Michael Niedermayer e60da588e3 sws_flags is unsigned. 17 years ago
Michael Niedermayer 378774e9a8 Fix handling flags with the MSB set. 17 years ago
Michael Niedermayer 8b2fce0d3f Turn ancient V offset numerical constants into named ones. 17 years ago
Aurelien Jacobs fbd4293df9 remove more useless mpegvideo.h includes 17 years ago
Aurelien Jacobs cbcd6c8ca9 move EDGE_WIDTH definition allong with draw_edges where it belongs 17 years ago
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Aurelien Jacobs 3bfe9260fa move relevant declarations to mpeg12data.h 17 years ago
Aurelien Jacobs 6d93461504 move run length table constants to rl.h 17 years ago
Aurelien Jacobs 288a44fb7a move ff_emulated_edge_mc() to dsputil 17 years ago
Michael Niedermayer 8d4bef64b4 Remove unused elements from tables. 17 years ago
Michael Niedermayer 6a287b739f Detect and prevent reading over the end of counts_*. We pass the error 17 years ago
Michael Niedermayer 1a2a1d9077 Prevent segfault due to reading over the end of the input buffer. 17 years ago
Aurelien Jacobs 7998988129 fix wmv3 dependencies 17 years ago
Aurelien Jacobs 49c35f16fc Fix compilation on powerpc. 17 years ago
Aurelien Jacobs 015d0bb95c remove old draw_edges declaration cruft 17 years ago
Aurelien Jacobs 4c79b95c32 move ff_init_scantable() into dsputil 17 years ago
Michael Niedermayer 675b8390f6 Ignore flags after pts/dts if there are no bytes left. 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Aurelien Jacobs ce7f71a2dd dsputil.h is a local header 17 years ago
Aurelien Jacobs c8deab7af7 include required header 17 years ago
Aurelien Jacobs 6e196eacc3 include required headers for int64_t and AV_RB16() 17 years ago
Aurelien Jacobs abf2dc9c9a avi.h does not use anything from avcodec.h. 17 years ago
Måns Rullgård 22f8654776 Fix endian test with grep not handling non-text files 17 years ago
Måns Rullgård 0e9fbd35b5 remove invalid free() forgotten in r12300 17 years ago
Måns Rullgård 932ccf398a remove unnecessary backslashes 17 years ago
Vitor Sessak 81124ba0d1 Fix libavfilter compilation and make it more in line 17 years ago
Michael Niedermayer f15e6b869f Provide non null class name to avoid crash with ffmpeg -h. 17 years ago
Ramiro Polla 6548ff57c0 Force DOS users to enable memalign hack when needed, 17 years ago
Benjamin Larsson 40bcf4c780 Support setting the debuglevel (-g level) with --enable-debug=# 17 years ago
Reimar Döffinger e7a5e2f626 Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif 17 years ago
Michael Niedermayer 78db672cae Use block_align as the avi spec says. 17 years ago
Michael Niedermayer 143b082044 Print slightly more useful info. 17 years ago
Michael Niedermayer a7805e2983 Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. 17 years ago
Michael Niedermayer 9fdfd21c77 factorize 17 years ago
Michael Niedermayer a048febdc4 subtitles (codec tag tables still missing ...) 17 years ago
Ramiro Polla c6eed369d2 Use "disable" helper function 17 years ago
Michael Niedermayer 5b08754912 Store aspect ratio in avis. 17 years ago
Michael Niedermayer 1f3d74d39b Remove INFINITY as suggested by rich. 17 years ago
Michael Niedermayer 3948c74f80 Remove INFINITY. 17 years ago
Justin Ruggles d8870f120e use scale factor instead of sum for downmix level adjustment. avoids division 17 years ago
Justin Ruggles 9d10e6e6c0 pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. 17 years ago
İsmail Dönmez 8541cc274c Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin. 17 years ago
Justin Ruggles a4de6dd2c1 Use 24-bit fixed-point transform coefficients until just before MDCT. This 17 years ago
Mike Melanson 74e21d0352 fix wc3movie demuxer to conform to the PTS API 17 years ago
Loren Merritt be0995b166 more aspect ratios added in one of the ammendments 17 years ago