| Commit message (Expand) | Author | Age | Files | Lines |
* | Only compile snowdsp_mmx.c if the Snow decoder is enabled. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. | Diego Biurrun | 2007-02-24 | 1 | -2/+2 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 7 | -11/+11 |
* | h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra... | Alexander Strange | 2007-02-24 | 1 | -19/+46 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-24 | 1 | -30/+33 |
* | reorder a few more paddws to reduce dependancy chains | Michael Niedermayer | 2007-02-23 | 1 | -2/+2 |
* | reorder paddws to reduce dependancy chain | Michael Niedermayer | 2007-02-23 | 1 | -1/+1 |
* | add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in... | Benoit Fouet | 2007-02-23 | 1 | -0/+1 |
* | shortening dependancy chain in chroma mc2 | Michael Niedermayer | 2007-02-23 | 1 | -6/+6 |
* | remove now wrong comment | Michael Niedermayer | 2007-02-23 | 1 | -2/+0 |
* | fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c... | Michael Niedermayer | 2007-02-23 | 1 | -2/+5 |
* | use av_noinline instead of __attribute((noinline)) | Aurelien Jacobs | 2007-02-23 | 1 | -1/+1 |
* | dont check buffer size if the decode function wont be called at all | Michael Niedermayer | 2007-02-23 | 1 | -11/+12 |
* | av_realloc_static() is an internal function and therefore should use the ff_ ... | Panagiotis Issaris | 2007-02-23 | 2 | -3/+3 |
* | Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. | Panagiotis Issaris | 2007-02-22 | 2 | -9/+9 |
* | Doxygenize the existing amr.c documentation. | Panagiotis Issaris | 2007-02-22 | 1 | -34/+45 |
* | Doxygenize the comments for the av_fast_realloc() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |
* | Doxygenize the comments for the av_free_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -2/+2 |
* | Doxygenize the comments for the av_mallocz_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+6 |
* | Doxygenize the comments for the av_realloc_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+5 |
* | Doxygenize the comments for the av_get_bits_per_sample() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |
* | Doxygenize the comments for the av_get_pict_type_char() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |
* | Doxygenize the comments for the avpicture_free() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+5 |
* | Move the Doxygen function documentation unaltered from libavcodec/utils.c to | Panagiotis Issaris | 2007-02-22 | 2 | -21/+25 |
* | Add more Doxygen documentation. | Panagiotis Issaris | 2007-02-22 | 2 | -81/+199 |
* | Fix spelling. | Panagiotis Issaris | 2007-02-22 | 1 | -6/+6 |
* | The memsetting of the end of buffer is not needed for audio. | Panagiotis Issaris | 2007-02-22 | 1 | -3/+0 |
* | Stray comment, probably copy & pasted from audio_encode_example(). | Panagiotis Issaris | 2007-02-22 | 1 | -2/+0 |
* | Fix typo. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+1 |
* | cosmetics: aswell --> as well typo fix | Diego Biurrun | 2007-02-22 | 2 | -2/+2 |
* | gcc 2.95 fix | Michael Niedermayer | 2007-02-22 | 1 | -3/+3 |
* | Correct typo. | Panagiotis Issaris | 2007-02-21 | 1 | -1/+1 |
* | simplify release_buffer using FFSWAP | Aurelien Jacobs | 2007-02-21 | 1 | -4/+2 |
* | simplify i386 object handling | Diego Biurrun | 2007-02-21 | 1 | -6/+2 |
* | output delayed frames | Michael Niedermayer | 2007-02-21 | 1 | -0/+20 |
* | cosmetics: Fix another common typo, gurantee --> guArantee. | Diego Biurrun | 2007-02-21 | 1 | -2/+2 |
* | 100l: forgot to reset LS mode on new frame | Kostya Shishkov | 2007-02-21 | 1 | -0/+3 |
* | cosmetics: Fix a common typo, sepErate --> sepArate. | Diego Biurrun | 2007-02-21 | 2 | -4/+6 |
* | Add some more Doxygen documentation to libavcodec/utils.c. | Panagiotis Issaris | 2007-02-20 | 1 | -4/+44 |
* | Add support for MS-GSM codec | Michel Bardiaux | 2007-02-20 | 3 | -18/+70 |
* | Provide Doxygen documentation. | Panagiotis Issaris | 2007-02-20 | 1 | -6/+10 |
* | add doxygen docs for avpicture_fill() | Guillaume Poirier | 2007-02-20 | 1 | -15/+39 |
* | fix comment, get/show_bits(0) does not work | Stefan Gehrer | 2007-02-19 | 1 | -2/+2 |
* | Remove some old disabled debugging output | Michel Bardiaux | 2007-02-19 | 1 | -10/+0 |
* | simplify in fill_caches | Loren Merritt | 2007-02-19 | 1 | -29/+16 |
* | Remove a non-C dependency (being M_PI) from the libavcodec example. | Panagiotis Issaris | 2007-02-18 | 1 | -1/+3 |
* | Clairyfication of the gain tool struct. | Benjamin Larsson | 2007-02-18 | 1 | -9/+9 |
* | fix for x86-64 | Måns Rullgård | 2007-02-18 | 1 | -1/+1 |
* | Don't use byte swaps and use the more portable way | Benjamin Larsson | 2007-02-18 | 1 | -8/+8 |
* | factorize more calls to fill_rectangle() | Michael Niedermayer | 2007-02-18 | 1 | -6/+9 |