| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h | Andreas Rheinhardt | 2024-03-26 | 1 | -1/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -3/+4 |
* | segafilm: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -4/+4 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+2 |
* | avformat/segafilm: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -12/+6 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/segafilm: Remove outdated check | Andreas Rheinhardt | 2021-03-28 | 1 | -2/+0 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avformat/segafilm: Do not assume AV_CODEC_ID_NONE is 0 | Michael Niedermayer | 2020-10-22 | 1 | -6/+6 |
* | avformat/segafilm: Check that there is a stream | Michael Niedermayer | 2020-10-22 | 1 | -0/+3 |
* | avformat/segafilm: Reorder elements of struct to make it smaller | Andreas Rheinhardt | 2020-07-26 | 1 | -1/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/segafilm - revert keyframe detection | Gyan Doshi | 2018-04-22 | 1 | -1/+1 |
* | Sega FILM: set dts and duration when demuxing | Misty De Meo | 2018-04-10 | 1 | -0/+19 |
* | avformat/segafilm - fix keyframe detection and set packet flags | Gyan Doshi | 2018-03-26 | 1 | -1/+2 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -19/+19 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -19/+19 |
| * | segafilm: Fix current_sample after seeking and avio_seek return type | Michael Niedermayer | 2015-11-14 | 1 | -3/+4 |
* | | avformat/segafilm: Fix current_sample after seeking and avio_seek return type | Michael Niedermayer | 2015-11-12 | 1 | -3/+4 |
* | | Merge commit '563e6d860391bac0511984e5c0842320b5c94d2d' | Hendrik Leppkes | 2015-11-10 | 1 | -2/+1 |
|\| |
|
| * | segafilm: drop the "song and dance" for cinepak | Michael Niedermayer | 2015-11-06 | 1 | -12/+3 |
| * | segafilm: set video and audio stream duration | Paul B Mahol | 2015-11-06 | 1 | -1/+9 |
* | | Merge commit 'c012c6f1a8b34828a7870dc1854422934f14b79a' | Hendrik Leppkes | 2015-11-10 | 1 | -6/+8 |
|\| |
|
| * | segafilm: implement seeking | Paul B Mahol | 2015-11-06 | 1 | -0/+23 |
| * | segafilm: Remove deplanarization hack | Paul B Mahol | 2015-06-24 | 1 | -48/+2 |
* | | avformat/segafilm: Only add index entries when the stream exists | Michael Niedermayer | 2015-11-07 | 1 | -5/+6 |
* | | avformat/segafilm: set video stream duration | Paul B Mahol | 2015-11-02 | 1 | -1/+6 |
* | | avformat/segafilm: set audio stream duration | Paul B Mahol | 2015-11-02 | 1 | -0/+3 |
* | | avformat/segafilm: implement seeking | Paul B Mahol | 2015-11-02 | 1 | -0/+21 |
* | | avformat/segafilm: Use av_malloc_array() | Michael Niedermayer | 2015-04-12 | 1 | -1/+1 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | avformat/segafilm: drop song and dance, this seems not to do anything anymore... | Michael Niedermayer | 2014-01-07 | 1 | -12/+4 |
* | | Merge commit '6892d145a0c80249bd61ee7dd31ec851c5076bcd' | Michael Niedermayer | 2014-01-06 | 1 | -14/+19 |
|\| |
|
| * | segafilm: fix leaks if reading the header fails | Anton Khirnov | 2014-01-06 | 1 | -15/+20 |
| * | segafilm: Validate the number of audio channels | Martin Storsjö | 2013-09-19 | 1 | -0/+5 |
* | | avformat/segafilm: check 2nd tag | Michael Niedermayer | 2013-11-06 | 1 | -0/+3 |
* | | avformat/segafilm: remove deplanarization hack | Paul B Mahol | 2013-09-16 | 1 | -50/+2 |
* | | avformat/segafilm: use av_freep() | Paul B Mahol | 2013-09-16 | 1 | -3/+3 |
* | | Merge commit '5268bd2900effa59b51e0fede61aacde5e2f0b95' | Michael Niedermayer | 2013-08-14 | 1 | -0/+2 |
|\| |
|
| * | segafilm: Error out on impossible packet size | Luca Barbato | 2013-08-13 | 1 | -0/+2 |
* | | segafilm: signal EOF | Piotr Bandurski | 2012-11-21 | 1 | -1/+1 |
* | | segafilm: fix division by 0 | Michael Niedermayer | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |