summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* extradata endianness commentMichael Niedermayer2005-11-04
* tidier cabac_intra4x4_pred_modeLoren Merritt2005-11-03
* Typo fixGuillaume Poirier2005-11-02
* no mixing of code and declarationsMåns Rullgård2005-10-28
* Make rle_code int everywhere instead of signed char.Matthieu Castet2005-10-28
* 25% faster deblocking, 4-6% overall.Loren Merritt2005-10-28
* fix a crash on dropped framesLoren Merritt2005-10-27
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-27
* avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.Emiliano Parasassi2005-10-26
* 10l: cqm weren't initialized in svq3.Loren Merritt2005-10-26
* decode custom quant matrices.Loren Merritt2005-10-25
* Add DTS_INC to the CFLAGS for DTS. This is only set by external configureDiego Biurrun2005-10-23
* Increase version because of QDM2 decoder additionRoberto Togni2005-10-20
* init_get_bits() requires size in bits, not bytesSteve L'Homme2005-10-19
* revert useless patch that was supposed to fix DTS support (but the fix belong...Guillaume Poirier2005-10-19
* QDM2 compatible decoderRoberto Togni2005-10-18
* QDM2 compatible decoderRoberto Togni2005-10-18
* chroma decoding fix by KostyaMike Melanson2005-10-16
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-15
* TM2 fixes by KostyaMike Melanson2005-10-15
* Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POI...Giacomo Comes2005-10-14
* gcc 2.95 fix, courtesy of Luca AbeniMike Melanson2005-10-14
* support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson2005-10-13
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-13
* set_se_golomb can only write 16bits, add a note about this (ok, maybe it's br...Alex Beregszaszi2005-10-12
* sanity check whether dimensions are non-nullAlex Beregszaszi2005-10-12
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-12
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-09
* Ignore AMR directories.Diego Biurrun2005-10-06
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
* sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt2005-09-30
* 6% faster decode_cabac_residualLoren Merritt2005-09-27
* 13% faster decode_residual (cavlc).diane_cartman@gmx.de2005-09-27
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
* Fix some #ifdef to allow building amr_wb alone.Michel Bardiaux2005-09-24
* fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux2005-09-21
* fix unused variable warningsAurelien Jacobs2005-09-21
* replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer2005-09-21
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-21
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
* precautionary checksMichael Niedermayer2005-09-20
* dont print NULLMichael Niedermayer2005-09-20
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-19
* set pts for h.263 decodingMichael Niedermayer2005-09-19
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-17
* set more x264 encoding parametersDario Andrade2005-09-14
* the people want lower case ...Michael Niedermayer2005-09-12
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12