72 Commits (c7183a22dbc34d02016d92bd19b06a2e665861df)

Author SHA1 Message Date
Michael Niedermayer 529f64b2eb
avformat/rpl: Use 64bit for duration computation 2 years ago
Vittorio Giovara 2a4a3f5176 rpl: convert to new channel layout API 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Michael Niedermayer 480f11bdd7 avformat/rpl: The associative law doesnt hold for signed integers in C 3 years ago
Michael Niedermayer a0a4a527c3 avformat/rpl: Check for EOF and zero framesize 3 years ago
Michael Niedermayer 29b244ffc1 avformat/rpl: Use 64bit in bitrate computation and check it 3 years ago
Cameron Cawley bc86515c4f
avformat/rpl: Support files containing Replay IMA ADPCM audio 4 years ago
Zane van Iperen 2329f7f21e
avformat/rpl: cosmetics 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Michael Niedermayer 0677bdb1f5 avformat/rpl: Check the number of streams 4 years ago
Anton Khirnov cea7c19cda lavf: move AVStream.*index_entries* to AVStreamInternal 4 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Cameron Cawley 94d45a13c7 avformat/rpl: Replace strcpy with av_strlcpy 5 years ago
Cameron Cawley 0cbdedbd2f avformat/rpl: Calculate the duration of the video track 5 years ago
Cameron Cawley 1f8336fd98 avformat/rpl: Allow a file to have audio, but not video 5 years ago
Cameron Cawley dcf3f8b368 avformat/rpl: Fix detection of 8-bit linear formats 5 years ago
Carl Eugen Hoyos 8cf5f948f2 lavf/rpl: Don't be case-sensitive detecting codecs. 6 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Cameron Cawley 0e9c01fd87 avformat/rpl: Support files containing 8 bit PCM or VIDC audio 6 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 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
Paul B Mahol f968166439 avformat/rpl: check av_get_packet() for failure 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Michael Niedermayer 5eeeb4abf9 rpl: Dont fill the index with entries that failed to be parsed 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Paul B Mahol 42a8d8aee8 avformat/rpl: use avpriv_report_missing_feature/avpriv_request_sample 11 years ago
Eli Friedman 350914fc80 Escape 130 (RPL) decoder 12 years ago
James Almer 89388a953a Replace all occurrences of PRI in sscanf() calls with SCN 12 years ago
Piotr Bandurski 9a0ecd507a rpl: return AVERROR_EOF instead of -1 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
Michael Niedermayer 43abef9fde rpl: Fix near infinite loop in index reading due to missing eof check. 13 years ago
Paul B Mahol 30961a8dd5 rpl: enable escape130 codec 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
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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