Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-14Remove not OKed parts from AAC encoderKostya Shishkov
2008-08-14Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun
2008-08-14Add an example of higher resolution video encoding for the PSP to the FAQ.Daniel Serpell
2008-08-14Fix the PSP examples in the FAQ to use libx264 as codec instead of h264.Daniel Serpell
2008-08-14Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain
2008-08-14Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain
2008-08-14Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise
2008-08-14Check for sys/select.h and poll.h unconditionally, not just if ffserverDiego Biurrun
2008-08-14Add -D_POSIX_C_SOURCE=200112 to cflags.Michael Niedermayer
2008-08-14Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju
2008-08-14Okayed parts of AAC encoderKostya Shishkov
2008-08-14file which should have been added in r14749Loren Merritt
2008-08-14missing prototypeLoren Merritt
2008-08-14gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt
2008-08-14gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ...Loren Merritt
2008-08-14mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla
2008-08-14Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer
2008-08-14Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.Michael Niedermayer
2008-08-14special case 6 channel version of float_to_int16_interleaveLoren Merritt
2008-08-14simd int->floatLoren Merritt
2008-08-14simd downmixLoren Merritt
2008-08-14don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt
2008-08-14oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt
2008-08-14Change _ISOC9X_SOURCE to _ISOC99_SOURCE.Michael Niedermayer
2008-08-14matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs
2008-08-14Make show_banner() and show_version() print both the compile-time and theStefano Sabatini
2008-08-13Add examples in documentation showing how to avoid to decode audio andErwan Ducroquet
2008-08-13mlp: Cosmetics: Close comments in an extra line andRamiro Polla
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
2008-08-13mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla
2008-08-13Remove unused variable.Diego Biurrun
2008-08-13Remove unused variable.Diego Biurrun
2008-08-1310000l, revert mistakely commited and unrelated hunk.Michael Niedermayer
2008-08-13Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-08-13move M_PI definition along with other math definitionsAurelien Jacobs
2008-08-13Show result of yasm test.Carl Eugen Hoyos
2008-08-13define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs
2008-08-13ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs
2008-08-13matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs
2008-08-13mlp_parser: Initialize crc data in its own function.Ramiro Polla
2008-08-13mlpdec: Put some doxy comments to the right of vars instead of interleaved.Ramiro Polla
2008-08-13mlpdec: Split channel parameters from context into their own struct.Ramiro Polla
2008-08-13optimize ac3_downmix.Loren Merritt
2008-08-13Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer
2008-08-12mlpdec: whitespace and line-breaking cosmetics.Ramiro Polla
2008-08-12mlpdec: Split filter parameters from context into their own struct.Ramiro Polla
2008-08-12increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atmBaptiste Coudurier
2008-08-12Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier
2008-08-12Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pr...Peter Ross