summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
* small spelling/grammar fixesDiego Biurrun2009-03-02
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.Diego Biurrun2009-03-02
* figure out which muxers support which codecs? new api required!Ben Littler2009-03-02
* The Ogg muxer will handle Theora as wellRobert Swain2009-03-02
* Another round of missing codecs and name updates to match the codec long_name.Diego Biurrun2009-03-02
* Add some more missing codecs and update names to match the codec long_name.Justin Ruggles2009-03-02
* Add some more missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
* Merge MP2, MP3 and MPEG audio demuxer entries.Diego Biurrun2009-03-02
* vorbis and flac ogg muxer onlyBen Littler2009-03-02
* ogg muxer is vorbis onlyBen Littler2009-03-02
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-02
* Add some missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
* add some missing codecs and update some names to match AVCodec.long_nameJustin Ruggles2009-03-02
* Integer-only decoding of AC-3 is not supported.Diego Biurrun2009-03-02
* Targa encoding is supported.Diego Biurrun2009-03-02
* Add missing image formats, patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-03-02
* Split PGM and PPM in image formats section.Daniel Verkamp2009-03-02
* cosmetics: Break image format lines before comments.Daniel Verkamp2009-03-02
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-01
* add an API changelog with a first entry for the new metadata APIAurelien Jacobs2009-03-01
* Add release version number.Diego Biurrun2009-03-01
* configure: fix return value from check_headerMåns Rullgård2009-03-01
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-01
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-01
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-01
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-01
* deprecate old metadata APIAurelien Jacobs2009-03-01
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-01
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-01
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
* convert ffserver to new metadata APIAurelien Jacobs2009-03-01
* convert ffplay to new metadata APIAurelien Jacobs2009-03-01
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-01
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-01
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-01
* Fix typo in comments.Dominik Mierzejewski2009-03-01
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-01
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-01
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-01
* Reindent after last commitVitor Sessak2009-03-01
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-01
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-01
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-01
* Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer2009-03-01