summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-04
| | | | Originally committed as revision 12315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix wmv3 dependenciesAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation on powerpc.Aurelien Jacobs2008-03-04
| | | | | | | DECLARE_ALIGNED_8 is not defined at that point, but this code is powerpc only, so it's really equivalent to DECLARE_ALIGNED(16... Originally committed as revision 12313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-04
| | | | | | Fixes decoding of vdr-radio.vdr. (issue198) Originally committed as revision 12310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dsputil.h is a local headerAurelien Jacobs2008-03-03
| | | | Originally committed as revision 12308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include required headerAurelien Jacobs2008-03-03
| | | | Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-03
| | | | Originally committed as revision 12306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avi.h does not use anything from avcodec.h.Aurelien Jacobs2008-03-03
| | | | Originally committed as revision 12305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix endian test with grep not handling non-text filesMåns Rullgård2008-03-03
| | | | | | | | POSIX grep is not required to support non-text files. Idea by Rich Felker. Originally committed as revision 12304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-03
| | | | Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary backslashesMåns Rullgård2008-03-03
| | | | Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-03
| | | | | | with the other libav*. Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-03
| | | | Originally committed as revision 12300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force DOS users to enable memalign hack when needed,Ramiro Polla2008-03-03
| | | | | | the same way it's done for MinGW. Originally committed as revision 12299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson2008-03-03
| | | | Originally committed as revision 12298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-03
| | | | Originally committed as revision 12297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use block_align as the avi spec says.Michael Niedermayer2008-03-03
| | | | | | fix issue274 Originally committed as revision 12296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print slightly more useful info.Michael Niedermayer2008-03-03
| | | | Originally committed as revision 12295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-02
| | | | Originally committed as revision 12294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2008-03-02
| | | | Originally committed as revision 12293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-02
| | | | Originally committed as revision 12292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "disable" helper functionRamiro Polla2008-03-02
| | | | Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store aspect ratio in avis.Michael Niedermayer2008-03-02
| | | | Originally committed as revision 12290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove INFINITY as suggested by rich.Michael Niedermayer2008-03-01
| | | | Originally committed as revision 12289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove INFINITY.Michael Niedermayer2008-03-01
| | | | Originally committed as revision 12288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-01
| | | | | | inside downmix loop. 7% faster 5.1-to-stereo downmixing. Originally committed as revision 12287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-01
| | | | Originally committed as revision 12286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.İsmail Dönmez2008-03-01
| | | | | | patch by İsmail Dönmez, ismail namtrac org Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-01
| | | | | | gives 7% faster decoding on average. Originally committed as revision 12284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-01
| | | | Originally committed as revision 12283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-01
| | | | Originally committed as revision 12282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the id CIN demuxer by using the pts API correctlyMike Melanson2008-03-01
| | | | Originally committed as revision 12281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplification proposed by RichAurelien Jacobs2008-03-01
| | | | Originally committed as revision 12280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add cdvcMichael Niedermayer2008-02-29
| | | | | | (from a patch by Dmitry Vassiliev // slydiman mail ru) Originally committed as revision 12279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-29
| | | | Originally committed as revision 12278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-29
| | | | | | Spotted by John Fitzgerald: jjfitzgerald gmail com Originally committed as revision 12277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppress the second warningMichael Niedermayer2008-02-28
| | | | Originally committed as revision 12276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
| | | | | | SunStudio 12 only supports the former. Originally committed as revision 12275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l parenthesisBaptiste Coudurier2008-02-28
| | | | Originally committed as revision 12274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-28
| | | | Originally committed as revision 12273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-28
| | | | Originally committed as revision 12272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add empty line in output to increase readability.Diego Biurrun2008-02-27
| | | | Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inline asm supportMåns Rullgård2008-02-27
| | | | Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify lzo-test ruleMåns Rullgård2008-02-27
| | | | Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version in libavfilter.pcMåns Rullgård2008-02-27
| | | | Originally committed as revision 12267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
| | | | Originally committed as revision 12266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-27
| | | | Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk