summaryrefslogtreecommitdiffstats
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-101-8/+16
* mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-07-291-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* 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
* 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
* 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
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-081-12/+3
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-081-0/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* use lower case x and alternate format for hex in printfBaptiste Coudurier2009-01-081-4/+4
* print more debug information if enabled, including indexBaptiste Coudurier2009-01-081-0/+22
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier2008-09-171-1/+0
* print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier2008-09-091-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-311-2/+13
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-261-0/+1
* Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng2008-08-191-10/+0
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-181-83/+5
* rename mxf.c to mxfdec.cBaptiste Coudurier2008-08-071-0/+1074
OpenPOWER on IntegriCloud