]> git.sesse.net Git - ffmpeg/history - libavcodec
Move up swscale_error target so that regression tests error out immediately.
[ffmpeg] / libavcodec /
2008-07-16 Stefano SabatiniFree in avcodec_close() avctx->rc_eq. Fix a memory...
2008-07-16 Michael Niedermayer10000l, revert
2008-07-16 Michael Niedermayerindent
2008-07-16 Michael NiedermayerSVQ3 uses the JPEG variant of YUV 4:2:0.
2008-07-16 Michael NiedermayerThe funny memcpyin svq3 generally has src & dst overlap...
2008-07-16 Michael NiedermayerPrint slice num as well.
2008-07-16 Loren Merrittfloat_to_int16_interleave: change src to an array of...
2008-07-15 Loren Merrittvorbis: reduce memory by reusing buffers
2008-07-15 Loren Merrittunroll another common case in vorbis_residue_decode
2008-07-15 Alexander StrangeMove the size of the H264Context delayed_pic array...
2008-07-15 Måns RullgårdARM: optimised MAC64 and MLS64
2008-07-15 Måns RullgårdARM: optimised MUL64
2008-07-15 Måns RullgårdARM: ARMv6 optimised MULH
2008-07-15 Måns RullgårdRemove dead code in bitstream.h
2008-07-15 Loren Merritt10l, float_to_int16_interleave_sse/3dnow wrote the...
2008-07-14 Måns RullgårdH264: fix index range assert() in remove_short_at_index()
2008-07-14 Michael NiedermayerFix infinite loop at EOF.
2008-07-14 Vitor SessakRevert r14218. FFMAX is a macro, so
2008-07-13 Michael NiedermayerFix decoding of 320x240.ogg.
2008-07-13 Michael NiedermayerMake our flac decoder decode all the data at EOF.
2008-07-13 Stefano Sabatinistrdup() the default value for rc_eq in AVCodec when...
2008-07-13 Stefano SabatiniFix the logic to access the location of a string to...
2008-07-13 Vitor SessakSimplify
2008-07-13 Vitor SessakAnother av_clipf() usage
2008-07-13 Vitor SessakDo not declare as double a var that only stores a float
2008-07-13 Vitor SessakSimplify: use FFMAX
2008-07-13 Reimar Döffingercheck that csize in ff_lzw_decode_init is < LZW_MAXBITS...
2008-07-13 Vitor SessakAdd av_clipf() function to common.h and use it in ra288.c
2008-07-13 Måns Rullgårddvdsubdec: allow compilation with -DDEBUG
2008-07-13 Loren Merrittexploit mdct symmetry
2008-07-13 Ramiro Pollamlpdec: Check for bits left before each read of End...
2008-07-13 Loren Merrittsimplify vorbis windowing
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 Reimar Döffingerclip MS ADPCM predictor range to correct [0..6] range...
2008-07-13 Reimar DöffingerUse bytestream and AV_RL* functions in ADPCM code where...
2008-07-13 Reimar DöffingerFix MS ADPCM de- and encoding: first and second sample...
2008-07-13 Måns Rullgårdmpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
2008-07-13 Måns Rullgårdmathops: add MAC64, MLS64, and MLS16
2008-07-13 Måns RullgårdBitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
2008-07-12 Anuradha SuraparajuFix pts handling when encoding with libschroedinger...
2008-07-12 Anuradha SuraparajuFix pts handling when encoding with libdirac.
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-12 Reimar DöffingerUse new style static VLC tables for IMC decoder.
2008-07-12 Robert SwainTypo and grammar fix
2008-07-12 Robert SwainCorrect a couple of typos
2008-07-12 Reimar Döffinger100l, fix MS ADPCM decoding for e.g. http://samples...
2008-07-12 Reimar Döffinger10l, forgot to replace a / 256 for r14173.
2008-07-11 Reimar DöffingerChange MS ADPCM table so they fit into int8_t and chang...
2008-07-11 Michael Niedermayerindent
2008-07-11 Michael NiedermayerFix not coded channels / silence decoding.
2008-07-11 Michael NiedermayerCheck that we have enough output space available.
2008-07-11 Andreas ÖmanDeprecate avcodec_build(), it returns the same value as
2008-07-11 Diego BiurrunMove #ifdef CONFIG_DVVIDEO_ENCODER up to cover all...
2008-07-11 Diego BiurrunMake preprocessor condition more specific and useful...
2008-07-11 Kostya ShishkovSSE2 optimizations for Monkey's Audio decoder vector...
2008-07-11 Jason Garrett-GlaserH264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
2008-07-10 avcoderRemove useless casts.
2008-07-10 avcoderRemove useless casts.
2008-07-10 Anuradha SuraparajuParse frames to feed the decoder with individual parse...
2008-07-10 Anuradha SuraparajuAdd a parameter for queue size.
2008-07-10 Kostya ShishkovMonkey's Audio decoder vector functions work on input...
2008-07-10 Gregory MontoirMotion Pixels Video Decoder.
2008-07-09 Michael NiedermayerRemove ancient code that hasnt worked in many years.
2008-07-09 Michael NiedermayerNew full search ME
2008-07-09 Alexander StrangeMake the function prototype visible to comply with...
2008-07-09 Peter Rossincrement minor version for commit r14110 (Electronic...
2008-07-09 Michael Niedermayerfloat_to_int16_sse2()
2008-07-09 Michael Niedermayerfix IPCM_decode_error.h264
2008-07-08 Michael NiedermayerFix the av_set_string() free / alloc issue.
2008-07-08 Diego BiurrunRemove wrong casts from vector declarations, this would...
2008-07-08 Peter RossElectronic Arts CMV decoder
2008-07-08 Peter RossRemove AVPaletteControl from ALG MM demuxer/decoder
2008-07-08 Victor PollexMake LOAD4/STORE4 macros more generic.
2008-07-07 Michael Niedermayer1 c-asm loop less and 1x unroll of float_to_int16_sse()
2008-07-07 Michael NiedermayerFix x86-64
2008-07-07 Michael Niedermayerdont use C-asm loops and unroll once float_to_int16_3dnow()
2008-07-07 Benjamin Larssonredundant assignment found by Clang
2008-07-06 Vitor SessakSimplify: glob->phase is always == 3
2008-07-06 Vitor SessakCosmetics: reindent tables
2008-07-06 Vitor SessakRemove phasep context var, it is just phase*5
2008-07-06 Vitor SessakSlighly faster operation
2008-07-06 Vitor SessakTypo in a comment: s/two avoid/to avoid/
2008-07-06 Vitor SessakCosmetics: remove braces
2008-07-06 Vitor SessakAnother use of scalar_product_float()
2008-07-06 Vitor SessakDo not reimplement memmove()
2008-07-06 Gregory MontoirRemove context fields which can be used as simple local...
2008-07-06 Gregory MontoirRemove av_cold attribute on decode_frame and add it...
2008-07-06 Stefano SabatiniDocument av_find_opt().
2008-07-06 Kostya ShishkovAltivec implementation of APE vector functions
2008-07-06 Kostya ShishkovAdd several vector functions used by Monkey's Audio...
2008-07-05 Vitor SessakCosmetics: remove braces
2008-07-05 Vitor SessakCreate a function for float dot product instead of...
2008-07-05 Diego BiurrunAdd correct header #include to fix 'make checkheaders'.
2008-07-05 Diego BiurrunAdd required stdint.h header #include.
2008-07-05 Diego Biurrunspelling cosmetics
2008-07-05 Diego BiurrunAdd a note to remind people that new PCM/ADPCM formats...
2008-07-05 Diego BiurrunRemove unused variable, fixes the warning:
2008-07-04 Vitor SessakWrite for loops in a more standard way. In my opinion...
2008-07-04 Ramiro PollaMLP/TrueHD decoder.
2008-07-04 Vitor SessakMove vars declaration to inner loop when possible
next