summaryrefslogtreecommitdiff
path: root/libavformat/bmv.c
Commit message (Expand)AuthorAgeFilesLines
* bmv: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-4/+4
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-10/+10
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-10/+10
| * bmv: Remove unused variableDiego Biurrun2013-10-061-1/+0
* | avformat/bmv: remove unused variableMichael Niedermayer2013-09-191-1/+0
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-191-5/+3
|\ \ | |/
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-5/+3
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* bmv: set channel layoutJustin Ruggles2012-11-121-0/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* BMV demuxer and decoderKostya Shishkov2011-11-081-0/+136