summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* do not reset duration_error for all streams, only reset current stream, fix w...Baptiste Coudurier2008-03-061-1/+1
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-064-4/+4
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-061-2/+10
* support AVDISCARD_ALLBaptiste Coudurier2008-03-061-0/+3
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-063-3/+3
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-062-39/+39
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-061-5/+2
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-0610-7/+111
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-061-1/+2
* simplifyMichael Niedermayer2008-03-061-2/+2
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-051-47/+49
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-052-8/+8
* allow vpath search only for source filesMåns Rullgård2008-03-052-4/+11
* simplify processing of some --disable-* optionsMåns Rullgård2008-03-051-18/+7
* Add correct version number to shared libavfilterVitor Sessak2008-03-051-2/+2
* Fix avfilter compilation with --enable-shared and no libswscalerVitor Sessak2008-03-051-1/+5
* add dependencies for matroska audio and nut muxers over lavcAurelien Jacobs2008-03-051-0/+2
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-051-0/+1
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-051-6/+6
* define BI frame type along with other frame typesAurelien Jacobs2008-03-053-1/+3
* 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
OpenPOWER on IntegriCloud