summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-06
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-06
* simplifyMichael Niedermayer2008-03-06
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-05
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-05
* allow vpath search only for source filesMåns Rullgård2008-03-05
* simplify processing of some --disable-* optionsMåns Rullgård2008-03-05
* Add correct version number to shared libavfilterVitor Sessak2008-03-05
* Fix avfilter compilation with --enable-shared and no libswscalerVitor Sessak2008-03-05
* add dependencies for matroska audio and nut muxers over lavcAurelien Jacobs2008-03-05
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-05
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-05
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
* cosmetic: alignAurelien Jacobs2008-03-05
* remove some unneeded artificial dependencies from configureAurelien Jacobs2008-03-05
* add some required objects dependenciesAurelien Jacobs2008-03-05
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-05
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-05
* Subtitle support. (untested)Michael Niedermayer2008-03-05
* The last flag fix fixed mpeg4-qprd (there the flags ended up being trashedMichael Niedermayer2008-03-05
* set block align for mace3/6Baptiste Coudurier2008-03-05
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-05
* fix the WC3 Xan decoder by correcting the frame accounting logicMike Melanson2008-03-05
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-05
* sws_flags is unsigned.Michael Niedermayer2008-03-05
* Fix handling flags with the MSB set.Michael Niedermayer2008-03-05
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
* 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