summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Peg libswscale to the revision corresponding to the moment the branch was cut.v0.5Diego Biurrun2009-03-080-0/+0
* Correct grammar in one sentence and add a note about doc/APIchangesRobert Swain2009-03-041-2/+3
* Add some release notes for this 0.5 release branchRobert Swain2009-03-031-0/+38
* Output 0.5 as version string.Diego Biurrun2009-03-031-15/+1
* revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier2009-03-023-19/+8
* Create 0.5 release branch.Diego Biurrun2009-03-0220-14437/+0
* Mention non-recursive Makefiles in the changelog.Diego Biurrun2009-03-021-0/+1
* cosmetics: spelling/wording fixesDiego Biurrun2009-03-021-9/+10
* AC-3 encoding is integer-onlyJustin Ruggles2009-03-021-1/+1
* Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list ofDiego Biurrun2009-03-021-5/+5
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-022-12/+12
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-022-69/+69
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-021-24/+24
* small spelling/grammar fixesDiego Biurrun2009-03-022-3/+3
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-021-1/+1
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-0214-15/+15
* Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.Diego Biurrun2009-03-021-5/+5
* figure out which muxers support which codecs? new api required!Ben Littler2009-03-021-1/+1
* The Ogg muxer will handle Theora as wellRobert Swain2009-03-021-1/+1
* Another round of missing codecs and name updates to match the codec long_name.Diego Biurrun2009-03-021-3/+26
* Add some more missing codecs and update names to match the codec long_name.Justin Ruggles2009-03-021-21/+24
* Add some more missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-021-42/+51
* Merge MP2, MP3 and MPEG audio demuxer entries.Diego Biurrun2009-03-021-3/+2
* vorbis and flac ogg muxer onlyBen Littler2009-03-021-1/+1
* ogg muxer is vorbis onlyBen Littler2009-03-021-1/+1
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-022-10/+13
* Add some missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-021-33/+57
* add some missing codecs and update some names to match AVCodec.long_nameJustin Ruggles2009-03-021-11/+12
* Integer-only decoding of AC-3 is not supported.Diego Biurrun2009-03-021-1/+1
* Targa encoding is supported.Diego Biurrun2009-03-021-1/+1
* Add missing image formats, patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-03-021-0/+7
* Split PGM and PPM in image formats section.Daniel Verkamp2009-03-021-1/+4
* cosmetics: Break image format lines before comments.Daniel Verkamp2009-03-021-13/+26
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-011-1/+1
* add an API changelog with a first entry for the new metadata APIAurelien Jacobs2009-03-011-0/+17
* Add release version number.Diego Biurrun2009-03-011-1/+2
* configure: fix return value from check_headerMåns Rullgård2009-03-011-1/+2
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-012-3/+18
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-011-2/+2
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-011-2/+1
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-011-1/+1
* deprecate old metadata APIAurelien Jacobs2009-03-013-1/+19
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-011-2/+4
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-011-5/+6
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-011-4/+7
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-011-5/+5
* convert ffserver to new metadata APIAurelien Jacobs2009-03-011-13/+6
* convert ffplay to new metadata APIAurelien Jacobs2009-03-011-16/+3
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-011-32/+33
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-012-3/+3