summaryrefslogtreecommitdiff
path: root/libavformat/rpl.c
Commit message (Expand)AuthorAge
* rpl: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/rpl: The associative law doesnt hold for signed integers in CMichael Niedermayer2021-06-12
* avformat/rpl: Check for EOF and zero framesizeMichael Niedermayer2021-06-08
* avformat/rpl: Use 64bit in bitrate computation and check itMichael Niedermayer2021-06-05
* avformat/rpl: Support files containing Replay IMA ADPCM audioCameron Cawley2021-05-09
* avformat/rpl: cosmeticsZane van Iperen2021-05-06
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/rpl: Check the number of streamsMichael Niedermayer2020-12-09
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat/rpl: Replace strcpy with av_strlcpyCameron Cawley2019-07-10
* avformat/rpl: Calculate the duration of the video trackCameron Cawley2019-07-05
* avformat/rpl: Allow a file to have audio, but not videoCameron Cawley2019-07-05
* avformat/rpl: Fix detection of 8-bit linear formatsCameron Cawley2019-07-05
* lavf/rpl: Don't be case-sensitive detecting codecs.Carl Eugen Hoyos2019-05-05
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/rpl: Support files containing 8 bit PCM or VIDC audioCameron Cawley2018-10-26
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | avformat/rpl: check av_get_packet() for failurePaul B Mahol2015-02-06
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-11
|\|
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* | rpl: Dont fill the index with entries that failed to be parsedMichael Niedermayer2013-12-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
| * Escape 130 (RPL) decoderEli Friedman2013-05-18
* | avformat/rpl: use avpriv_report_missing_feature/avpriv_request_samplePaul B Mahol2013-10-14
* | Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-10
* | rpl: return AVERROR_EOF instead of -1Piotr Bandurski2012-11-21
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | rpl: Fix near infinite loop in index reading due to missing eof check.Michael Niedermayer2011-12-24
* | rpl: enable escape130 codecPaul B Mahol2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08