36 Commits (47f212329e5d73c81e2c67acd6a481bc0fe687b2)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer d56b0984f9 avformat/westwood_vqa: Remove unneeded cast 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Michael Niedermayer 239a0543a6 avformat/westwood_vqa: use ff_get_extradata() 11 years ago
Paul B Mahol 5340c3dd8d avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_t 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
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