summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* avoid stdio.hMichael Niedermayer2005-09-11
* missing include noticed by g0thMichael Niedermayer2005-09-11
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* add xvid idcts to dct-testMichael Niedermayer2005-09-10
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-10
* remove unused table entriesMichael Niedermayer2005-09-10
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-10
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-10
* use av_log in debug modeAlex Beregszaszi2005-09-07
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* a few more raw yuv fourccsMichael Niedermayer2005-09-06
* AVOption first tryMichael Niedermayer2005-09-06
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-05
* set a few variables correctlyMichael Niedermayer2005-09-05
* AV_LOG_DEBUG vs. AV_LOG_ERRORMichael Niedermayer2005-09-05
* fixme noteMichael Niedermayer2005-09-04
* pts must be in time_base unitsMichael Niedermayer2005-09-04
* print fourcc in a readable form if possibleMichael Niedermayer2005-09-03
* simplify (d&a) and (d&~a) calculation, hint by skalMichael Niedermayer2005-09-03
* add consts (this was in my local tree, dunno where it came from, probably for...Michael Niedermayer2005-09-02
* Document "us" parameter for PCM conversion functions.Reimar Döffinger2005-09-02
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* setting timebase in the encoder doesnt seem like a good ideaMichael Niedermayer2005-09-02