]> git.sesse.net Git - ffmpeg/history - libavformat/mxfdec.c
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
[ffmpeg] / libavformat / mxfdec.c
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