15326 Commits (a964e813a1d5fc7942b43ae75a44677cb3815b0e)
 

Author SHA1 Message Date
Aurelien Jacobs a964e813a1 use h_addr_list[0] instead of h_addr as this is the posix hostent field name 16 years ago
Robert Swain 47698b83fd The ff_sine_#[] should be aligned as they will commonly be used in dsputil 16 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
Baptiste Coudurier b5f46e9340 import ok'd hunks for mxf muxer 16 years ago
Diego Biurrun 2b409ca9d6 Remove hackish support for fastmemcpy from MPlayer. 16 years ago
Ramiro Polla 1e8bd10c57 mlp: Define End-of-Stream code in common header file and use it in decoder. 16 years ago
Kostya Shishkov 07be55dc8b Remove not OKed parts from AAC encoder 16 years ago
Diego Biurrun 29a717aef2 Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 16 years ago
Daniel Serpell 084cadabbc Add an example of higher resolution video encoding for the PSP to the FAQ. 16 years ago
Daniel Serpell b96e074dc7 Fix the PSP examples in the FAQ to use libx264 as codec instead of h264. 16 years ago
Robert Swain 69fc4da360 Add declarations for the sine tables used in wma.c (half window sizes: 128, 16 years ago
Robert Swain ece6b83c3e Change wma.c to use the ff_sine_window_init() from mdct.c 16 years ago
Kurtnoise 7139bfa8fe Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. 16 years ago
Diego Biurrun bf6ce82d81 Check for sys/select.h and poll.h unconditionally, not just if ffserver 16 years ago
Michael Niedermayer 11a9d3e853 Add -D_POSIX_C_SOURCE=200112 to cflags. 16 years ago
Anuradha Suraparaju 67a38cee37 Change Dirac in MPEG-TS encapsulation to conform with spec changes. 16 years ago
Kostya Shishkov c03d9d058b Okayed parts of AAC encoder 16 years ago
Loren Merritt 7ca7d5fae0 file which should have been added in r14749 16 years ago
Loren Merritt 75ac287517 missing prototype 16 years ago
Loren Merritt ebceaa1cd5 gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm 16 years ago
Loren Merritt ee46753739 gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little 16 years ago
Ramiro Polla a7cc783d71 mlp: split simple inline function that xors 4 bytes into one. 16 years ago
Michael Niedermayer 3c9769a008 Do not fill the pts reordering buffer with guessed dts. 16 years ago
Michael Niedermayer aca36b287d Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE. 16 years ago
Loren Merritt 675872382f special case 6 channel version of float_to_int16_interleave 16 years ago
Loren Merritt 911e21a306 simd int->float 16 years ago
Loren Merritt ac2e556456 simd downmix 16 years ago
Loren Merritt 45d9d61889 don't mark the delayed samples for upmixing if they haven't been downmixed 16 years ago
Loren Merritt 3b6516f7e7 oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. 16 years ago
Michael Niedermayer da0def34ec Change _ISOC9X_SOURCE to _ISOC99_SOURCE. 16 years ago
Aurelien Jacobs 5df3cc6f80 matroskadec: list some more ebml IDs found in the wild and that we ignore 16 years ago
Stefano Sabatini 9a10927279 Make show_banner() and show_version() print both the compile-time and the 16 years ago
Erwan Ducroquet 850a8d42ab Add examples in documentation showing how to avoid to decode audio and 16 years ago
Ramiro Polla 06cddea060 mlp: Cosmetics: Close comments in an extra line and 16 years ago
Anuradha Suraparaju f4bba2015a Dirac encapsulation in MPEG-TS 16 years ago
Ramiro Polla ce15710f55 mlp: Split common code from parser and decoder to be used by encoder. 16 years ago
Diego Biurrun e7327dbba7 Remove unused variable. 16 years ago
Diego Biurrun 2485abe281 Remove unused variable. 16 years ago
Michael Niedermayer 488b1ca476 10000l, revert mistakely commited and unrelated hunk. 16 years ago
Michael Niedermayer ad1d871021 Move -D_ISOC9X_SOURCE to configure so its available to all tests. 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
Aurelien Jacobs 5af4f1f3e3 move M_PI definition along with other math definitions 16 years ago
Carl Eugen Hoyos af44e8e488 Show result of yasm test. 16 years ago
Aurelien Jacobs d1a12956a0 define some math constants so as not to depend on _XOPEN_SOURCE 16 years ago
Aurelien Jacobs 29d3ed3be6 ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE 16 years ago
Aurelien Jacobs 131f1cb2a9 matroskadec: parse available blocks even when cluster parsing failed 16 years ago
Ramiro Polla ee5b34d56e mlp_parser: Initialize crc data in its own function. 16 years ago
Ramiro Polla 5dae0dd22c mlpdec: Put some doxy comments to the right of vars instead of interleaved. 16 years ago
Ramiro Polla f53acb7b17 mlpdec: Split channel parameters from context into their own struct. 16 years ago
Loren Merritt 557ac0c448 optimize ac3_downmix. 16 years ago