105 Commits (113f684271ff437c496aa3a59277a76908c0a0ae)

Author SHA1 Message Date
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
Vittorio Giovara f9d235f9a2 idcin: convert to new channel layout API 3 years ago
James Almer c768233293 avformat/utils: make ff_update_cur_dts() shared 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
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
Michael Niedermayer 70e022cfc5 avformat/idcin: Remove redundant chunk size check 10 years ago
Michael Niedermayer d1923d15a3 avformat/idcin: Use 64bit for ret to avoid overflow 10 years ago
Vittorio Giovara 8ab3b71e4b idcin: fix return check 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 215759a925 avformat/idcin: use ff_get_extradata() 11 years ago
Michael Niedermayer 4c439f6e39 avformat/idcin: check the decompressed frame size during probing 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Paul B Mahol 16e0416fa4 idcin: check return value of av_malloc() 12 years ago
Carl Eugen Hoyos 06bede95fc Autodetect idcin only if audio properties allow decoding. 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Anton Khirnov 0651e892e1 Replace remaining includes of audioconvert.h with channel_layout.h 12 years ago
Justin Ruggles b805c725a3 idcin: fix memleaks in idcin_read_packet() 12 years ago
Michael Niedermayer 36055aa876 idcin: fix memleak 12 years ago
Justin Ruggles 5d0450461f idcin: better error handling 12 years ago
Justin Ruggles 06deaf8ad3 idcin: return 0 from idcin_read_packet() on success. 12 years ago
Justin Ruggles 7040e479a1 idcin: allow seeking back to the first packet 12 years ago
Justin Ruggles ccc0ffb1ba idcin: set start_time and packet duration instead of manually tracking pts. 12 years ago
Justin Ruggles 12c2530b1d idcin: fix check for presence of an audio stream 12 years ago
Justin Ruggles 33f58c3616 idcin: check for integer overflow when calling av_get_packet() 12 years ago
Justin Ruggles 49543373f3 idcin: set AV_PKT_FLAG_KEY for video packets with a palette 12 years ago
Justin Ruggles 4b840930da idcin: set channel_layout 12 years ago
Justin Ruggles b0c96e0613 idcin: validate header parameters 12 years ago
Paul B Mahol 295218f531 idcin: check chunk_size value before using it 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
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Carl Eugen Hoyos ee884c3023 Fix OOM error condition in idcin demuxer. 13 years ago
Carl Eugen Hoyos 32c49389bc Make the palette in Quake II CIN files opaque and increase its dynamics. 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
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 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 66e5b1df36 avio: deprecate url_feof 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