summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Increase version because of QDM2 decoder additionRoberto Togni2005-10-201-2/+2
* init_get_bits() requires size in bits, not bytesSteve L'Homme2005-10-191-8/+8
* revert useless patch that was supposed to fix DTS support (but the fix belong...Guillaume Poirier2005-10-191-1/+0
* QDM2 compatible decoderRoberto Togni2005-10-182-0/+2567
* QDM2 compatible decoderRoberto Togni2005-10-186-29/+41
* chroma decoding fix by KostyaMike Melanson2005-10-161-1/+1
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-151-2/+2
* TM2 fixes by KostyaMike Melanson2005-10-151-7/+9
* Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POI...Giacomo Comes2005-10-141-0/+1
* gcc 2.95 fix, courtesy of Luca AbeniMike Melanson2005-10-141-2/+2
* support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson2005-10-131-11/+347
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-134-1/+895
* set_se_golomb can only write 16bits, add a note about this (ok, maybe it's br...Alex Beregszaszi2005-10-121-1/+3
* sanity check whether dimensions are non-nullAlex Beregszaszi2005-10-121-0/+3
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-121-2/+2
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-092-0/+115
* Ignore AMR directories.Diego Biurrun2005-10-061-0/+2
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-041-15/+0
* sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt2005-09-301-5/+85
* 6% faster decode_cabac_residualLoren Merritt2005-09-271-34/+38
* 13% faster decode_residual (cavlc).diane_cartman@gmx.de2005-09-271-48/+59
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-262-21/+32
* Fix some #ifdef to allow building amr_wb alone.Michel Bardiaux2005-09-241-1/+5
* fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux2005-09-211-4/+8
* fix unused variable warningsAurelien Jacobs2005-09-213-13/+14
* replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer2005-09-212-17/+17
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-211-0/+1
* changing a few options to AVOptionsMichael Niedermayer2005-09-201-17/+18
* precautionary checksMichael Niedermayer2005-09-201-1/+6
* dont print NULLMichael Niedermayer2005-09-201-1/+3
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-191-29/+0
* set pts for h.263 decodingMichael Niedermayer2005-09-191-0/+1
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-184-6/+6
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-181-3/+8
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-171-0/+4
* set more x264 encoding parametersDario Andrade2005-09-141-0/+4
* the people want lower case ...Michael Niedermayer2005-09-121-135/+135
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-123-2/+3
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-122-2/+2
* converting a few more options to AVOptionsMichael Niedermayer2005-09-121-17/+73
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-122-34/+127
* avoid stdio.hMichael Niedermayer2005-09-112-12/+11
* missing include noticed by g0thMichael Niedermayer2005-09-111-0/+1
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-114-65/+92
* AVOption API improvmentsMichael Niedermayer2005-09-113-135/+220
* add xvid idcts to dct-testMichael Niedermayer2005-09-102-1/+9
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-101-1/+1
* remove unused table entriesMichael Niedermayer2005-09-101-27/+10
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-101-2/+2
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-104-0/+590