| Commit message (Expand) | Author | Age | Files | Lines |
* | mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24* | Tomas Härdin | 2011-12-21 | 1 | -2/+2 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | mxfdec: Fix comparison of unsigned expression < 0. | Alex Converse | 2011-11-08 | 1 | -1/+1 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -1/+2 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu... | Alex Converse | 2011-10-10 | 1 | -8/+16 |
* | mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. | Alex Converse | 2011-07-29 | 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 |
* | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 1 | -4/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -11/+11 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -6/+6 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -11/+11 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -4/+4 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -61/+61 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -18/+18 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -12/+12 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 | Axel Holzinger | 2010-07-21 | 1 | -1/+1 |
* | Change all functions referenced in the mxf_metadata_read_table to use the same | Reimar Döffinger | 2010-07-01 | 1 | -15/+29 |
* | mxfdec: Improve parsing of the PixelLayout item | Tomas Härdin | 2010-06-30 | 1 | -14/+12 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. | Reimar Döffinger | 2009-11-20 | 1 | -4/+3 |
* | MXF: simply ignore tracks that are invalid due to not having a valid Sequence | Reimar Döffinger | 2009-10-13 | 1 | -1/+1 |
* | return AVERROR_EOF | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | free Track and unset priv_data to avoid double free, fix memleak | Baptiste Coudurier | 2009-05-15 | 1 | -3/+4 |
* | protect realloc overflow | Baptiste Coudurier | 2009-03-21 | 1 | -0/+2 |
* | reuse MXFCodecUL for data def and simplify | Baptiste Coudurier | 2009-02-08 | 1 | -12/+3 |
* | remove implicit header inclusions from mxf.h | Baptiste Coudurier | 2009-02-08 | 1 | -0/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | use lower case x and alternate format for hex in printf | Baptiste Coudurier | 2009-01-08 | 1 | -4/+4 |
* | print more debug information if enabled, including index | Baptiste Coudurier | 2009-01-08 | 1 | -0/+22 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -1/+1 |
* | revert r14983, value is not sample aspect ratio, it is display aspect ratio | Baptiste Coudurier | 2008-09-17 | 1 | -1/+0 |
* | print stream index in decimal not in hex, easier for debugging | Baptiste Coudurier | 2008-09-09 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | put back mxf_essence_container_uls in demuxer as static const | Baptiste Coudurier | 2008-08-31 | 1 | -2/+13 |
* | mxfdec: set sample_aspect_ratio | Aurelien Jacobs | 2008-08-26 | 1 | -0/+1 |
* | Remove useless #ifdef DEBUG (patch by Zhentan Feng). | Zhentan Feng | 2008-08-19 | 1 | -10/+0 |
* | Factorize common code out of the mxf demuxer. | Zhentan Feng | 2008-08-18 | 1 | -83/+5 |
* | rename mxf.c to mxfdec.c | Baptiste Coudurier | 2008-08-07 | 1 | -0/+1074 |