| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -15/+15 |
* | lavf: add the notimestamps flag to the muxers missing it | Anton Khirnov | 2014-06-18 | 1 | -0/+1 |
* | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -2/+2 |
* | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | au: remove unnecessary casts | Justin Ruggles | 2013-01-09 | 1 | -2/+2 |
* | au: return AVERROR codes instead of -1 | Justin Ruggles | 2013-01-09 | 1 | -5/+6 |
* | au: cosmetics: pretty-print and remove pointless comments | Justin Ruggles | 2013-01-09 | 1 | -50/+46 |
* | au: use ff_raw_write_packet() | Justin Ruggles | 2013-01-09 | 1 | -8/+3 |
* | au: set stream start time and packet durations | Justin Ruggles | 2013-01-09 | 1 | -0/+3 |
* | au: use %u when printing id and channels since they are unsigned | Justin Ruggles | 2013-01-09 | 1 | -2/+2 |
* | au: validate sample rate | Justin Ruggles | 2013-01-09 | 1 | -0/+5 |
* | au: move skipping of unused data to before parameter validation | Justin Ruggles | 2013-01-09 | 1 | -5/+5 |
* | au: do not arbitrarily limit channel count | Justin Ruggles | 2013-01-09 | 1 | -3/+3 |
* | au: do not set pkt->size directly | Justin Ruggles | 2013-01-09 | 1 | -3/+0 |
* | au: set block_align and use it in au_read_packet() | Justin Ruggles | 2013-01-09 | 1 | -3/+3 |
* | au: set bit rate | Justin Ruggles | 2013-01-09 | 1 | -0/+1 |
* | au: validate bits-per-sample separately from codec tag | Justin Ruggles | 2013-01-09 | 1 | -1/+8 |
* | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | au: Reorder code so that both muxer and demuxer are under #ifdefs | Diego Biurrun | 2012-12-17 | 1 | -63/+63 |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -12/+12 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | audemux: Add a sanity check for the number of channels | Michael Niedermayer | 2012-04-23 | 1 | -0/+5 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -18/+15 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -1/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -7/+7 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -6/+6 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -5/+5 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | move pcm demuxers to their own file | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
* | Prevent au_read_packet() looping endlessly when .au file contains unsupported... | Peter Ross | 2010-05-31 | 1 | -0/+5 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | AU : demuxed packet size should be sample size aligned. | Jai Menon | 2009-12-07 | 1 | -2/+4 |
* | Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. | Carl Eugen Hoyos | 2009-10-16 | 1 | -1/+1 |
* | Return special EOF checking for aiff and au demuxers, the check was at | Reimar Döffinger | 2009-10-02 | 1 | -2/+0 |
* | au demuxer: pass av_get_packet error on unchanged instead of converting to | Reimar Döffinger | 2009-10-01 | 1 | -1/+1 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -1/+1 |