summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid segfault for empty input filesVitor Sessak2009-10-17
* Revert r20249, it seems the union trick works everywhereMichael Niedermayer2009-10-17
* Remove extraneous const keywordMåns Rullgård2009-10-17
* Emit the SDP lines in the correct orderLuca Abeni2009-10-17
* alacenc : use private compression_level value consistently.Jai Menon2009-10-17
* Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange2009-10-16
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-16
* Huffyuv: Remove unnecessary allocation in alloc_temp().Alexander Strange2009-10-16
* Huffyuv: Fix a valgrind warning in get_vlc2().Alexander Strange2009-10-16
* alacenc : Move some code around for clarity.Jai Menon2009-10-16
* mlp: Indent.Ramiro Polla2009-10-16
* mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla2009-10-16
* mlp: Use smaller CRC tables if CONFIG_SMALL.Reimar Döffinger2009-10-16
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16
* Release unreleased buffers found by make test.Carl Eugen Hoyos2009-10-16
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Very evil missuse of svn to test if AVOption and AVOption2 are compatible.Michael Niedermayer2009-10-16
* Add an experimental AVOption2 that uses an union instead of double for defaul...Michael Niedermayer2009-10-16
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-16
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-15
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-15
* Remove silly casts to the same type as we already have.Reimar Döffinger2009-10-15
* Add missing release_buffer at decode end for asv1 decoder.Reimar Döffinger2009-10-15
* Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger2009-10-15
* Raise MAX_THREADS to 16.Frank Barchard2009-10-15
* Skip padding bytes correctly in ID3 tags.Jai Menon2009-10-15
* Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2009-10-15
* 10l: update Makefile after renameJustin Ruggles2009-10-15
* Rename aiff.c to aiffdec.cJustin Ruggles2009-10-15
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-15
* Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger2009-10-15
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-14
* Release frame after decoding is doneKostya Shishkov2009-10-14
* Print a warning message when avcodec_default_free_buffers finds unreleasedReimar Döffinger2009-10-13
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* Call release_buffer on close for v210dec and v210xReimar Döffinger2009-10-13
* Add missing release_buffer on closeReimar Döffinger2009-10-13
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-13
* Implement execute2 for w32threadReimar Döffinger2009-10-13
* Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger2009-10-13
* fft_dispatch array should be constReimar Döffinger2009-10-13
* Simplify: use FFSWAPReimar Döffinger2009-10-13
* MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger2009-10-13
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-13
* Do not read data past the end of the SSND chunk in the AIFF demuxer.Justin Ruggles2009-10-13
* Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
* Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
* Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles2009-10-12