summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Peg libswscale to the revision corresponding to the moment the branch was cut.v0.5Diego Biurrun2009-03-08
| | | | Originally committed as revision 17887 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Correct grammar in one sentence and add a note about doc/APIchangesRobert Swain2009-03-04
| | | | Originally committed as revision 17805 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Add some release notes for this 0.5 release branchRobert Swain2009-03-03
| | | | Originally committed as revision 17787 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Output 0.5 as version string.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17754 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier2009-03-02
| | | | Originally committed as revision 17737 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Create 0.5 release branch.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17727 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Mention non-recursive Makefiles in the changelog.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling/wording fixesDiego Biurrun2009-03-02
| | | | Originally committed as revision 17724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 encoding is integer-onlyJustin Ruggles2009-03-02
| | | | Originally committed as revision 17723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list ofDiego Biurrun2009-03-02
| | | | | | supported image formats. Apparently decoding these formats is supported. Originally committed as revision 17722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small spelling/grammar fixesDiego Biurrun2009-03-02
| | | | Originally committed as revision 17718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* figure out which muxers support which codecs? new api required!Ben Littler2009-03-02
| | | | Originally committed as revision 17714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Ogg muxer will handle Theora as wellRobert Swain2009-03-02
| | | | Originally committed as revision 17713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another round of missing codecs and name updates to match the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more missing codecs and update names to match the codec long_name.Justin Ruggles2009-03-02
| | | | Originally committed as revision 17711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge MP2, MP3 and MPEG audio demuxer entries.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis and flac ogg muxer onlyBen Littler2009-03-02
| | | | Originally committed as revision 17708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxer is vorbis onlyBen Littler2009-03-02
| | | | Originally committed as revision 17707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-02
| | | | | | or vice-versa. Originally committed as revision 17706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing codecs and update some names to match AVCodec.long_nameJustin Ruggles2009-03-02
| | | | Originally committed as revision 17704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Integer-only decoding of AC-3 is not supported.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa encoding is supported.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing image formats, patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-03-02
| | | | Originally committed as revision 17701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split PGM and PPM in image formats section.Daniel Verkamp2009-03-02
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break image format lines before comments.Daniel Verkamp2009-03-02
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-01
| | | | | | | | | This should not make any difference, yet some gcc versions on ARM produce incorrect output without this fix. Approved by Vitor. Originally committed as revision 17698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an API changelog with a first entry for the new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add release version number.Diego Biurrun2009-03-01
| | | | Originally committed as revision 17696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix return value from check_headerMåns Rullgård2009-03-01
| | | | Originally committed as revision 17695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-01
| | | | Originally committed as revision 17694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-01
| | | | | | | | | | | | stream selection. Make the counting starts from 0, and disable the corresponding playbck when the selected stream number is negative. See the thread: " [FFmpeg-devel] [PATCH] Add documentation for -ast, -vst, -sst". Originally committed as revision 17693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-01
| | | | Originally committed as revision 17692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-01
| | | | | | rather than the subtitle stream N-1 when N is not zero. Originally committed as revision 17691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deprecate old metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-01
| | | | Originally committed as revision 17688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ffserver to new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ffplay to new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17682 to svn://svn.ffmpeg.org/ffmpeg/trunk