| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless casts of vec_ld() parameters. | Diego Biurrun | 2009-05-18 | 1 | -15/+15 |
* | Indent | Benjamin Larsson | 2009-05-17 | 1 | -7/+7 |
* | Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 | Benjamin Larsson | 2009-05-17 | 2 | -1/+12 |
* | Indent | Benjamin Larsson | 2009-05-17 | 1 | -102/+102 |
* | Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. | Benjamin Larsson | 2009-05-17 | 1 | -17/+63 |
* | Make TMV decoder check packet sizes before reading from it. | Vitor Sessak | 2009-05-17 | 1 | -0/+7 |
* | Add a forward declaration of mpeg1_decode_block_intra to fix compilation | Reimar Döffinger | 2009-05-17 | 1 | -0/+3 |
* | eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is | Justin Ruggles | 2009-05-17 | 4 | -31/+32 |
* | mpeg12: fix non-standard use of "extern inline" | Måns Rullgård | 2009-05-17 | 2 | -3/+10 |
* | ac3dec: fix coupling range check. the start subband must be less than | Justin Ruggles | 2009-05-16 | 1 | -2/+2 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 15 | -24/+26 |
* | Fix off-by-one error in MS RLE decoder which may result into writing past | Kostya Shishkov | 2009-05-16 | 1 | -1/+1 |
* | cosmetics: K&R coding style, indent correctly, break overly long lines | Diego Biurrun | 2009-05-15 | 1 | -120/+102 |
* | Replace 'x == 0' if conditions with '!x'. | Diego Biurrun | 2009-05-15 | 1 | -3/+3 |
* | cosmetics: Remove pointless {}. | Diego Biurrun | 2009-05-15 | 1 | -14/+1 |
* | Surround AMR_WB encoding code by appropriate #ifdefs. | Diego Biurrun | 2009-05-15 | 1 | -0/+4 |
* | cosmetics: Move some more code around to avoid #ifdeffery. | Diego Biurrun | 2009-05-15 | 1 | -9/+9 |
* | cosmetics: Move functions around so that encoding and decoding functions are | Diego Biurrun | 2009-05-15 | 1 | -66/+66 |
* | Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after | Diego Biurrun | 2009-05-15 | 1 | -4/+0 |
* | Add av_cold attribute to amr_nb decoding/encoding initialization functions. | Diego Biurrun | 2009-05-15 | 1 | -2/+2 |
* | Bugfix for bug introduced in the multichannel cook patchset. | Benjamin Larsson | 2009-05-15 | 1 | -2/+3 |
* | mlp: Simplify adressing of state and coeffs arrays for both filters by making | Ramiro Polla | 2009-05-15 | 4 | -12/+17 |
* | mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. | Ramiro Polla | 2009-05-15 | 1 | -1/+2 |
* | Ensure that we don't read from invalid memory with B-frame qpel | David Conrad | 2009-05-15 | 1 | -2/+2 |
* | decode mpeg-2 closed gop first b frames, fix issue #824 | Baptiste Coudurier | 2009-05-15 | 3 | -5/+17 |
* | change pic type to Picture* and remove casts | Baptiste Coudurier | 2009-05-15 | 1 | -5/+5 |
* | Document av_set_string3() returned error codes. | Stefano Sabatini | 2009-05-14 | 1 | -2/+5 |
* | Make av_set_string3() print a message in case of unknown option. | Stefano Sabatini | 2009-05-14 | 1 | -1/+3 |
* | Provide a context to av_log() calls in av_set_number2() and | Stefano Sabatini | 2009-05-14 | 1 | -2/+2 |
* | Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") | Siarhei Siamashka | 2009-05-14 | 1 | -1/+1 |
* | Fix VBV delay for mpeg1/2 CBR. | Michael Niedermayer | 2009-05-14 | 1 | -2/+12 |
* | Use skip_bits_long() for large skips | David Conrad | 2009-05-14 | 3 | -3/+3 |
* | Subroutine to copy an AAC Program Config Element (PCE) | Alex Converse | 2009-05-13 | 2 | -0/+49 |
* | Cosmetics after last commit | Alex Converse | 2009-05-13 | 1 | -3/+1 |
* | Allow parsing and decoding of ADTS AAC files with channel config = 0 | Alex Converse | 2009-05-13 | 3 | -9/+2 |
* | Move the ADTS header size to the parser's header file. | Alex Converse | 2009-05-13 | 2 | -5/+5 |
* | Add a quick description to the H.264 BSF | Alex Converse | 2009-05-13 | 1 | -0/+1 |
* | add casts to silence gcc warnings | Baptiste Coudurier | 2009-05-13 | 1 | -3/+3 |
* | add casts to silence gcc warnings | Baptiste Coudurier | 2009-05-13 | 1 | -4/+4 |
* | Fix bandwith vs. bandwiDth typo. | Diego Biurrun | 2009-05-12 | 2 | -5/+5 |
* | V210 Uncompressed 4:2:2 10-bit encoder and decoder | Baptiste Coudurier | 2009-05-12 | 5 | -1/+266 |
* | Support 16K samplerate in Nellymoser. | Alexander Chemeris | 2009-05-11 | 2 | -2/+5 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 8 | -1/+36 |
* | PPC: 32-bit asm for MAC64 and MLS64 | Måns Rullgård | 2009-05-11 | 1 | -0/+30 |
* | sgi encoder does not support pal8 | Baptiste Coudurier | 2009-05-10 | 1 | -1/+1 |
* | reindent | Baptiste Coudurier | 2009-05-10 | 1 | -6/+6 |
* | check for palette presence, fix crash with QT-BMP.mov, issue #1074 | Baptiste Coudurier | 2009-05-10 | 1 | -0/+2 |
* | Remove dead nested assignment found by CSA | Benjamin Larsson | 2009-05-10 | 1 | -2/+1 |
* | update comment for rgb 16 bit in .mov | Baptiste Coudurier | 2009-05-10 | 1 | -2/+2 |
* | Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. | Diego Biurrun | 2009-05-09 | 1 | -0/+2 |