| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -8/+8 |
|\ |
|
| * | Remove libnut wrapper | Diego Biurrun | 2012-05-21 | 1 | -311/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey precaution. | Michael Niedermayer | 2011-12-08 | 1 | -0/+2 |
* | | libnut: Check nut_demuxer_init() return value. | Michael Niedermayer | 2011-12-08 | 1 | -0/+3 |
* | | libnut: check for av_malloc failure. | Michael Niedermayer | 2011-12-08 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -18/+18 |
|\ \
| |/ |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -18/+18 |
| * | 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 |
* | 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 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -6/+6 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -6/+6 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Update lavf/libnut.c to _tt type names in libnut API | Oded Shimon | 2008-12-12 | 1 | -9/+9 |
* | Replace generic CONFIG_MUXERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-02 | 1 | -2/+2 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -2/+2 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -4/+4 |
* | Give the libnut muxer a lib prefix in its name so it does not conflict with | Diego Biurrun | 2007-11-07 | 1 | -1/+1 |
* | Prefix library format names with 'lib' in libavformat | Ramiro Polla | 2007-09-05 | 1 | -1/+1 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -1/+1 |
* | remove usage of deprecated functions in libnut.c (codec_get_id/tag) | Oded Shimon | 2007-03-10 | 1 | -4/+4 |
* | Add doxygen file header to libnut.c | Oded Shimon | 2007-03-10 | 1 | -0/+6 |
* | Add LGPL header as requested by Oded. | Diego Biurrun | 2007-02-25 | 1 | -0/+21 |
* | Properly separate native and libnut NUT (de)muxers. | Diego Biurrun | 2007-02-09 | 1 | -2/+2 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -1/+1 |
* | sync to libnut, nom->num | Oded Shimon | 2006-12-23 | 1 | -9/+9 |
* | change mpeg4 fourcc from "mp4s" to "mp4v" | Oded Shimon | 2006-11-17 | 1 | -1/+1 |
* | update to libnut, use framecode table generator | Oded Shimon | 2006-11-17 | 1 | -29/+1 |
* | update to libnut API, changes to frame_table_input | Oded Shimon | 2006-11-17 | 1 | -26/+26 |
* | Update to libnut API, non-negative errors | Oded Shimon | 2006-11-16 | 1 | -4/+7 |
* | update to libnut API, don't free the streams | Oded Shimon | 2006-11-15 | 1 | -1/+0 |
* | update to libnut, add cache_syncpoints | Oded Shimon | 2006-11-14 | 1 | -1/+2 |