286 Commits (03d3cab876cc0dfc4b9d2352653bb3dca64f30f9)

Author SHA1 Message Date
Loren Merritt 815d96a65d oops, revert unrelated change 17 years ago
Loren Merritt dc44d4ad64 unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. 17 years ago
Kostya Shishkov 81fc2f37db Remove check for input buffer size as it does not guarantee that 17 years ago
Aurelien Jacobs b70335a28d add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Reimar Döffinger b1ec601f7f Add request_channels member to AVCodecContext so we now have a proper 17 years ago
Reimar Döffinger 7b07d3e8fe Use defines instead of raw hex numbers to specify CRC polynomials 17 years ago
Ramiro Polla 5e4c7ca224 Add attribute that forces alignment of stack to functions that need it. 18 years ago
David Conrad 42c71907cb Add av_get_bits_per_sample_format() 18 years ago
Michael Niedermayer 0701006e34 ensure that default_get_buffer() doesnt reuse images if the dimension or 18 years ago
Panagiotis Issaris 7868349a91 Return AVERROR(EINVAL) when invalid width and/or height are specified to 18 years ago
Panagiotis Issaris 90f06ceaa0 Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. 18 years ago
Alex Beregszaszi 0509d453b5 set codec_type on init 18 years ago
Ramiro Polla 76353b42fa Remove underscores before fcntl flags 18 years ago
Ramiro Polla 6ffa87d325 Proper check for mkstemp(). 18 years ago
Janne Grunau ab2cfc59a6 free thread context 18 years ago
Stefano Sabatini c0de00dac5 me option implemented as an AVOption 18 years ago
Stefano Sabatini c0ad72a787 split frame rate and frame size abbreviation into two structures 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
Loren Merritt 5b67307a68 fix a crash with svq1 + sse2. 18 years ago
Nicolas George 4f2c36ac4f add the possibility to choose aac profile 18 years ago
Diego Biurrun fe0372296a typos 18 years ago
Michael Niedermayer 5d79e24a98 typo 18 years ago
Kamil Nowosad f87459e419 FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad 18 years ago
Michael Niedermayer 2de4f9eb47 indention 18 years ago
Michael Niedermayer 6e546aaa24 make AVCodec.init() optional 18 years ago
Limin Wang e2f3d94786 Fix H.264 8x8 transform selection 18 years ago
Michael Niedermayer 08cb195020 kill 3 more av_mallocz_static() 18 years ago
Michael Niedermayer 6289025d8c add a -ab with default of 64k 18 years ago
Michael Niedermayer 29301573af add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter 18 years ago
Benoit Fouet 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option. 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Baptiste Coudurier 5a6b9443ed dummy support for mpeg2 non linear quant 18 years ago
Baptiste Coudurier ea0fe83b0f remove ps option and rename rtp_payload_size AVOption to ps 18 years ago
Baptiste Coudurier ccec0f4f94 get rid of rtp_mode field after next major bump 18 years ago
Baptiste Coudurier 39c39d5f25 enable rtp payload size AVOption for video encoding 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 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 5604801191 Fix typo. 18 years ago
Aurelien Jacobs 6829ac8de4 simplify release_buffer using FFSWAP 18 years ago
Panagiotis Issaris 7ad731e99f Add some more Doxygen documentation to libavcodec/utils.c. 18 years ago
Michel Bardiaux 5286d11fcd Spelling fix 18 years ago
Michael Niedermayer e13d80238c doxy for avcodec_encode_video() 18 years ago
Luca Abeni ab1c6dc95c Directly access av_log_level instead of calling av_log_{set, get}_level() 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Michel Bardiaux 65d999d6cf Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, 18 years ago
Michael Niedermayer ac66834c75 avcodec_decode_audio2() 18 years ago
Michael Niedermayer 4785c01668 er and strict also apply to audio theoretically 18 years ago