summaryrefslogtreecommitdiff
path: root/libavformat/r3d.c
Commit message (Expand)AuthorAgeFilesLines
* r3d: convert to new channel layout APIVittorio Giovara2022-03-151-1/+1
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-3/+4
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/r3d: Check samples before computing durationMichael Niedermayer2021-02-121-1/+2
* libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.Thierry Foucu2020-08-201-1/+4
* avformat/r3d: Remove write-only arrayAndreas Rheinhardt2020-04-231-17/+3
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-13/+13
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-12/+12
| * r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov2015-12-141-1/+1
* | Merge commit '6bf4c1d71199b92894f24db6386ed5070e590a16'Hendrik Leppkes2016-01-011-13/+26
|\ \ | |/
| * r3d: do not create the audio stream until we know the sample rateAnton Khirnov2015-12-121-12/+25
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-2/+2
|\ \ | |/
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+2
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-30/+30
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-30/+30
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-2/+2
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+2
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-111-3/+3
|\ \ | |/
| * lavf: move internal fields from public to internal contextwm42015-02-101-3/+3
* | Merge commit '898276c16b1683ac77723e97574a3bfdb29507fd'Michael Niedermayer2015-02-041-2/+2
|\ \ | |/
| * r3d: Fix pos typeLuca Barbato2015-02-031-2/+2
* | Merge commit 'd8798276b65543d921adadf63cc7f5ba2d1604af'Michael Niedermayer2013-09-201-3/+3
|\ \ | |/
| * r3d: Add more input value validationMartin Storsjö2013-09-191-1/+5
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-3/+0
* | r3d: check that sampling rate is non negative.Michael Niedermayer2013-01-291-0/+4
* | r3d: fix division by 0 with 0 sample rateMichael Niedermayer2013-01-291-1/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-061-3/+2
* | 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-07-301-9/+13
|\ \ | |/
| * lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-9/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-101-1/+1
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2012-03-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-11/+16
|\ \ | |/
| * r3d: don't set codec timebase.Anton Khirnov2012-03-021-11/+16
| * r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* | 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
* | 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: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+1
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1