summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-05
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-05
* move run length table constants to rl.hAurelien Jacobs2008-03-04
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
* Remove unused elements from tables.Michael Niedermayer2008-03-04
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-04
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-04
* fix wmv3 dependenciesAurelien Jacobs2008-03-04
* Fix compilation on powerpc.Aurelien Jacobs2008-03-04
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-04
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-04
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* dsputil.h is a local headerAurelien Jacobs2008-03-03
* include required headerAurelien Jacobs2008-03-03
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-03
* avi.h does not use anything from avcodec.h.Aurelien Jacobs2008-03-03
* Fix endian test with grep not handling non-text filesMåns Rullgård2008-03-03
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-03
* remove unnecessary backslashesMåns Rullgård2008-03-03
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-03
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-03
* Force DOS users to enable memalign hack when needed,Ramiro Polla2008-03-03
* Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson2008-03-03
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-03
* Use block_align as the avi spec says.Michael Niedermayer2008-03-03
* Print slightly more useful info.Michael Niedermayer2008-03-03
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-02
* factorizeMichael Niedermayer2008-03-02
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-02
* Use "disable" helper functionRamiro Polla2008-03-02
* Store aspect ratio in avis.Michael Niedermayer2008-03-02
* Remove INFINITY as suggested by rich.Michael Niedermayer2008-03-01
* Remove INFINITY.Michael Niedermayer2008-03-01
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-01
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-01
* Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.İsmail Dönmez2008-03-01
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-01
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-01
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-01
* fix the id CIN demuxer by using the pts API correctlyMike Melanson2008-03-01
* simplification proposed by RichAurelien Jacobs2008-03-01
* add cdvcMichael Niedermayer2008-02-29
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-29
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-29
* suppress the second warningMichael Niedermayer2008-02-28
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
* 1000l parenthesisBaptiste Coudurier2008-02-28