87 Commits (4ac88ba5487e026bf81da565f97cfcf8f920657d)

Author SHA1 Message Date
James Almer ce944e8489 avformat/tta: remove custom crc callback function 8 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
James Almer 15a88468ae avformat/tta: only check for header and seek table crc if requested 10 years ago
Vittorio Giovara ec524ed12a tta: Fix framepos and start_offset types 10 years ago
wm4 6a0cd529a3 avformat/tta: fix crash with corrupted files 10 years ago
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