summaryrefslogtreecommitdiff
path: root/libavformat/sol.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary header #includes.Erik Hovland2008-05-291-1/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-3/+3
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* Fix UNKOWN --> UNKNOWN typoDiego Biurrun2007-03-071-1/+1
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-301-0/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-5/+5
* AVPacket.posMichael Niedermayer2005-05-261-5/+1
* set correct timebaseMichael Niedermayer2004-10-181-1/+2
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-281-0/+166