summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: alignAurelien Jacobs2008-03-051-1/+1
* remove some unneeded artificial dependencies from configureAurelien Jacobs2008-03-051-13/+0
* add some required objects dependenciesAurelien Jacobs2008-03-051-6/+6
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-051-2/+2
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-051-0/+3
* Subtitle support. (untested)Michael Niedermayer2008-03-054-2/+12
* The last flag fix fixed mpeg4-qprd (there the flags ended up being trashedMichael Niedermayer2008-03-053-22/+22
* set block align for mace3/6Baptiste Coudurier2008-03-051-0/+4
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-051-1/+2
* fix the WC3 Xan decoder by correcting the frame accounting logicMike Melanson2008-03-051-4/+6
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-051-1/+1
* sws_flags is unsigned.Michael Niedermayer2008-03-051-1/+1
* Fix handling flags with the MSB set.Michael Niedermayer2008-03-051-3/+3
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-053-72/+81
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-0512-28/+21
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-052-2/+1
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-058-10/+6
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-052-4/+8
* move run length table constants to rl.hAurelien Jacobs2008-03-042-7/+5
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-044-73/+75
* Remove unused elements from tables.Michael Niedermayer2008-03-041-30/+8
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-041-0/+17
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-041-1/+4
* fix wmv3 dependenciesAurelien Jacobs2008-03-041-1/+1
* Fix compilation on powerpc.Aurelien Jacobs2008-03-041-1/+1
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-041-1/+0
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-044-37/+39
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-041-0/+4
* move draw_edges() into dsputilAurelien Jacobs2008-03-046-128/+129
* dsputil.h is a local headerAurelien Jacobs2008-03-031-1/+1
* include required headerAurelien Jacobs2008-03-031-0/+2
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-031-0/+3
* avi.h does not use anything from avcodec.h.Aurelien Jacobs2008-03-031-2/+0
* Fix endian test with grep not handling non-text filesMåns Rullgård2008-03-031-1/+1
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-031-1/+0
* remove unnecessary backslashesMåns Rullgård2008-03-031-1/+1
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-033-17/+10
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-031-3/+4
* Force DOS users to enable memalign hack when needed,Ramiro Polla2008-03-031-1/+0
* Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson2008-03-031-1/+3
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-031-5/+2
* Use block_align as the avi spec says.Michael Niedermayer2008-03-031-1/+3
* Print slightly more useful info.Michael Niedermayer2008-03-031-2/+2
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-021-1/+1
* factorizeMichael Niedermayer2008-03-021-6/+3
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-022-3/+6
* Use "disable" helper functionRamiro Polla2008-03-021-1/+1
* Store aspect ratio in avis.Michael Niedermayer2008-03-021-0/+32
* Remove INFINITY as suggested by rich.Michael Niedermayer2008-03-011-1/+1
* Remove INFINITY.Michael Niedermayer2008-03-011-5/+0
OpenPOWER on IntegriCloud