9548 Commits (bae3abb02cdede8d9e684abf8ff29e86b6eaada2)

Author SHA1 Message Date
  Alex Converse 6c6dac1dc1 Add missing libavformat dependencies on mpeg4audio.o 16 years ago
  Diego Biurrun 6532cd55b1 Move AMR-WB-specific code to the AMR-WB section of the file. 16 years ago
  Diego Biurrun 4e1424fdc7 cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. 16 years ago
  Diego Biurrun 76499b9ff1 Remove useless casts of vec_ld() parameters. 16 years ago
  Benjamin Larsson 7dd5568924 Indent 16 years ago
  Benjamin Larsson 031b1cbeeb Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 16 years ago
  Benjamin Larsson fbf4d03a7c Indent 16 years ago
  Benjamin Larsson 8d9f12657c Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. 16 years ago
  Vitor Sessak a2c4b2cc9a Make TMV decoder check packet sizes before reading from it. 16 years ago
  Reimar Döffinger 936bb4a9bc Add a forward declaration of mpeg1_decode_block_intra to fix compilation 16 years ago
  Justin Ruggles 9a7a71ed4c eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is 16 years ago
  Måns Rullgård db2f209352 mpeg12: fix non-standard use of "extern inline" 16 years ago
  Justin Ruggles 1ac7d1ac50 ac3dec: fix coupling range check. the start subband must be less than 16 years ago
  Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
  Kostya Shishkov b3867c93d1 Fix off-by-one error in MS RLE decoder which may result into writing past 16 years ago
  Diego Biurrun d8ed5bae6f cosmetics: K&R coding style, indent correctly, break overly long lines 16 years ago
  Diego Biurrun e0c1e12a62 Replace 'x == 0' if conditions with '!x'. 16 years ago
  Diego Biurrun 76b58f9f94 cosmetics: Remove pointless {}. 16 years ago
  Diego Biurrun e09989be45 Surround AMR_WB encoding code by appropriate #ifdefs. 16 years ago
  Diego Biurrun 9c0ef69af7 cosmetics: Move some more code around to avoid #ifdeffery. 16 years ago
  Diego Biurrun c005a3ba59 cosmetics: Move functions around so that encoding and decoding functions are 16 years ago
  Diego Biurrun 4d7d5ede5d Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after 16 years ago
  Diego Biurrun d2dfde0811 Add av_cold attribute to amr_nb decoding/encoding initialization functions. 16 years ago
  Benjamin Larsson e5cd2d3dca Bugfix for bug introduced in the multichannel cook patchset. 16 years ago
  Ramiro Polla 13bd2044d3 mlp: Simplify adressing of state and coeffs arrays for both filters by making 16 years ago
  Ramiro Polla 42e64bf874 mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. 16 years ago
  David Conrad ebcf3b742b Ensure that we don't read from invalid memory with B-frame qpel 16 years ago
  Baptiste Coudurier 9d9a623925 decode mpeg-2 closed gop first b frames, fix issue #824 16 years ago
  Baptiste Coudurier 357ec71f09 change pic type to Picture* and remove casts 16 years ago
  Stefano Sabatini 644f8c7670 Document av_set_string3() returned error codes. 16 years ago
  Stefano Sabatini be1fb76fa1 Make av_set_string3() print a message in case of unknown option. 16 years ago
  Stefano Sabatini 50f68bdebf Provide a context to av_log() calls in av_set_number2() and 16 years ago
  Siarhei Siamashka 460c0abfbb Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") 16 years ago
  Michael Niedermayer 4601e76a43 Fix VBV delay for mpeg1/2 CBR. 16 years ago
  David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
  Alex Converse 107815de42 Subroutine to copy an AAC Program Config Element (PCE) 16 years ago
  Alex Converse f2e5c8b96a Cosmetics after last commit 16 years ago
  Alex Converse 90350d73f8 Allow parsing and decoding of ADTS AAC files with channel config = 0 16 years ago
  Alex Converse ee373ddffd Move the ADTS header size to the parser's header file. 16 years ago
  Alex Converse ec21c21563 Add a quick description to the H.264 BSF 16 years ago
  Baptiste Coudurier 520ca5032a add casts to silence gcc warnings 16 years ago
  Baptiste Coudurier 03e4f1ed7f add casts to silence gcc warnings 16 years ago
  Diego Biurrun e19f995263 Fix bandwith vs. bandwiDth typo. 16 years ago
  Baptiste Coudurier ca0bb1c49c V210 Uncompressed 4:2:2 10-bit encoder and decoder 16 years ago
  Alexander Chemeris c67d725589 Support 16K samplerate in Nellymoser. 16 years ago
  David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
  Måns Rullgård 014b7ecb66 PPC: 32-bit asm for MAC64 and MLS64 16 years ago
  Baptiste Coudurier 61a4fd8e64 sgi encoder does not support pal8 16 years ago
  Baptiste Coudurier 30853173b8 reindent 16 years ago
  Baptiste Coudurier a7e562291d check for palette presence, fix crash with QT-BMP.mov, issue #1074 16 years ago