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-05-20The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun
2009-05-20LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser
2009-05-19Add missing libavformat dependencies on mpeg4audio.oAlex Converse
2009-05-19Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun
2009-05-19cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun
2009-05-18Remove useless casts of vec_ld() parameters.Diego Biurrun
2009-05-17IndentBenjamin Larsson
2009-05-17Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson
2009-05-17IndentBenjamin Larsson
2009-05-17Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson
2009-05-17Make TMV decoder check packet sizes before reading from it.Vitor Sessak
2009-05-17Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger
2009-05-17eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles
2009-05-17mpeg12: fix non-standard use of "extern inline"Måns Rullgård
2009-05-16ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-16Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov
2009-05-16cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun
2009-05-16Replace 'x == 0' if conditions with '!x'.Diego Biurrun
2009-05-16cosmetics: Remove pointless {}.Diego Biurrun
2009-05-15Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun
2009-05-15cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun
2009-05-15cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun
2009-05-15Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun
2009-05-15Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun
2009-05-15Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson
2009-05-15mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla
2009-05-15mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla
2009-05-15Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad
2009-05-15decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier
2009-05-15change pic type to Picture* and remove castsBaptiste Coudurier
2009-05-14Document av_set_string3() returned error codes.Stefano Sabatini
2009-05-14Make av_set_string3() print a message in case of unknown option.Stefano Sabatini
2009-05-14Provide a context to av_log() calls in av_set_number2() andStefano Sabatini
2009-05-14Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka
2009-05-14Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer
2009-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-05-14Subroutine to copy an AAC Program Config Element (PCE)Alex Converse
2009-05-13Cosmetics after last commitAlex Converse
2009-05-13Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse
2009-05-13Move the ADTS header size to the parser's header file.Alex Converse
2009-05-13Add a quick description to the H.264 BSFAlex Converse
2009-05-13add casts to silence gcc warningsBaptiste Coudurier
2009-05-13add casts to silence gcc warningsBaptiste Coudurier
2009-05-13Fix bandwith vs. bandwiDth typo.Diego Biurrun
2009-05-12V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier
2009-05-11Support 16K samplerate in Nellymoser.Alexander Chemeris
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-05-11PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård
2009-05-11sgi encoder does not support pal8Baptiste Coudurier