summaryrefslogtreecommitdiff
path: root/libavformat/segafilm.c
Commit message (Expand)AuthorAgeFilesLines
* segafilm: convert to new channel layout APIVittorio Giovara2022-03-151-4/+4
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-2/+2
* avformat/segafilm: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-081-12/+6
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/segafilm: Remove outdated checkAndreas Rheinhardt2021-03-281-2/+0
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-1/+1
* avformat/segafilm: Do not assume AV_CODEC_ID_NONE is 0Michael Niedermayer2020-10-221-6/+6
* avformat/segafilm: Check that there is a streamMichael Niedermayer2020-10-221-0/+3
* avformat/segafilm: Reorder elements of struct to make it smallerAndreas Rheinhardt2020-07-261-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/segafilm - revert keyframe detectionGyan Doshi2018-04-221-1/+1
* Sega FILM: set dts and duration when demuxingMisty De Meo2018-04-101-0/+19
* avformat/segafilm - fix keyframe detection and set packet flagsGyan Doshi2018-03-261-1/+2
* 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-19/+19
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-19/+19
| * segafilm: Fix current_sample after seeking and avio_seek return typeMichael Niedermayer2015-11-141-3/+4
* | avformat/segafilm: Fix current_sample after seeking and avio_seek return typeMichael Niedermayer2015-11-121-3/+4
* | Merge commit '563e6d860391bac0511984e5c0842320b5c94d2d'Hendrik Leppkes2015-11-101-2/+1
|\ \ | |/
| * segafilm: drop the "song and dance" for cinepakMichael Niedermayer2015-11-061-12/+3
| * segafilm: set video and audio stream durationPaul B Mahol2015-11-061-1/+9
* | Merge commit 'c012c6f1a8b34828a7870dc1854422934f14b79a'Hendrik Leppkes2015-11-101-6/+8
|\ \ | |/
| * segafilm: implement seekingPaul B Mahol2015-11-061-0/+23
| * segafilm: Remove deplanarization hackPaul B Mahol2015-06-241-48/+2
* | avformat/segafilm: Only add index entries when the stream existsMichael Niedermayer2015-11-071-5/+6
* | avformat/segafilm: set video stream durationPaul B Mahol2015-11-021-1/+6
* | avformat/segafilm: set audio stream durationPaul B Mahol2015-11-021-0/+3
* | avformat/segafilm: implement seekingPaul B Mahol2015-11-021-0/+21
* | avformat/segafilm: Use av_malloc_array()Michael Niedermayer2015-04-121-1/+1
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | avformat/segafilm: drop song and dance, this seems not to do anything anymore...Michael Niedermayer2014-01-071-12/+4
* | Merge commit '6892d145a0c80249bd61ee7dd31ec851c5076bcd'Michael Niedermayer2014-01-061-14/+19
|\ \ | |/
| * segafilm: fix leaks if reading the header failsAnton Khirnov2014-01-061-15/+20
| * segafilm: Validate the number of audio channelsMartin Storsjö2013-09-191-0/+5
* | avformat/segafilm: check 2nd tagMichael Niedermayer2013-11-061-0/+3
* | avformat/segafilm: remove deplanarization hackPaul B Mahol2013-09-161-50/+2
* | avformat/segafilm: use av_freep()Paul B Mahol2013-09-161-3/+3
* | Merge commit '5268bd2900effa59b51e0fede61aacde5e2f0b95'Michael Niedermayer2013-08-141-0/+2
|\ \ | |/
| * segafilm: Error out on impossible packet sizeLuca Barbato2013-08-131-0/+2
* | segafilm: signal EOFPiotr Bandurski2012-11-211-1/+1
* | segafilm: fix division by 0Michael Niedermayer2012-11-111-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-17/+17
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-17/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/