16096 Commits (503bc4026d73a2e02f472b166aa068176859e376)
 

Author SHA1 Message Date
Michael Niedermayer 7dd3e95a04 Mention the fixed-point scale of the FIR filter coefficients. 16 years ago
Michael Niedermayer ba05497de5 Cleanup comment for ff_acelp_interp_filter. 16 years ago
Michael Niedermayer 2398930fe0 Make doxygen comments consistent with the rest of FFmpeg. 16 years ago
Michael Niedermayer fee37a4985 Document code, do not document difference to a irrelevant reference implementation. 16 years ago
Michael Niedermayer 012fd207a3 Remove some irrelevant comments. 16 years ago
Vladimir Voroshilov da7e59b4ab first and second stage LSP codebooks for G.729 16 years ago
Robert Swain 65b20b2485 Reindent after last commit 16 years ago
Robert Swain fbd91d7cad Work around GCC variable may be used uninitialised warning 16 years ago
Robert Swain 1098e8d236 Remove unused variable 16 years ago
Peter Ross eb6fc557db Include floating point PCM in changelog and documentation. 16 years ago
Diego Biurrun 8e84913db4 cosmetics: Fix incorrect indentation. 16 years ago
Robert Swain 4b0044b750 Reindent 16 years ago
Robert Swain c5377f575c Correct regex file name matching as per Måns' suggestion 16 years ago
Andreas Öman f339908843 The comment about channel order for AAC 5.1 audio was not correct, fix it. 16 years ago
Robert Swain 4991f3ce3c Add me as maintainer of the AAC decoder code 16 years ago
Robert Swain 7d8f3de4a8 Last hunk of the AAC decoder code to be OKed and build system and documentation 16 years ago
Michael Niedermayer 7fb262b568 Simplify timestamp reordering by using the new API. 16 years ago
Michael Niedermayer 79de84f263 Provide a simpler way for the user to reorder her timestamps. 16 years ago
Aurelien Jacobs 28f27e0c0c matroskadec: fail cleanly when the required compression lib is not compiled in 16 years ago
Aurelien Jacobs dc3e0211ed matroskadec: stop parsing when skipping en element crossing over the end of file 16 years ago
Diego Biurrun 3ef6182556 Fix #include path, headers from other directories need to have 16 years ago
Diego Biurrun 071083b4a5 Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. 16 years ago
Diego Biurrun 054480a57b cosmetics: comment spelling/grammar fixes 16 years ago
Aurelien Jacobs 38511b9ad3 matroska: fix regression test according to r14862 16 years ago
Peter Ross 2cd04cf919 Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net. 16 years ago
Justin Ruggles ab2a942ad8 cosmetics: indentation 16 years ago
Aurelien Jacobs eb9cf50a74 matroska: add support for most variants of PCM 16 years ago
Aurelien Jacobs b49d17b77a matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way 16 years ago
Justin Ruggles bf09b550e6 commit the OKed parts of the E-AC-3 decoder 16 years ago
Justin Ruggles e630027686 get data size based on the actual data array instead of coding-in the calculation 16 years ago
Justin Ruggles 8e33132bab rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size 16 years ago
Ronald S. Bultje ba99cfc213 Implement url_open_protocol(), which is basiclly the former url_open() 16 years ago
Stefano Sabatini b76e3424ca Cosmetics: remove a redundant and misplaced doxy. 16 years ago
Stefano Sabatini e8e2b2ef17 Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. 16 years ago
Zhentan Feng fda0d4afa7 Ok-ed parts from patch by zhentan feng. 16 years ago
Zhentan Feng 1b0732ea64 Remove useless #ifdef DEBUG (patch by Zhentan Feng). 16 years ago
Michael Niedermayer e9d4b8a533 Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. 16 years ago
Diego Biurrun 0da49fca79 Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 16 years ago
Mathieu Malaterre 7942269b71 cosmetics: s/const static/static const/g 16 years ago
Jai Menon 833e90ddf5 Update changelog and general.texi to reflect 16 years ago
Stefano Sabatini 745b39d5f9 Replace invocations of av_fifo_realloc(), which is going to be 16 years ago
Jai Menon a1ab56c5a8 alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER 16 years ago
Stefano Sabatini 8257b835cf Implement av_fifo_realloc2(). 16 years ago
Jai Menon e13894e80e alacenc: last few hunks approved by michael 16 years ago
Ramiro Polla cc940caf4d alacenc: Use user-specified min and max prediction order. 16 years ago
Ramiro Polla 0d962ecb70 Import more OKed parts of ALAC encoder from GSoC repo. 16 years ago
Roman Shaposhnik c89cb5894e Making block size in bits variable and dependent on the DV spec 16 years ago
Roman Shaposhnik 713c1aa9a6 Making the number of blocks per macroblock dependent on the DV stream 16 years ago
Roman Shaposhnik cb879ec2fb Introducing DV_MAX_BPM macro instead of a hardcoded value for the 16 years ago
Zhentan Feng 2c8d438893 Ok-ed parts from patch by zhentan feng. 16 years ago