]> git.sesse.net Git - ffmpeg/history - libavformat/mxfdec.c
avutil: Add missing test programs to Makefile.
[ffmpeg] / libavformat / mxfdec.c
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-07-21 Axel HolzingerZero-initialize structs/arrays with {0} instead of...
2010-07-01 Reimar DöffingerChange all functions referenced in the mxf_metadata_rea...
2010-06-30 Tomas Härdinmxfdec: Improve parsing of the PixelLayout item
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-20 Reimar DöffingerDo D10 AES3 audio conversion in-place instead of using...
2009-10-13 Reimar DöffingerMXF: simply ignore tracks that are invalid due to not...
2009-05-30 Baptiste Coudurierreturn AVERROR_EOF
2009-05-15 Baptiste Coudurierfree Track and unset priv_data to avoid double free...
2009-03-21 Baptiste Coudurierprotect realloc overflow
2009-02-08 Baptiste Coudurierreuse MXFCodecUL for data def and simplify
2009-02-08 Baptiste Coudurierremove implicit header inclusions from mxf.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-08 Baptiste Coudurieruse lower case x and alternate format for hex in printf
2009-01-08 Baptiste Coudurierprint more debug information if enabled, including...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-17 Baptiste Coudurierrevert r14983, value is not sample aspect ratio, it...
2008-09-09 Baptiste Coudurierprint stream index in decimal not in hex, easier for...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-31 Baptiste Coudurierput back mxf_essence_container_uls in demuxer as static...
2008-08-26 Aurelien Jacobsmxfdec: set sample_aspect_ratio
2008-08-19 Zhentan FengRemove useless #ifdef DEBUG (patch by Zhentan Feng).
2008-08-18 Zhentan FengFactorize common code out of the mxf demuxer.
2008-08-07 Baptiste Coudurierrename mxf.c to mxfdec.c