summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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