summaryrefslogtreecommitdiffstats
path: root/libavformat/oma.c
Commit message (Expand)AuthorAgeFilesLines
* omadec: split data that will be used in the muxer to a separate file.Anton Khirnov2011-12-181-0/+33
* lavf: rename oma.c -> omadec.cAnton Khirnov2011-12-181-464/+0
* oma: PCM supportDavid Goldwich2011-12-041-3/+14
* oma: better format detection with small probe bufferDavid Goldwich2011-12-041-5/+11
* oma: clearify ambiguous if conditionDavid Goldwich2011-12-041-2/+2
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* oma: support for encrypted filesDavid Goldwich2011-09-211-14/+255
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+6
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* oma: check avio_read() return valueMans Rullgard2011-06-021-0/+2
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-221-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+0
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* Add metadata support. Patch by Michael Karcher.Michael Karcher2010-06-171-25/+24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix indentation after r21257.Carl Eugen Hoyos2010-01-171-8/+8
* Support demuxing of Sony OpenMG files without metadata header.Michael Karcher2010-01-171-1/+8
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-161-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Mark several libavformat arrays constReimar Döffinger2008-08-241-2/+2
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-1/+1
* Add support for mp3 contained in omaBenjamin Larsson2008-06-251-0/+4
* Rearrange parameter logicBenjamin Larsson2008-06-251-14/+16
* Add more codec IDs and tags.Benjamin Larsson2008-06-251-0/+4
* Oma demuxerBenjamin Larsson2008-06-081-0/+190
OpenPOWER on IntegriCloud