summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-141-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-091-1/+1
|\
| * mxfdec: Fix comparison of unsigned expression < 0.Alex Converse2011-11-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-291-1/+2
|\ \ | |/
| * lavf: make some seeking functions privateAnton Khirnov2011-10-281-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-111-8/+16
|\ \ | |/
| * mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-101-8/+16
* | mxfdec: Move FooterPartition to MXFContext and make sure it's never set to zeroTomas Härdin2011-10-101-3/+14
* | mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-09-271-2/+2
* | [mxfdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | mxfdec: skip to end of structural sets This fixes reading of partition packs....Philip de Nier2011-09-121-1/+4
* | Parse MXF partitionsTomas Härdin2011-09-021-1/+107
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-1/+1
|\ \ | |/
| * mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-07-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+8
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-021-3/+3
|\ \ | |/
| * Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-311-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Fix various bad printf format warningsClément Bœsch2011-05-301-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-11/+11
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-11/+11
| * avio: deprecate url_feofAnton Khirnov2011-03-071-3/+3
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-6/+6
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-11/+11
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-61/+61
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-18/+18
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-12/+12
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-6/+6
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-11/+11
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-4/+4
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-61/+61
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-18/+18
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-12/+12
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger2010-07-211-1/+1
* Change all functions referenced in the mxf_metadata_read_table to use the sameReimar Döffinger2010-07-011-15/+29
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-301-14/+12
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-201-4/+3
* MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger2009-10-131-1/+1
* return AVERROR_EOFBaptiste Coudurier2009-05-301-1/+1
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-151-3/+4
* protect realloc overflowBaptiste Coudurier2009-03-211-0/+2