summaryrefslogtreecommitdiff
path: root/libavformat/electronicarts.c
Commit message (Expand)AuthorAge
* electronicarts: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/electronicarts: Clear partial_packet on errorMichael Niedermayer2021-02-12
* avformat/electronicarts: More chunk_size checksMichael Niedermayer2021-01-29
* avformat/electronicarts: Check for EOF in each iteration of the loop in ea_re...Michael Niedermayer2020-10-25
* avformat/electronicarts: change non failure return of read_header() to 0Michael Niedermayer2020-09-08
* avformat/electronicarts: Check if there are any streamsMichael Niedermayer2020-09-07
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat/electronicarts: If no packet has been read at the end do not treat i...Michael Niedermayer2019-10-01
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* electronicarts: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-29
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-14
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | libavformat/electronicarts: also demux mpeg audio layer 2Peter Ross2015-10-22
* | avformat/electronicarts: fix demuxing of certain eam filesPaul B Mahol2015-10-22
* | avformat/electronicarts: support ADPCM PSXPaul B Mahol2015-10-22
* | electronicarts: demux alpha streamPeter Ross2015-06-25
* | electronicarts: move video stream properties into dedicated structurePeter Ross2015-06-25
* | avformat/electronicarts: Fixed ea_probe function to accept vp6a videosStephan Vedder2015-06-23
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | Merge commit 'cb7b1a2dfb547ab78342a7a9d5cd729d77d90421'Michael Niedermayer2014-08-22
|\|
| * electronicarts: set the framerate for TGQ/TQIAnton Khirnov2014-08-22
* | Merge commit '7b6aae23e12f41cdfac7f1069debfe44d9a3d136'Michael Niedermayer2014-08-22
|\|
| * electronicarts: read the framerate for MADAnton Khirnov2014-08-22
* | Merge commit '4d6c5152849e23a4cc0f6a6ac2880c01ebcd301b'Michael Niedermayer2014-08-22
|\|
| * electronicarts: do not fail on zero-sized chunksAnton Khirnov2014-08-22
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-11
|\|
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* | avformat/electronicarts: detect endianness by comparing sizes instead of usin...Michael Niedermayer2013-12-21
* | avformat/electronicarts: use 64bit variable for avio_tell() resultMichael Niedermayer2013-12-21
* | avformat/electronicarts: check chunksize more completely in probe()Michael Niedermayer2013-11-11
* | avformat/electronicarts: check chunk size.Michael Niedermayer2013-11-11
* | Merge commit 'a9221e39600a31ee13e736e9e47743cde23f0280'Michael Niedermayer2013-09-29
|\|
| * electronicarts: Add more sanity checking for the number of channelsMartin Storsjö2013-09-29
* | Merge commit 'f7e616959aff8706edccdae763c24c897c449f6f'Michael Niedermayer2013-09-23
|\|
| * electronicarts: Check packet sizes before readingMartin Storsjö2013-09-22
* | Merge commit '163a729725c6eb0081b0af41a7279f7d19aee86e'Michael Niedermayer2013-08-16
|\|
| * electronicarts: Let functions always returning the same value return voidDiego Biurrun2013-08-15
* | Merge commit '4908c8ef2706d98022bf27a5c5bca1fe109e7529'Michael Niedermayer2013-08-16
|\|
| * electronicarts: Improve some function/variable namesDiego Biurrun2013-08-15
* | Merge commit 'a90cff137b2aca89380b0acad41cd7bb05619ece'Michael Niedermayer2013-08-16
|\|