| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -0/+1 |
* | nut: support textual data | Luca Barbato | 2012-10-29 | 1 | -0/+1 |
* | nut: support pcm codecs not mapped in avi | Luca Barbato | 2012-10-13 | 1 | -1/+6 |
* | nut: prioritize native tags | Luca Barbato | 2012-10-13 | 1 | -5/+2 |
* | nut: add do {} while (0) to GET_V | Luca Barbato | 2012-10-02 | 1 | -20/+22 |
* | nutdec: Remove unused and broken debug function stub | Diego Biurrun | 2012-09-27 | 1 | -10/+0 |
* | nutdec: const correctness for get_v_trace/get_s_trace function arguments | Diego Biurrun | 2012-09-26 | 1 | -4/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | nutdec: add malloc check and fix const to non-const conversion warnings | Mans Rullgard | 2012-04-18 | 1 | -2/+6 |
* | Drop some pointless #ifdefs. | Diego Biurrun | 2012-04-10 | 1 | -2/+0 |
* | nutdec: K&R formatting cosmetics | Asen Lekov | 2012-04-10 | 1 | -436/+500 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+5 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -3/+2 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -4/+4 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -2/+3 |
* | nutdec: remove unused variable | Mans Rullgard | 2011-06-02 | 1 | -3/+1 |
* | lavf: remove FF_API_MAX_STREAMS cruft | Anton Khirnov | 2011-04-19 | 1 | -4/+0 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | avio: make get_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -6/+6 |
* | avio: make init_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: move ff_get_v from avio.h to avio_internal.h | Anton Khirnov | 2011-03-16 | 1 | -42/+43 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -16/+16 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -7/+7 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -16/+16 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -20/+20 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes. | Stefano Sabatini | 2011-01-12 | 1 | -14/+14 |
* | nutdec: when parsing info packet, set metadata var only once | Anton Khirnov | 2010-10-24 | 1 | -6/+9 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+2 |
* | rename LAVF_API_* defines to FF_API_* to clarify that it is not public API | Aurelien Jacobs | 2010-08-18 | 1 | -1/+1 |
* | add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API | Aurelien Jacobs | 2010-08-17 | 1 | -1/+1 |
* | get rid of MAX_STREAMS limit in nutdec | Aurelien Jacobs | 2010-08-10 | 1 | -1/+7 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Fix warning "passing argument from incompatible pointer type". | Eli Friedman | 2010-07-03 | 1 | -1/+1 |
* | Make the nut decoder read the ff_nut_video_tags to detect codec id of | Stefano Sabatini | 2010-05-23 | 1 | -1/+3 |
* | Define ff_nut_video_tags and make Nut muxer and demuxer set it in | Stefano Sabatini | 2010-05-23 | 1 | -0/+1 |
* | Make the nut demuxer issue a more meaningful error message if it | Stefano Sabatini | 2010-05-09 | 1 | -1/+2 |