Age | Commit message (Expand) | Author |
2007-02-25 | Add av_ prefix to clip functions | Reimar Döffinger |
2007-02-25 | Move the unaltered documentation of the functions which are part of the public | Panagiotis Issaris |
2007-02-25 | rewrite find_frame_end() | Michael Niedermayer |
2007-02-25 | use FFMIN | Ramiro Polla |
2007-02-24 | Only compile snowdsp_mmx.c if the Snow decoder is enabled. | Diego Biurrun |
2007-02-24 | Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. | Diego Biurrun |
2007-02-24 | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun |
2007-02-24 | h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra... | Alexander Strange |
2007-02-24 | Use pointers to avoid copying AVFrame. | Aurelien Jacobs |
2007-02-23 | reorder a few more paddws to reduce dependancy chains | Michael Niedermayer |
2007-02-23 | reorder paddws to reduce dependancy chain | Michael Niedermayer |
2007-02-23 | add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in... | Benoit Fouet |
2007-02-23 | shortening dependancy chain in chroma mc2 | Michael Niedermayer |
2007-02-23 | remove now wrong comment | Michael Niedermayer |
2007-02-23 | fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c... | Michael Niedermayer |
2007-02-23 | use av_noinline instead of __attribute((noinline)) | Aurelien Jacobs |
2007-02-23 | dont check buffer size if the decode function wont be called at all | Michael Niedermayer |
2007-02-23 | av_realloc_static() is an internal function and therefore should use the ff_ ... | Panagiotis Issaris |
2007-02-22 | Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. | Panagiotis Issaris |
2007-02-22 | Doxygenize the existing amr.c documentation. | Panagiotis Issaris |
2007-02-22 | Doxygenize the comments for the av_fast_realloc() function. | Panagiotis Issaris |
2007-02-22 | Doxygenize the comments for the av_free_static() function. | Panagiotis Issaris |
2007-02-22 | Doxygenize the comments for the av_mallocz_static() function. | Panagiotis Issaris |
2007-02-22 | Doxygenize the comments for the av_realloc_static() function. | Panagiotis Issaris |
2007-02-22 | Doxygenize the comments for the av_get_bits_per_sample() function. | Panagiotis Issaris |
2007-02-22 | Doxygenize the comments for the av_get_pict_type_char() function. | Panagiotis Issaris |
2007-02-22 | Doxygenize the comments for the avpicture_free() function. | Panagiotis Issaris |
2007-02-22 | Move the Doxygen function documentation unaltered from libavcodec/utils.c to | Panagiotis Issaris |
2007-02-22 | Add more Doxygen documentation. | Panagiotis Issaris |
2007-02-22 | Fix spelling. | Panagiotis Issaris |
2007-02-22 | The memsetting of the end of buffer is not needed for audio. | Panagiotis Issaris |
2007-02-22 | Stray comment, probably copy & pasted from audio_encode_example(). | Panagiotis Issaris |
2007-02-22 | Fix typo. | Panagiotis Issaris |
2007-02-22 | cosmetics: aswell --> as well typo fix | Diego Biurrun |
2007-02-22 | gcc 2.95 fix | Michael Niedermayer |
2007-02-21 | Correct typo. | Panagiotis Issaris |
2007-02-21 | simplify release_buffer using FFSWAP | Aurelien Jacobs |
2007-02-21 | simplify i386 object handling | Diego Biurrun |
2007-02-21 | output delayed frames | Michael Niedermayer |
2007-02-21 | cosmetics: Fix another common typo, gurantee --> guArantee. | Diego Biurrun |
2007-02-21 | 100l: forgot to reset LS mode on new frame | Kostya Shishkov |
2007-02-21 | cosmetics: Fix a common typo, sepErate --> sepArate. | Diego Biurrun |
2007-02-20 | Add some more Doxygen documentation to libavcodec/utils.c. | Panagiotis Issaris |
2007-02-20 | Add support for MS-GSM codec | Michel Bardiaux |
2007-02-20 | Provide Doxygen documentation. | Panagiotis Issaris |
2007-02-20 | add doxygen docs for avpicture_fill() | Guillaume Poirier |
2007-02-19 | fix comment, get/show_bits(0) does not work | Stefan Gehrer |
2007-02-19 | Remove some old disabled debugging output | Michel Bardiaux |
2007-02-19 | simplify in fill_caches | Loren Merritt |
2007-02-18 | Remove a non-C dependency (being M_PI) from the libavcodec example. | Panagiotis Issaris |