platform/upstream/libav.git
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-19 Zhentan FengRemove useless #ifdef DEBUG (patch by Zhentan Feng).
2008-08-19 Michael NiedermayerWorkaround bug in types.h that has typedef __u64 under...
2008-08-19 Diego BiurrunUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-08-19 Mathieu Malaterrecosmetics: s/const static/static const/g
2008-08-19 Jai MenonUpdate changelog and general.texi to reflect
2008-08-19 Stefano SabatiniReplace invocations of av_fifo_realloc(), which is...
2008-08-19 Jai Menonalacenc: compare against ALAC_MAX_LPC_ORDER instead...
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
2008-08-19 Jai Menonalacenc: last few hunks approved by michael
2008-08-19 Ramiro Pollaalacenc: Use user-specified min and max prediction...
2008-08-19 Ramiro PollaImport more OKed parts of ALAC encoder from GSoC repo.
2008-08-19 Roman ShaposhnikMaking block size in bits variable and dependent on...
2008-08-19 Roman ShaposhnikMaking the number of blocks per macroblock dependent...
2008-08-19 Roman ShaposhnikIntroducing DV_MAX_BPM macro instead of a hardcoded...
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-19 Peter RossAdd regression tests for F32LE, F64BE and F64LE PCM...
2008-08-19 Peter RossMake AIFF demuxer handle F32BE and F64BE PCM audio.
2008-08-19 Peter RossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-08-19 Peter RossMake RIFF-based demuxers handle F32LE and F64LE PCM...
2008-08-19 Peter RossMake AU demuxer handle S24BE, S32BE and F64BE PCM audio.
2008-08-19 Peter RossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 Peter RossAdd SAMPLE_FMT_DBL.
2008-08-19 Peter RossFix PCM_S16LE_PLANAR channel-address calculation bug...
2008-08-19 Diego BiurrunMark init_vlcs function as av_cold.
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-18 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-18 Zhentan FengFactorize common code out of the mxf demuxer.
2008-08-18 Ronald S. BultjeSet AVStream.discard, so that demuxers can choose which...
2008-08-18 Peter RossSupport Electronic Arts files containing MP3 audio.
2008-08-18 Peter RossMark SAMPLE_FMT_S24 as deprecated.
2008-08-18 Kostya ShishkovAdd okayed chunks of AAC encoder psychoacoustic model
2008-08-18 Kostya ShishkovAdd okayed parts for AAC encoder
2008-08-17 Ramiro PollaImport more ok'd parts of ALAC encoder from GSoC repo.
2008-08-17 Justin Rugglesremove some unneeded header includes
2008-08-17 Michael NiedermayerCopy and paste LGPL from tree.h, the previous one refer...
2008-08-17 Diego BiurrunAdd missing header includes to fix 'make checkheaders'.
2008-08-17 Diego BiurrunAdd missing stdint.h header to fix 'make checkheaders'.
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 Diego BiurrunMark adx_decode_init() as type int instead of void...
2008-08-17 Michael Niedermayerrestore alphabetical order of TESTS
2008-08-17 Michael NiedermayerAdd PCA to TESTS.
2008-08-17 Justin Rugglesfix and simplify frame size check and reencoding in...
2008-08-17 Michael NiedermayerAdd multiple inclusion guards for consistency and to...
2008-08-17 Michael NiedermayerMove context struct to c file.
2008-08-17 Michael NiedermayerAdd prototypes to header (based on code by ramiro)
2008-08-17 Michael NiedermayerMake ff_pca_init() allocate it struct instead of lettin...
2008-08-17 Michael NiedermayerDo not mix declarations and statements (by ramiro).
2008-08-17 Michael Niedermayerput testing code under #ifdef TEST
2008-08-17 Michael NiedermayerTesting code uses random().
2008-08-17 Michael Niedermayerfix includes
2008-08-17 Michael NiedermayerPrincipal component analysis
2008-08-17 Ramiro Pollaalacenc: NULL_IF_CONFIG_SMALL long_name.
2008-08-17 Vladimir VoroshilovG.729 decoder main code
2008-08-17 Kostya ShishkovMore okayed chunks of AAC encoder
2008-08-17 Ramiro PollaImport ok'd parts of ALAC encoder from GSoC repo.
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-16 Justin Rugglesuse range of lpc orders in ORDER_METHOD_EST
2008-08-16 Justin Rugglescosmetics: adjust line breaks and vertical alignment
2008-08-16 Justin Rugglesuse limited range of lpc orders when quantizing coeffic...
2008-08-16 Dave Yeostruct timeval requires #include <sys/time.h>
2008-08-16 Ramiro Pollalpc: cosmetics: vertically align declarations and defin...
2008-08-16 David ConradUse correct asm object type and necessary -DPIC for...
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...
2008-08-16 Ramiro Pollaflacenc: Allow more flexible shift calculation in LPC.
2008-08-16 Michael NiedermayerFix rc_eq mem leak.
2008-08-16 Michael NiedermayerRevert r14260
2008-08-16 Kostya ShishkovSynchronize AAC encoder with renamings in aac.h
2008-08-16 Kostya ShishkovAdd approved chunks to AAC encoder
2008-08-16 Peter RossUse memcpy() for PCM S16/S32 codecs when codec byte...
2008-08-15 Diego BiurrunSurround format-specific functions with matching prepro...
2008-08-15 Diego BiurrunSurround AVInputFormat declarations with format-specifi...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor condition...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditions...
2008-08-15 Diego Biurruncosmetics: Remove redundant #endif comments that are...
2008-08-15 Diego Biurruncosmetics: misc spelling fixes
2008-08-15 Michael NiedermayerAdd flag to mark demuxers that can output discontinuous...
2008-08-15 Michael NiedermayerSimplify by using FFMAX.
2008-08-15 Robert SwainDon't try to free shared ff_sine_* tables pointed to...
2008-08-15 Robert SwainMore OKed AAC decoder hunks
2008-08-15 Måns RullgårdAdd myself as ARM maintainer
2008-08-15 Robert SwainSynchronise AAC decoder code with that from SoC
2008-08-15 Loren Merrittdocument some dsp alignments
2008-08-15 Robert SwainMore OKed sections of AAC decoder code
2008-08-14 Michael NiedermayerAdd -fasm and -std=c99 when supported.
2008-08-14 Aurelien Jacobsuse h_addr_list[0] instead of h_addr as this is the...
2008-08-14 Robert SwainThe ff_sine_#[] should be aligned as they will commonly...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-14 Baptiste Coudurierimport ok'd hunks for mxf muxer
2008-08-14 Diego BiurrunRemove hackish support for fastmemcpy from MPlayer.
2008-08-14 Ramiro Pollamlp: Define End-of-Stream code in common header file...
2008-08-14 Kostya ShishkovRemove not OKed parts from AAC encoder
2008-08-14 Diego BiurrunUse '#include <poll.h>' instead of '#include <sys/poll...
2008-08-14 Daniel SerpellAdd an example of higher resolution video encoding...
2008-08-14 Daniel SerpellFix the PSP examples in the FAQ to use libx264 as codec...
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-14 Robert SwainChange wma.c to use the ff_sine_window_init() from...
2008-08-14 KurtnoiseSurround '#include <sys/select>' by HAVE_SYS_SELECT_H.
2008-08-14 Diego BiurrunCheck for sys/select.h and poll.h unconditionally,...
next