| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | electronicarts: check timebase, fix assertion failure | Michael Niedermayer | 2013-03-28 | 1 | -0/+4 |
* | | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -8/+8 |
* | | electronicarts: check size before reading duration out of a chunk. | Michael Niedermayer | 2012-11-17 | 1 | -2/+4 |
* | | electronic arts: support rare samples containing adpcm_ea_r1 audio | Peter Ross | 2012-11-11 | 1 | -1/+10 |
* | | electronicarts: use av_log_ask_for_sample | Peter Ross | 2012-11-11 | 1 | -6/+6 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -36/+36 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -35/+35 |
* | | Replace various inlined inverse AVRational with av_inv_q(). | Clément Bœsch | 2012-08-06 | 1 | -1/+1 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -2/+2 |
|\| |
|
| * | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-05 | 1 | -1/+6 |
|\| |
|
| * | ea: check chunk_size for validity. | Ronald S. Bultje | 2012-05-04 | 1 | -1/+6 |
* | | electronicarts vp6: set duration of video stream | Paul B Mahol | 2012-03-22 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-04 | 1 | -12/+13 |
|\| |
|
| * | ea: fix audio pts | Justin Ruggles | 2012-03-03 | 1 | -12/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -3/+19 |
|\| |
|
| * | electronicarts: set timebase for tgv video. | Anton Khirnov | 2012-03-02 | 1 | -1/+1 |
| * | electronicarts: parse the framerate for cmv video. | Anton Khirnov | 2012-03-02 | 1 | -2/+15 |
| * | electronicarts: don't set codec timebase | Anton Khirnov | 2012-03-02 | 1 | -1/+3 |