Commit History

Author SHA1 Message Date
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Axel Holzinger 354b757300 Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 14 years ago
  Reimar Döffinger 39bb30f664 Change all functions referenced in the mxf_metadata_read_table to use the same 14 years ago
  Tomas Härdin 11fdc4d4fc mxfdec: Improve parsing of the PixelLayout item 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Reimar Döffinger c7a38887c1 Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. 15 years ago
  Reimar Döffinger 1e69999334 MXF: simply ignore tracks that are invalid due to not having a valid Sequence 15 years ago
  Baptiste Coudurier 9291fdf7bc return AVERROR_EOF 16 years ago
  Baptiste Coudurier 8be080aebb free Track and unset priv_data to avoid double free, fix memleak 16 years ago
  Baptiste Coudurier b4800b8b7d protect realloc overflow 16 years ago
  Baptiste Coudurier 5ac4d7689d reuse MXFCodecUL for data def and simplify 16 years ago
  Baptiste Coudurier 251bf87560 remove implicit header inclusions from mxf.h 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  Baptiste Coudurier 8a47ad5e7c use lower case x and alternate format for hex in printf 16 years ago
  Baptiste Coudurier 861b4f012a print more debug information if enabled, including index 16 years ago
  Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
  Baptiste Coudurier 5813a29eb1 revert r14983, value is not sample aspect ratio, it is display aspect ratio 16 years ago
  Baptiste Coudurier 66ec3d56a2 print stream index in decimal not in hex, easier for debugging 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Baptiste Coudurier 4ee873e39d put back mxf_essence_container_uls in demuxer as static const 16 years ago
  Aurelien Jacobs 2a242f4514 mxfdec: set sample_aspect_ratio 16 years ago
  Zhentan Feng 1b0732ea64 Remove useless #ifdef DEBUG (patch by Zhentan Feng). 16 years ago
  Zhentan Feng c69968b4fe Factorize common code out of the mxf demuxer. 16 years ago
  Baptiste Coudurier d09ea6baaf rename mxf.c to mxfdec.c 16 years ago