67 Commits (d9c21ec63999501afc39ffc26f363245e8624304)

Author SHA1 Message Date
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Andreas Rheinhardt 45e7c67aff avformat: Improve returned error codes 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Michael Niedermayer 7c30ff3888 avformat/vqf: Check header_size 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 7 years ago
Andreas Cadhalpun ad5807f8aa avformat: fix overflows during bit rate calculation 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Clément Bœsch d3d03fd55e lavf/vqf: fix suported/supported typo 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer cb08687180 avformat/vqf: Use 64bit for ret to avoid overflow 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 06bb1de1c7 avformat/vqf: check avio_read()s return value more completely 11 years ago
Michael Niedermayer e3fc4481b6 avformat/vqf: check a few more bits in probe 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö 68ff998128 vqf: Make sure the bitrate is in the valid range 11 years ago
Martin Storsjö 9277050e29 vqf: Make sure sample_rate is set to a valid value 11 years ago
Paul B Mahol 07da0854fe avformat/vfq: fix deadlock in vqf_read_header() 11 years ago
Michael Niedermayer a527e69259 avformat/vqf: check number of channels before use. 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Michael Niedermayer e481ba2ed7 vqf: check samplerate, avoid division by 0. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Justin Ruggles d0ab585074 vqf: set packet duration 13 years ago
Justin Ruggles 4bf6775e9d vqf: set packet parameters after av_new_packet() 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Paul B Mahol 49a2aebc00 vqf: recognize more metadata chunks 13 years ago
Paul B Mahol f86209b43d vqf: add more known extensions 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 13 years ago
Justin Ruggles ca482ce420 vqf: do not set bits_per_coded_sample for TwinVQ. 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
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 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