61 Commits (454f1657288e75a9797381c8a26598674ea9bd68)

Author SHA1 Message Date
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Alex Converse 0c46e958d1 mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions. 13 years ago
Tomas Härdin d377deaaa3 mxfdec: Move FooterPartition to MXFContext and make sure it's never set to zero 13 years ago
Tomas Härdin 3e48dceac0 mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24* 13 years ago
Joakim Plate a3f4fc813d [mxfdec] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Philip de Nier 47886e3644 mxfdec: skip to end of structural sets This fixes reading of partition packs. The code stops reading after the operational pattern and should skip the array of essence container labels that follow 13 years ago
Tomas Härdin 9289eada91 Parse MXF partitions 13 years ago
Alex Converse 1f6f58d585 mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Clément Bœsch fd38a15adf Fix various bad printf format warnings 14 years ago
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 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 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 e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 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 15 years ago
Reimar Döffinger 39bb30f664 Change all functions referenced in the mxf_metadata_read_table to use the same 15 years ago
Tomas Härdin 11fdc4d4fc mxfdec: Improve parsing of the PixelLayout item 15 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