| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -12/+12 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 | Axel Holzinger | 2010-07-21 | 1 | -1/+1 |
* | Change all functions referenced in the mxf_metadata_read_table to use the same | Reimar Döffinger | 2010-07-01 | 1 | -15/+29 |
* | mxfdec: Improve parsing of the PixelLayout item | Tomas Härdin | 2010-06-30 | 1 | -14/+12 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. | Reimar Döffinger | 2009-11-20 | 1 | -4/+3 |
* | MXF: simply ignore tracks that are invalid due to not having a valid Sequence | Reimar Döffinger | 2009-10-13 | 1 | -1/+1 |
* | return AVERROR_EOF | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | free Track and unset priv_data to avoid double free, fix memleak | Baptiste Coudurier | 2009-05-15 | 1 | -3/+4 |
* | protect realloc overflow | Baptiste Coudurier | 2009-03-21 | 1 | -0/+2 |
* | reuse MXFCodecUL for data def and simplify | Baptiste Coudurier | 2009-02-08 | 1 | -12/+3 |
* | remove implicit header inclusions from mxf.h | Baptiste Coudurier | 2009-02-08 | 1 | -0/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | use lower case x and alternate format for hex in printf | Baptiste Coudurier | 2009-01-08 | 1 | -4/+4 |
* | print more debug information if enabled, including index | Baptiste Coudurier | 2009-01-08 | 1 | -0/+22 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -1/+1 |
* | revert r14983, value is not sample aspect ratio, it is display aspect ratio | Baptiste Coudurier | 2008-09-17 | 1 | -1/+0 |
* | print stream index in decimal not in hex, easier for debugging | Baptiste Coudurier | 2008-09-09 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | put back mxf_essence_container_uls in demuxer as static const | Baptiste Coudurier | 2008-08-31 | 1 | -2/+13 |
* | mxfdec: set sample_aspect_ratio | Aurelien Jacobs | 2008-08-26 | 1 | -0/+1 |
* | Remove useless #ifdef DEBUG (patch by Zhentan Feng). | Zhentan Feng | 2008-08-19 | 1 | -10/+0 |
* | Factorize common code out of the mxf demuxer. | Zhentan Feng | 2008-08-18 | 1 | -83/+5 |
* | rename mxf.c to mxfdec.c | Baptiste Coudurier | 2008-08-07 | 1 | -0/+1074 |