74 Commits (bd34e26b27e9ec83727dedd1c04c40d8a245cfa8)

Author SHA1 Message Date
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Paul B Mahol 9ea7ff7955 tta: read ape tags last 12 years ago
Paul B Mahol 369684f109 tta: unbreak demuxing of files with id3 tags at start of file 12 years ago
Paul B Mahol 5bafe0ce44 tta: replace datalen with nb_samples 12 years ago
Paul B Mahol 55121f3fa9 tta: add support for reading ape tags 12 years ago
Paul B Mahol 0e84ba747e tta: return meaningful error codrs 12 years ago
James Almer 6510686c16 lavf/tta: check header and seek table checksum 12 years ago
Paul B Mahol c4e0e31424 tta: remove pointless code 12 years ago
Paul B Mahol ced0307ea9 tta: make probing more robust 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Paul B Mahol d6ea59b860 tta: datalen is unsigned integer per reference library 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Justin Ruggles 101c369b7c tta demuxer: set packet duration 13 years ago
Joakim Plate e54165aa39 tta: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Michael Niedermayer 4b4acc544f tta: Fix returned error code at EOF 13 years ago
Michael Niedermayer d8b33a9989 tta: fix off be 1 error in the end detection. 13 years ago
Michael Niedermayer 877f6eb5fb tta: Fix returned error code at EOF 13 years ago
Michael Niedermayer 4925b6e784 tta: fix off be 1 error in the end detection. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Michael Niedermayer b7c7eae7d9 tta: better check for totalframes. 13 years ago
Justin Ruggles f540ca22c5 tta: check for extradata allocation failure in tta demuxer 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Joakim Plate d9d7174d70 [tta] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 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 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
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
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
Jai Menon 8993535cbb 10l : make sure probe buffer is large enough. 15 years ago
Jai Menon 22ff336145 Parse ID3v[12] metadata from TTA files. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 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