summaryrefslogtreecommitdiffstats
path: root/libavformat/rpl.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/rpl: Replace strcpy with av_strlcpyCameron Cawley2019-07-101-1/+1
* avformat/rpl: Calculate the duration of the video trackCameron Cawley2019-07-051-1/+3
* avformat/rpl: Allow a file to have audio, but not videoCameron Cawley2019-07-051-34/+44
* avformat/rpl: Fix detection of 8-bit linear formatsCameron Cawley2019-07-051-2/+2
* lavf/rpl: Don't be case-sensitive detecting codecs.Carl Eugen Hoyos2019-05-051-2/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/rpl: Support files containing 8 bit PCM or VIDC audioCameron Cawley2018-10-261-1/+16
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-4/+4
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-36/+36
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-36/+36
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-2/+2
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | avformat/rpl: check av_get_packet() for failurePaul B Mahol2015-02-061-1/+5
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-2/+3
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-2/+2
* | rpl: Dont fill the index with entries that failed to be parsedMichael Niedermayer2013-12-191-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-1/+3
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-1/+3
| * Escape 130 (RPL) decoderEli Friedman2013-05-181-2/+0
* | avformat/rpl: use avpriv_report_missing_feature/avpriv_request_samplePaul B Mahol2013-10-141-8/+4
* | Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-101-1/+1
* | rpl: return AVERROR_EOF instead of -1Piotr Bandurski2012-11-211-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-9/+9
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | rpl: Fix near infinite loop in index reading due to missing eof check.Michael Niedermayer2011-12-241-2/+2
* | rpl: enable escape130 codecPaul B Mahol2011-12-011-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-6/+6
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-3/+4
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-2/+2
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-3/+3
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | Fix various unused variable warningsClément Bœsch2011-05-301-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-3/+3
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
OpenPOWER on IntegriCloud