| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -17/+17 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -17/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | segafilm: make the loop condition in film_read_packet() match the contents. | Michael Niedermayer | 2012-04-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-04 | 1 | -4/+7 |
|\| |
|
| * | segafilm: use the sample rate as the time base for audio streams | Justin Ruggles | 2012-03-03 | 1 | -4/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -2/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | | segafilm: fail earlier in case theres not enough bytestream left for a | Michael Niedermayer | 2011-12-25 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -0/+1 |
|\| |
|