summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-171-0/+197
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-164-4/+4
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-161-4/+4
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-163-8/+11
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-163-4/+4
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-161-0/+1
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-162-8/+8
* Use correct asm object type and necessary -DPIC for yasm on 64-bit DarwinDavid Conrad2008-08-161-0/+2
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-164-190/+253
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-161-10/+11
* Fix rc_eq mem leak.Michael Niedermayer2008-08-163-3/+2
* Revert r14260Michael Niedermayer2008-08-161-1/+0
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-161-8/+8
* Add approved chunks to AAC encoderKostya Shishkov2008-08-161-2/+58
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-161-31/+47
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-151-0/+26
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-151-0/+32
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-151-2/+7
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-151-13/+13
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-151-13/+13
* cosmetics: misc spelling fixesDiego Biurrun2008-08-151-9/+9
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-153-3/+4
* Simplify by using FFMAX.Michael Niedermayer2008-08-151-3/+1
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-151-2/+0
* More OKed AAC decoder hunksRobert Swain2008-08-154-5/+283
* Add myself as ARM maintainerMåns Rullgård2008-08-151-0/+1
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-154-459/+506
* document some dsp alignmentsLoren Merritt2008-08-151-6/+7
* More OKed sections of AAC decoder codeRobert Swain2008-08-152-0/+347
* Add -fasm and -std=c99 when supported.Michael Niedermayer2008-08-141-0/+3
* use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs2008-08-141-1/+1
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-141-5/+5
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-145-1/+18
* import ok'd hunks for mxf muxerBaptiste Coudurier2008-08-141-0/+101
* Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun2008-08-141-5/+0
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-142-1/+4
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-141-56/+0
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun2008-08-141-1/+1
* Add an example of higher resolution video encoding for the PSP to the FAQ.Daniel Serpell2008-08-141-0/+4
* Fix the PSP examples in the FAQ to use libx264 as codec instead of h264.Daniel Serpell2008-08-141-2/+2
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-143-4/+17
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-141-6/+2
* Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise2008-08-141-0/+2
* Check for sys/select.h and poll.h unconditionally, not just if ffserverDiego Biurrun2008-08-141-7/+2
* Add -D_POSIX_C_SOURCE=200112 to cflags.Michael Niedermayer2008-08-141-1/+1
* Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju2008-08-141-0/+5
* Okayed parts of AAC encoderKostya Shishkov2008-08-141-0/+313
* file which should have been added in r14749Loren Merritt2008-08-141-0/+92
* missing prototypeLoren Merritt2008-08-141-0/+1
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt2008-08-142-43/+20
OpenPOWER on IntegriCloud