summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* utf8Måns Rullgård2005-10-14
* 10l, dont make bandwidth statistics negative when feed stops being sent (it w...Alex Beregszaszi2005-10-14
* gcc 2.95 fix, courtesy of Luca AbeniMike Melanson2005-10-14
* documentation updateMike Melanson2005-10-13
* 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
* fix ffserver, it is working for me now again, a more elegant fix is needed th...Alex Beregszaszi2005-10-12
* fix feed read_header, avoid using put_tag in write_header, to be consistent w...Alex Beregszaszi2005-10-12
* 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
* lame bit_rate calculationAlex Beregszaszi2005-10-12
* initial MorphOS supportAlex Beregszaszi2005-10-12
* Change unsigned->signed and int->long, this fits the asm code better on 64Reimar Döffinger2005-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
* This patch to configure makes the --tune option recognise k8 core cpusChris Halse Rogers2005-10-03
* Add all possible shared libraries to the pkg-config files.j@v2v.cc2005-10-02
* Add the flags for faac and mp3lame to $extralibs in configure, so theyDerk-Jan Hartman2005-10-02
* vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >Steven M. Schultz2005-10-01
* sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt2005-09-30
* change my &ccedil; from latin-1 to UTF-8. UTF-8 ownz!François Revol2005-09-29
* Remove references to release or CVS versions, they are misleading.Diego Biurrun2005-09-29
* Since there have been quite a few questions recently on how to use theMartin Boehme2005-09-28
* NetBSD build fix: A forgotten $extraflags caused -lm to fall off.Jan Knutar2005-09-27
* 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
* Tell configure about hppa, s390, mipsel, m68k and ia64 architectures.Sam Hocevar2005-09-24
* spelling fixesDiego Biurrun2005-09-24
* Make configure bail out when confronted with unknown options.Diego Biurrun2005-09-23
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* 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
* Add a leading zero to the sequence files generated by the testsuiteSam Hocevar2005-09-21
* Add some files generated by regression tests.Diego Biurrun2005-09-21
* Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.Diego Biurrun2005-09-20
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
* precautionary checksMichael Niedermayer2005-09-20
* doxygenize a few commentsMichael 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