40 Commits (435214a757fc71d1680b12d6f930254cab3935d1)

Author SHA1 Message Date
Justin Ruggles f6c6e5aac1 mpc7: set channel layout 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov 263dbe9d95 mpc: return more meaningful error codes. 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Mans Rullgard d9ba767d61 musepack: fix signed shift overflow in mpc_read_packet() 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Kostya Shishkov 0cdd1208be Musepack SV7: try to read files without number of frames provided 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 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
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 3694ac240b mpc: read id3v1 tags. 14 years ago
Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
Michael Karcher 3a1350e8d9 Generalize ID3v2 functions to support ID3v2-like ID headers with a 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Vitor Sessak 2e5195646d Do not leave uninitialized data in the packet in MPC demuxer. Should allow for 15 years ago
David Conrad 0fc07ad951 Set start_time and duration in AVStream instead of AVFormatContext for 15 years ago
Matti Hamalainen 5f71844e78 Parse ID3 tags in Musepack SV7 files 15 years ago
Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Alex Converse ac3ef4a41b Fix probing of files with ID3v2 tags. Discussed at 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Reimar Döffinger d188691205 10l, > vs. >= typo, caused crashes on last mpc frame 18 years ago
Kostya Shishkov aac88b534c Decode previous 32 frames to avoid seeking artifacts in MPC 18 years ago
Kostya Shishkov 0587b0cacd Make MPC demuxer deal with ID3 tags at the beginning 18 years ago
Kostya Shishkov e311363245 Enable forward seek in Musepack demuxer 18 years ago
Kostya Shishkov 185c7b6b26 Musepack SV7 decoding support 18 years ago