summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt2008-08-13
* oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt2008-08-13
* Change _ISOC9X_SOURCE to _ISOC99_SOURCE.Michael Niedermayer2008-08-13
* matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2008-08-13
* Make show_banner() and show_version() print both the compile-time and theStefano Sabatini2008-08-13
* Add examples in documentation showing how to avoid to decode audio andErwan Ducroquet2008-08-13
* mlp: Cosmetics: Close comments in an extra line andRamiro Polla2008-08-13
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-13
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* Remove unused variable.Diego Biurrun2008-08-13
* Remove unused variable.Diego Biurrun2008-08-13
* 10000l, revert mistakely commited and unrelated hunk.Michael Niedermayer2008-08-13
* Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer2008-08-13
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-13
* Show result of yasm test.Carl Eugen Hoyos2008-08-13