Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-16mlp: Indent.Ramiro Polla
2009-10-16mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla
2009-10-16mlp: Use smaller CRC tables if CONFIG_SMALL.Reimar Döffinger
2009-10-16Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos
2009-10-16Release unreleased buffers found by make test.Carl Eugen Hoyos
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-10-16Very evil missuse of svn to test if AVOption and AVOption2 are compatible.Michael Niedermayer
2009-10-16Add an experimental AVOption2 that uses an union instead of double for defaul...Michael Niedermayer
2009-10-16Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger
2009-10-16Add Speex support to the FLV muxer.Justin Ruggles
2009-10-15Add support for hardcoded ff_sin_* tables.Reimar Döffinger
2009-10-15Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger
2009-10-15Remove silly casts to the same type as we already have.Reimar Döffinger
2009-10-15Add missing release_buffer at decode end for asv1 decoder.Reimar Döffinger
2009-10-15Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger
2009-10-15Raise MAX_THREADS to 16.Frank Barchard
2009-10-15Skip padding bytes correctly in ID3 tags.Jai Menon
2009-10-15Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger
2009-10-1510l: update Makefile after renameJustin Ruggles
2009-10-15Rename aiff.c to aiffdec.cJustin Ruggles
2009-10-15Split up the AIFF muxer and demuxer into separate files.Justin Ruggles
2009-10-15Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger
2009-10-15Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger
2009-10-14Release frame after decoding is doneKostya Shishkov
2009-10-14Print a warning message when avcodec_default_free_buffers finds unreleasedReimar Döffinger
2009-10-14Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger
2009-10-13Call release_buffer on close for v210dec and v210xReimar Döffinger
2009-10-13Add missing release_buffer on closeReimar Döffinger
2009-10-13Add decoder for "forward uncompressed".Reimar Döffinger
2009-10-13Implement execute2 for w32threadReimar Döffinger
2009-10-13Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger
2009-10-13fft_dispatch array should be constReimar Döffinger
2009-10-13Simplify: use FFSWAPReimar Döffinger
2009-10-13MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger
2009-10-13Add Speex support to the Ogg muxer.Justin Ruggles
2009-10-13Do not read data past the end of the SSND chunk in the AIFF demuxer.Justin Ruggles
2009-10-13Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos
2009-10-13Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos
2009-10-13Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles
2009-10-12extend description of avcodec_decode_audio3:Sascha Sommer
2009-10-12Merge declaration and initializationReimar Döffinger
2009-10-12Simplify: use FFMINReimar Döffinger
2009-10-12Reindent after removing the outer for loops in the execute2 patchReimar Döffinger
2009-10-12Move dnxhdenc to execute2 multithreading API.Reimar Döffinger
2009-10-12Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger
2009-10-12Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor
2009-10-11ARM: align stack in NEON h264 mc functionsMåns Rullgård
2009-10-11ARM: force PIC for shared libs only with ARMv6T2 and laterMåns Rullgård
2009-10-11Allow autodetection of E-AC3.Carl Eugen Hoyos