summaryrefslogtreecommitdiffstats
path: root/libavformat/sol.c
Commit message (Expand)AuthorAgeFilesLines
* sol: set channel layoutJustin Ruggles2012-11-121-0/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-10/+10
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* sol: use AV_RL32 instead of raw pointer castMans Rullgard2011-11-261-3/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* sol: return error if av_get_packet() fails.Justin Ruggles2011-09-251-0/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+6
* Remove unused variablesMans Rullgard2011-06-021-2/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-6/+6
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Use enum typers instead of int.Diego Pettenò2008-10-021-2/+3
* remove useless close funcsBaptiste Coudurier2008-06-191-6/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* 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
OpenPOWER on IntegriCloud