4478 Commits (0268a54a65238ab80259010b8f44060af6dfed11)

Author SHA1 Message Date
Michael Niedermayer 0268a54a65 rewrite find_frame_end() 18 years ago
Ramiro Polla 0b2d5a8ed5 use FFMIN 18 years ago
Diego Biurrun e870111e4f Only compile snowdsp_mmx.c if the Snow decoder is enabled. 18 years ago
Diego Biurrun d42f88025a Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Alexander Strange bd91fee3d7 h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) 18 years ago
Aurelien Jacobs 65a455a879 Use pointers to avoid copying AVFrame. 18 years ago
Michael Niedermayer 58e31fb1d5 reorder a few more paddws to reduce dependancy chains 18 years ago
Michael Niedermayer b4fe97696c reorder paddws to reduce dependancy chain 18 years ago
Benoit Fouet 9ff77d1797 add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c 18 years ago
Michael Niedermayer 0c67082e02 shortening dependancy chain in chroma mc2 18 years ago
Michael Niedermayer af26516261 remove now wrong comment 18 years ago
Michael Niedermayer 61240ae556 fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) 18 years ago
Aurelien Jacobs f0b23422fa use av_noinline instead of __attribute((noinline)) 18 years ago
Michael Niedermayer 9c856d62be dont check buffer size if the decode function wont be called at all 18 years ago
Panagiotis Issaris 5dad0282b5 av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. 18 years ago
Panagiotis Issaris beebfdb1e8 Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. 18 years ago
Panagiotis Issaris e0b67c7618 Doxygenize the existing amr.c documentation. 18 years ago
Panagiotis Issaris 4267e90dd0 Doxygenize the comments for the av_fast_realloc() function. 18 years ago
Panagiotis Issaris 8079a686c3 Doxygenize the comments for the av_free_static() function. 18 years ago
Panagiotis Issaris 9c5cb112ca Doxygenize the comments for the av_mallocz_static() function. 18 years ago
Panagiotis Issaris 3d0a39fa2d Doxygenize the comments for the av_realloc_static() function. 18 years ago
Panagiotis Issaris 2fa378a72c Doxygenize the comments for the av_get_bits_per_sample() function. 18 years ago
Panagiotis Issaris 8f6260af48 Doxygenize the comments for the av_get_pict_type_char() function. 18 years ago
Panagiotis Issaris 8fc3d25c0a Doxygenize the comments for the avpicture_free() function. 18 years ago
Panagiotis Issaris 8ab4861cc2 Move the Doxygen function documentation unaltered from libavcodec/utils.c to 18 years ago
Panagiotis Issaris f9ec0aa1a9 Add more Doxygen documentation. 18 years ago
Panagiotis Issaris 930344d854 Fix spelling. 18 years ago
Panagiotis Issaris b24daebf22 The memsetting of the end of buffer is not needed for audio. 18 years ago
Panagiotis Issaris f6618b0f43 Stray comment, probably copy & pasted from audio_encode_example(). 18 years ago
Panagiotis Issaris 5604801191 Fix typo. 18 years ago
Diego Biurrun 3700dab4f2 cosmetics: aswell --> as well typo fix 18 years ago
Michael Niedermayer 470d2d03cc gcc 2.95 fix 18 years ago
Panagiotis Issaris 85975aa9a5 Correct typo. 18 years ago
Aurelien Jacobs 6829ac8de4 simplify release_buffer using FFSWAP 18 years ago
Diego Biurrun 3dc09ed188 simplify i386 object handling 18 years ago
Michael Niedermayer 97bbb8851b output delayed frames 18 years ago
Diego Biurrun 57177f648d cosmetics: Fix another common typo, gurantee --> guArantee. 18 years ago
Kostya Shishkov 391fcef9a9 100l: forgot to reset LS mode on new frame 18 years ago
Diego Biurrun 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
Panagiotis Issaris 7ad731e99f Add some more Doxygen documentation to libavcodec/utils.c. 18 years ago
Michel Bardiaux 346a655d46 Add support for MS-GSM codec 18 years ago
Panagiotis Issaris 758a6b3c06 Provide Doxygen documentation. 18 years ago
Guillaume Poirier bb0f999bbb add doxygen docs for avpicture_fill() 18 years ago
Stefan Gehrer 0ac47d632f fix comment, get/show_bits(0) does not work 18 years ago
Michel Bardiaux 78104b5d76 Remove some old disabled debugging output 18 years ago
Loren Merritt 4672503d8c simplify in fill_caches 18 years ago
Panagiotis Issaris 9b2bb40341 Remove a non-C dependency (being M_PI) from the libavcodec example. 18 years ago
Benjamin Larsson 0564528eff Clairyfication of the gain tool struct. 18 years ago
Måns Rullgård 459022f504 fix for x86-64 18 years ago