summaryrefslogtreecommitdiff
path: root/libavformat/electronicarts.c
Commit message (Expand)AuthorAge
...
* add a log messageAurelien Jacobs2007-10-18
* fix commentAurelien Jacobs2007-10-18
* cosmetics: reindentAurelien Jacobs2007-10-15
* add support for VP6 in electronicarts demuxerAurelien Jacobs2007-10-15
* remove useless &0xFFAurelien Jacobs2007-10-15
* merge declaration and initializationAurelien Jacobs2007-10-15
* remove unused context varsAurelien Jacobs2007-10-15
* remove unused codeAurelien Jacobs2007-10-15
* remove unused tags definitionAurelien Jacobs2007-10-15
* remove unused close functionAurelien Jacobs2007-10-15
* simplify bitstream readingAurelien Jacobs2007-10-15
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)Mike Melanson2004-10-16