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