| Commit message (Expand) | Author | Age | Files | Lines |
* | add pcm_s16le_planar support for electronicarts files | Aurelien Jacobs | 2007-11-25 | 1 | -1/+15 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -6/+6 |
* | probe more kind of electronic arts files | Aurelien Jacobs | 2007-11-07 | 1 | -0/+8 |
* | EA IMA EACS decoder | Peter Ross | 2007-10-30 | 1 | -0/+1 |
* | EA IMA SEAD decoder | Peter Ross | 2007-10-30 | 1 | -0/+27 |
* | probe files starting with the 1SNh tag | Aurelien Jacobs | 2007-10-25 | 1 | -0/+1 |
* | don't use #define with names starting with _ | Aurelien Jacobs | 2007-10-25 | 1 | -7/+7 |
* | add parsing of 1SNh header in the EA demuxer | Aurelien Jacobs | 2007-10-25 | 1 | -0/+49 |
* | avoid infinite loop at the end of files which are not properly terminated | Aurelien Jacobs | 2007-10-24 | 1 | -0/+1 |
* | EA ADPCM R1, R2 and R3 decoder | Peter Ross | 2007-10-24 | 1 | -0/+10 |
* | convert a if() into a switch() to ease addition of new tags to probe | Aurelien Jacobs | 2007-10-22 | 1 | -5/+4 |
* | better check for video track detection | Aurelien Jacobs | 2007-10-18 | 1 | -1/+1 |
* | skip unsupported audio track data | Aurelien Jacobs | 2007-10-18 | 1 | -0/+4 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-10-18 | 1 | -17/+16 |
* | check if we found an audio track before initializing the audio stream | Aurelien Jacobs | 2007-10-18 | 1 | -0/+2 |
* | compute pts according to the audio codec | Aurelien Jacobs | 2007-10-18 | 1 | -0/+7 |
* | set bytes per sample in the context | Aurelien Jacobs | 2007-10-18 | 1 | -3/+3 |
* | fix big endian files support | Aurelien Jacobs | 2007-10-18 | 1 | -1/+1 |
* | simplify | Aurelien Jacobs | 2007-10-18 | 1 | -7/+2 |
* | parse sample rate instead of setting a default one | Aurelien Jacobs | 2007-10-18 | 1 | -5/+17 |
* | add support for PCM codec | Aurelien Jacobs | 2007-10-18 | 1 | -0/+1 |
* | check compression_type to assign audio codec | Aurelien Jacobs | 2007-10-18 | 1 | -2/+7 |
* | make compression_type a function local var instead of a context var | Aurelien Jacobs | 2007-10-18 | 1 | -3/+3 |
* | add support for big_endian encoded headers | Aurelien Jacobs | 2007-10-18 | 1 | -0/+6 |
* | add some error processing | Aurelien Jacobs | 2007-10-18 | 1 | -2/+8 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-10-18 | 1 | -10/+9 |
* | parse header chunk in a loop (don't depend on a fixed chunk ordering) | Aurelien Jacobs | 2007-10-18 | 1 | -10/+17 |
* | add audio and video codec context vars | Aurelien Jacobs | 2007-10-18 | 1 | -2/+7 |
* | better log message | Aurelien Jacobs | 2007-10-18 | 1 | -1/+1 |
* | move vp6 header parsing into its own function | Aurelien Jacobs | 2007-10-18 | 1 | -3/+13 |
* | remove 2 temporary variables | Aurelien Jacobs | 2007-10-18 | 1 | -4/+2 |
* | set a default value for num_channels | Aurelien Jacobs | 2007-10-18 | 1 | -0/+2 |
* | move audio header parsing in its own function | Aurelien Jacobs | 2007-10-18 | 1 | -26/+40 |
* | add a log message | Aurelien Jacobs | 2007-10-18 | 1 | -0/+1 |
* | fix comment | Aurelien Jacobs | 2007-10-18 | 1 | -2/+2 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-10-15 | 1 | -9/+9 |
* | add support for VP6 in electronicarts demuxer | Aurelien Jacobs | 2007-10-15 | 1 | -16/+51 |
* | remove useless &0xFF | Aurelien Jacobs | 2007-10-15 | 1 | -2/+2 |
* | merge declaration and initialization | Aurelien Jacobs | 2007-10-15 | 1 | -2/+1 |
* | remove unused context vars | Aurelien Jacobs | 2007-10-15 | 1 | -6/+0 |
* | remove unused code | Aurelien Jacobs | 2007-10-15 | 1 | -4/+0 |
* | remove unused tags definition | Aurelien Jacobs | 2007-10-15 | 1 | -2/+0 |
* | remove unused close function | Aurelien Jacobs | 2007-10-15 | 1 | -8/+0 |
* | simplify bitstream reading | Aurelien Jacobs | 2007-10-15 | 1 | -15/+3 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -4/+4 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -3/+0 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |