24 Commits (3c89ec2816956cb1d51a518a5c4a638aa86749e9)

Author SHA1 Message Date
Luca Barbato 76f5dfbfd9 westwood_vqa: do not free extradata on error in read_header 12 years ago
Paul B Mahol e1b0d3a389 westwood_vqa: check return value of av_malloc() 12 years ago
Michael Niedermayer b2c2589ecf westwood_vqa: fix null pointer dereference 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Paul B Mahol 55abaa58e5 westwood_vqa: fix SND0 chunk handling 13 years ago
Paul B Mahol f0a343f399 westwood_vqa: set video stream duration 13 years ago
Paul B Mahol 5ca595facb westwood_vqa: set video stream duration 13 years ago
Paul B Mahol 98ca4d217d westwood_vqa: fix SND0 chunk handling 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Justin Ruggles 02e7dbf5ad adpcm_ima_ws: fix stereo decoding 13 years ago
Justin Ruggles 4340a6363e vqa: remove unused context fields, audio_samplerate and audio_bits 13 years ago
Justin Ruggles 7e813d5933 vqa: clean up audio header parsing 13 years ago
Justin Ruggles 5b4c562897 vqa: set time base to frame rate as coded in the header. 13 years ago
Justin Ruggles 9ae846971f vqa: set packet duration. 13 years ago
Justin Ruggles 53ed79a260 vqa: use 1/sample_rate as the audio stream time base 13 years ago
Justin Ruggles e1ac69fa27 vqa: set stream start_time to 0. 13 years ago
Justin Ruggles e924a4ba71 westwood: split the AUD and VQA demuxers into separate files. 13 years ago
Michael Niedermayer 207d9eab5a txd/westwood: remove demuxer specific overallocate solutions as the new generic code 13 years ago
Michael Niedermayer e2a16e82b1 westwooddemux: dont require avio_size() functionality. 13 years ago
Michael Niedermayer 4255d6d96c westwooddemuxer: use av_get_packet() 13 years ago
Michael Niedermayer f68b19fc28 westwooddemuxer: Fix 1gb alloc 13 years ago
Shitiz Garg 566ee0eaf1 westwood: Make sure audio header info is present when parsing audio packets 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Laurent Aimar e3123856c7 vqa: fix double free on corrupted streams 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 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 f59d8ff8cd avio: avio_ prefix for url_fseek 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
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
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 3f19810d9e Remove unused code from Westwood VQA/AUD demuxer. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Baptiste Coudurier 9b64a036c0 remove useless close funcs 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Mike Melanson 9e2ffc450b Tighten up the Westwood AUD detection. Probability of random detections 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