summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use correct asm object type and necessary -DPIC for yasm on 64-bit DarwinDavid Conrad2008-08-16
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-16
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* Revert r14260Michael Niedermayer2008-08-16
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-16
* Add approved chunks to AAC encoderKostya Shishkov2008-08-16
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-16
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-15
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-15
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-15
* cosmetics: misc spelling fixesDiego Biurrun2008-08-15
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-15
* Simplify by using FFMAX.Michael Niedermayer2008-08-15
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-15
* More OKed AAC decoder hunksRobert Swain2008-08-15
* Add myself as ARM maintainerMåns Rullgård2008-08-15
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-15
* document some dsp alignmentsLoren Merritt2008-08-15
* More OKed sections of AAC decoder codeRobert Swain2008-08-15
* Add -fasm and -std=c99 when supported.Michael Niedermayer2008-08-14
* use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs2008-08-14
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-14
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* import ok'd hunks for mxf muxerBaptiste Coudurier2008-08-14
* Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun2008-08-14
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-14
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-14
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun2008-08-14
* Add an example of higher resolution video encoding for the PSP to the FAQ.Daniel Serpell2008-08-14
* Fix the PSP examples in the FAQ to use libx264 as codec instead of h264.Daniel Serpell2008-08-14
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-14
* Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise2008-08-14
* Check for sys/select.h and poll.h unconditionally, not just if ffserverDiego Biurrun2008-08-14
* Add -D_POSIX_C_SOURCE=200112 to cflags.Michael Niedermayer2008-08-14
* Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju2008-08-14
* Okayed parts of AAC encoderKostya Shishkov2008-08-14
* file which should have been added in r14749Loren Merritt2008-08-14
* missing prototypeLoren Merritt2008-08-14
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt2008-08-14
* gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ...Loren Merritt2008-08-14
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-14
* Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer2008-08-14
* Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.Michael Niedermayer2008-08-14
* special case 6 channel version of float_to_int16_interleaveLoren Merritt2008-08-13
* simd int->floatLoren Merritt2008-08-13
* simd downmixLoren Merritt2008-08-13