| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit 'f7e616959aff8706edccdae763c24c897c449f6f' | Michael Niedermayer | 2013-09-23 | 1 | -4/+8 |
|\| |
|
| * | electronicarts: Check packet sizes before reading | Martin Storsjö | 2013-09-22 | 1 | -3/+9 |
* | | Merge commit '163a729725c6eb0081b0af41a7279f7d19aee86e' | Michael Niedermayer | 2013-08-16 | 1 | -16/+8 |
|\| |
|
| * | electronicarts: Let functions always returning the same value return void | Diego Biurrun | 2013-08-15 | 1 | -20/+10 |
* | | Merge commit '4908c8ef2706d98022bf27a5c5bca1fe109e7529' | Michael Niedermayer | 2013-08-16 | 1 | -19/+19 |
|\| |
|
| * | electronicarts: Improve some function/variable names | Diego Biurrun | 2013-08-15 | 1 | -19/+19 |
* | | Merge commit 'a90cff137b2aca89380b0acad41cd7bb05619ece' | Michael Niedermayer | 2013-08-16 | 1 | -14/+12 |
|\| |
|
| * | electronicarts: comment wording fixes | Diego Biurrun | 2013-08-15 | 1 | -14/+12 |
* | | Merge commit '288f2ffb57ae9e9eee2748aca26da3aeb3ca6f6c' | Michael Niedermayer | 2013-08-16 | 1 | -12/+0 |
|\| |
|
| * | electronicarts: Remove bogus function documentation | Diego Biurrun | 2013-08-15 | 1 | -12/+0 |
* | | Merge commit '8747fce91fca6bb8e9936497f2de05c905cf43b5' | Michael Niedermayer | 2013-08-16 | 1 | -152/+204 |
|\| |
|
| * | electronicarts: K&R formatting cosmetics | Diego Biurrun | 2013-08-15 | 1 | -154/+211 |
| * | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |