2008-08-19 |
Peter Ross | Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Peter Ross | Make RIFF-based demuxers handle F32LE and F64LE PCM... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Peter Ross | Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Peter Ross | Add F64BE, F64LE and F64BE PCM codecs. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Peter Ross | Add SAMPLE_FMT_DBL. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Peter Ross | Fix PCM_S16LE_PLANAR channel-address calculation bug... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Diego Biurrun | Mark init_vlcs function as av_cold. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Robert Swain | More OKed AAC decoder code hunks |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Robert Swain | More OKed AAC decoder code hunks |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Zhentan Feng | Ok-ed parts from patch by zhentan feng. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Zhentan Feng | Factorize common code out of the mxf demuxer. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ronald S. Bultje | Set AVStream.discard, so that demuxers can choose which... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Peter Ross | Support Electronic Arts files containing MP3 audio. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Peter Ross | Mark SAMPLE_FMT_S24 as deprecated. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Kostya Shishkov | Add okayed chunks of AAC encoder psychoacoustic model |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Kostya Shishkov | Add okayed parts for AAC encoder |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Ramiro Polla | Import more ok'd parts of ALAC encoder from GSoC repo. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Justin Ruggles | remove some unneeded header includes |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Copy and paste LGPL from tree.h, the previous one refer... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Diego Biurrun | Add missing header includes to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Diego Biurrun | Add missing stdint.h header to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Justin Ruggles | use LFG instead of Mersenne Twister for AC-3 PRNG |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Diego Biurrun | Mark adx_decode_init() as type int instead of void... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | restore alphabetical order of TESTS |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Add PCA to TESTS. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Justin Ruggles | fix and simplify frame size check and reencoding in... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Add multiple inclusion guards for consistency and to... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Move context struct to c file. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Add prototypes to header (based on code by ramiro) |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Make ff_pca_init() allocate it struct instead of lettin... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Do not mix declarations and statements (by ramiro). |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | put testing code under #ifdef TEST |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Testing code uses random(). |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | fix includes |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Michael Niedermayer | Principal component analysis |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Ramiro Polla | alacenc: NULL_IF_CONFIG_SMALL long_name. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Vladimir Voroshilov | G.729 decoder main code |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Kostya Shishkov | More okayed chunks of AAC encoder |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Ramiro Polla | Import ok'd parts of ALAC encoder from GSoC repo. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Justin Ruggles | update my email address to one which does not depend... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Justin Ruggles | use range of lpc orders in ORDER_METHOD_EST |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Justin Ruggles | cosmetics: adjust line breaks and vertical alignment |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Justin Ruggles | use limited range of lpc orders when quantizing coeffic... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Dave Yeo | struct timeval requires #include <sys/time.h> |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Ramiro Polla | lpc: cosmetics: vertically align declarations and defin... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
David Conrad | Use correct asm object type and necessary -DPIC for... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Ramiro Polla | flacenc, lpc: Move LPC code from flacenc.c to new lpc... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Ramiro Polla | flacenc: Allow more flexible shift calculation in LPC. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Michael Niedermayer | Fix rc_eq mem leak. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Michael Niedermayer | Revert r14260 |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Kostya Shishkov | Synchronize AAC encoder with renamings in aac.h |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Kostya Shishkov | Add approved chunks to AAC encoder |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Peter Ross | Use memcpy() for PCM S16/S32 codecs when codec byte... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Diego Biurrun | Surround format-specific functions with matching prepro... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Diego Biurrun | Surround AVInputFormat declarations with format-specifi... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Diego Biurrun | Replace generic CONFIG_MUXERS preprocessor condition... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Diego Biurrun | Replace generic CONFIG_MUXERS preprocessor conditions... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Diego Biurrun | cosmetics: Remove redundant #endif comments that are... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Diego Biurrun | cosmetics: misc spelling fixes |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Michael Niedermayer | Add flag to mark demuxers that can output discontinuous... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Michael Niedermayer | Simplify by using FFMAX. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Robert Swain | Don't try to free shared ff_sine_* tables pointed to... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Robert Swain | More OKed AAC decoder hunks |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Måns Rullgård | Add myself as ARM maintainer |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Robert Swain | Synchronise AAC decoder code with that from SoC |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Loren Merritt | document some dsp alignments |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Robert Swain | More OKed sections of AAC decoder code |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Michael Niedermayer | Add -fasm and -std=c99 when supported. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Aurelien Jacobs | use h_addr_list[0] instead of h_addr as this is the... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Robert Swain | The ff_sine_#[] should be aligned as they will commonly... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Aurelien Jacobs | ensure we get explicit definition of various _XOPEN_SOU... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Baptiste Coudurier | import ok'd hunks for mxf muxer |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Diego Biurrun | Remove hackish support for fastmemcpy from MPlayer. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ramiro Polla | mlp: Define End-of-Stream code in common header file... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Kostya Shishkov | Remove not OKed parts from AAC encoder |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Diego Biurrun | Use '#include <poll.h>' instead of '#include <sys/poll... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Daniel Serpell | Add an example of higher resolution video encoding... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Daniel Serpell | Fix the PSP examples in the FAQ to use libx264 as codec... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Robert Swain | Add declarations for the sine tables used in wma.c... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Robert Swain | Change wma.c to use the ff_sine_window_init() from... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Kurtnoise | Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Diego Biurrun | Check for sys/select.h and poll.h unconditionally,... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Michael Niedermayer | Add -D_POSIX_C_SOURCE=200112 to cflags. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Anuradha Suraparaju | Change Dirac in MPEG-TS encapsulation to conform with... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Kostya Shishkov | Okayed parts of AAC encoder |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Loren Merritt | file which should have been added in r14749 |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Loren Merritt | missing prototype |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Loren Merritt | gcc chokes on the 7 registers needed for float_to_int16... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Loren Merritt | gcc chokes on xmm constraints, so pessimize int32_to_fl... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ramiro Polla | mlp: split simple inline function that xors 4 bytes... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Michael Niedermayer | Do not fill the pts reordering buffer with guessed... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Michael Niedermayer | Remove unneeded whitespace and quotes from -D_ISOC99_SO... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Loren Merritt | special case 6 channel version of float_to_int16_interleave |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Loren Merritt | simd int->float |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Loren Merritt | simd downmix |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Loren Merritt | don't mark the delayed samples for upmixing if they... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Loren Merritt | oops, non-normalized downmix to mono contaminated add_b... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Michael Niedermayer | Change _ISOC9X_SOURCE to _ISOC99_SOURCE. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Aurelien Jacobs | matroskadec: list some more ebml IDs found in the wild... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Stefano Sabatini | Make show_banner() and show_version() print both the... |
commit | commitdiff | tree | snapshot |
next |