| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/electronicarts: decode framerate | aaron | 2024-07-23 | 1 | -3/+10 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -4/+5 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/electronicarts: add option to return alpha channel in the main video... | Marton Balint | 2022-11-22 | 1 | -5/+37 |
* | avformat/electronicarts: set packet_read in one place | Marton Balint | 2022-11-22 | 1 | -2/+2 |
* | avformat/electronicarts: fix EOF check | Marton Balint | 2022-11-22 | 1 | -1/+1 |
* | electronicarts: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -3/+3 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | 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/electronicarts: Clear partial_packet on error | Michael Niedermayer | 2021-02-12 | 1 | -0/+1 |
* | avformat/electronicarts: More chunk_size checks | Michael Niedermayer | 2021-01-29 | 1 | -0/+6 |
* | avformat/electronicarts: Check for EOF in each iteration of the loop in ea_re... | Michael Niedermayer | 2020-10-25 | 1 | -0/+2 |
* | avformat/electronicarts: change non failure return of read_header() to 0 | Michael Niedermayer | 2020-09-08 | 1 | -2/+2 |
* | avformat/electronicarts: Check if there are any streams | Michael Niedermayer | 2020-09-07 | 1 | -6/+8 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -3/+0 |
* | avformat/electronicarts: If no packet has been read at the end do not treat i... | Michael Niedermayer | 2019-10-01 | 1 | -2/+6 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | electronicarts: prevent overflow during block alignment calculation | Andreas Cadhalpun | 2017-01-29 | 1 | -1/+1 |
* | avformat: fix overflows during bit rate calculation | Andreas Cadhalpun | 2016-12-14 | 1 | -1/+1 |
* | 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 | -17/+17 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -16/+16 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | | libavformat/electronicarts: also demux mpeg audio layer 2 | Peter Ross | 2015-10-22 | 1 | -0/+1 |
* | | avformat/electronicarts: fix demuxing of certain eam files | Paul B Mahol | 2015-10-22 | 1 | -1/+13 |
* | | avformat/electronicarts: support ADPCM PSX | Paul B Mahol | 2015-10-22 | 1 | -3/+13 |
* | | electronicarts: demux alpha stream | Peter Ross | 2015-06-25 | 1 | -3/+15 |
* | | electronicarts: move video stream properties into dedicated structure | Peter Ross | 2015-06-25 | 1 | -56/+67 |
* | | avformat/electronicarts: Fixed ea_probe function to accept vp6a videos | Stephan Vedder | 2015-06-23 | 1 | -0/+2 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | Merge commit 'cb7b1a2dfb547ab78342a7a9d5cd729d77d90421' | Michael Niedermayer | 2014-08-22 | 1 | -0/+2 |
|\| |
|
| * | electronicarts: set the framerate for TGQ/TQI | Anton Khirnov | 2014-08-22 | 1 | -0/+2 |
* | | Merge commit '7b6aae23e12f41cdfac7f1069debfe44d9a3d136' | Michael Niedermayer | 2014-08-22 | 1 | -0/+2 |
|\| |
|
| * | electronicarts: read the framerate for MAD | Anton Khirnov | 2014-08-22 | 1 | -0/+2 |
* | | Merge commit '4d6c5152849e23a4cc0f6a6ac2880c01ebcd301b' | Michael Niedermayer | 2014-08-22 | 1 | -1/+12 |
|\| |
|
| * | electronicarts: do not fail on zero-sized chunks | Anton Khirnov | 2014-08-22 | 1 | -1/+10 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -2/+2 |
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -3/+5 |
|\| |
|
| * | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -3/+5 |
* | | avformat/electronicarts: detect endianness by comparing sizes instead of usin... | Michael Niedermayer | 2013-12-21 | 1 | -1/+1 |
* | | avformat/electronicarts: use 64bit variable for avio_tell() result | Michael Niedermayer | 2013-12-21 | 1 | -1/+1 |
* | | avformat/electronicarts: check chunksize more completely in probe() | Michael Niedermayer | 2013-11-11 | 1 | -1/+7 |
* | | avformat/electronicarts: check chunk size. | Michael Niedermayer | 2013-11-11 | 1 | -0/+5 |
* | | Merge commit 'a9221e39600a31ee13e736e9e47743cde23f0280' | Michael Niedermayer | 2013-09-29 | 1 | -1/+1 |
|\| |
|
| * | electronicarts: Add more sanity checking for the number of channels | Martin Storsjö | 2013-09-29 | 1 | -1/+1 |