| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for multichannel ATRAC3+ streams. | Maxim Poliakovski | 2013-09-29 | 1 | -0/+15 |
* | oma: Validate sample rates | Luca Barbato | 2013-03-31 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | omadec: split data that will be used in the muxer to a separate file. | Anton Khirnov | 2011-12-18 | 1 | -0/+33 |
* | lavf: rename oma.c -> omadec.c | Anton Khirnov | 2011-12-18 | 1 | -464/+0 |
* | oma: PCM support | David Goldwich | 2011-12-04 | 1 | -3/+14 |
* | oma: better format detection with small probe buffer | David Goldwich | 2011-12-04 | 1 | -5/+11 |
* | oma: clearify ambiguous if condition | David Goldwich | 2011-12-04 | 1 | -2/+2 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | oma: support for encrypted files | David Goldwich | 2011-09-21 | 1 | -14/+255 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+6 |
* | Remove statements immediately following unconditional jumps | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | oma: check avio_read() return value | Mans Rullgard | 2011-06-02 | 1 | -0/+2 |
* | Use av_log_ask_for_sample() to request samples from users. | Diego Biurrun | 2011-04-22 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+0 |
* | move pcm demuxers to their own file | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
* | Add metadata support. Patch by Michael Karcher. | Michael Karcher | 2010-06-17 | 1 | -25/+24 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Fix indentation after r21257. | Carl Eugen Hoyos | 2010-01-17 | 1 | -8/+8 |
* | Support demuxing of Sony OpenMG files without metadata header. | Michael Karcher | 2010-01-17 | 1 | -1/+8 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -1/+1 |
* | oma: fix build if memcmp() is a macro | Måns Rullgård | 2009-05-16 | 1 | -2/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Mark several libavformat arrays const | Reimar Döffinger | 2008-08-24 | 1 | -2/+2 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Add support for mp3 contained in oma | Benjamin Larsson | 2008-06-25 | 1 | -0/+4 |
* | Rearrange parameter logic | Benjamin Larsson | 2008-06-25 | 1 | -14/+16 |
* | Add more codec IDs and tags. | Benjamin Larsson | 2008-06-25 | 1 | -0/+4 |
* | Oma demuxer | Benjamin Larsson | 2008-06-08 | 1 | -0/+190 |