summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-086-21/+15
* __stdcall -> WINAPIRamiro Polla2008-03-072-2/+2
* simplify library version handlingMåns Rullgård2008-03-078-26/+6
* replace -f pgmyuv with -f image2 -vcodec pgmyuvMåns Rullgård2008-03-071-9/+9
* Simplify do_video_encoding() in regression.shMåns Rullgård2008-03-071-41/+41
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* Remove mp4psp regression testMåns Rullgård2008-03-075-57/+0
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-078-1/+102
* fix AVClass for avfilterMåns Rullgård2008-03-071-3/+6
* indentationBaptiste Coudurier2008-03-061-8/+8
* do not display par and dar if not availableBaptiste Coudurier2008-03-061-0/+2
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+1
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-066-27/+15
* 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
OpenPOWER on IntegriCloud