Commit History

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. 17 years ago
  David Conrad 42c71907cb Add av_get_bits_per_sample_format() 17 years ago
  Michael Niedermayer 0701006e34 ensure that default_get_buffer() doesnt reuse images if the dimension or 17 years ago
  Panagiotis Issaris 7868349a91 Return AVERROR(EINVAL) when invalid width and/or height are specified to 17 years ago
  Panagiotis Issaris 90f06ceaa0 Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. 17 years ago
  Alex Beregszaszi 0509d453b5 set codec_type on init 17 years ago
  Ramiro Polla 76353b42fa Remove underscores before fcntl flags 17 years ago
  Ramiro Polla 6ffa87d325 Proper check for mkstemp(). 17 years ago
  Janne Grunau ab2cfc59a6 free thread context 17 years ago
  Stefano Sabatini c0de00dac5 me option implemented as an AVOption 17 years ago
  Stefano Sabatini c0ad72a787 split frame rate and frame size abbreviation into two structures 17 years ago
  Diego Biurrun 755bfeabcc misc spelling fixes 17 years ago
  Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 17 years ago
  Loren Merritt 5b67307a68 fix a crash with svq1 + sse2. 17 years ago
  Nicolas George 4f2c36ac4f add the possibility to choose aac profile 17 years ago
  Diego Biurrun fe0372296a typos 17 years ago
  Michael Niedermayer 5d79e24a98 typo 17 years ago
  Kamil Nowosad f87459e419 FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad 17 years ago
  Michael Niedermayer 2de4f9eb47 indention 17 years ago
  Michael Niedermayer 6e546aaa24 make AVCodec.init() optional 17 years ago
  Limin Wang e2f3d94786 Fix H.264 8x8 transform selection 17 years ago
  Michael Niedermayer 08cb195020 kill 3 more av_mallocz_static() 17 years ago
  Michael Niedermayer 6289025d8c add a -ab with default of 64k 17 years ago
  Michael Niedermayer 29301573af add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter 17 years ago
  Benoit Fouet 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option. 17 years ago
  Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 17 years ago
  Baptiste Coudurier 5a6b9443ed dummy support for mpeg2 non linear quant 17 years ago
  Baptiste Coudurier ea0fe83b0f remove ps option and rename rtp_payload_size AVOption to ps 17 years ago
  Baptiste Coudurier ccec0f4f94 get rid of rtp_mode field after next major bump 17 years ago
  Baptiste Coudurier 39c39d5f25 enable rtp payload size AVOption for video encoding 17 years ago
  Michael Niedermayer 9c856d62be dont check buffer size if the decode function wont be called at all 17 years ago
  Panagiotis Issaris 5dad0282b5 av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. 17 years ago
  Panagiotis Issaris 8ab4861cc2 Move the Doxygen function documentation unaltered from libavcodec/utils.c to 17 years ago
  Panagiotis Issaris f9ec0aa1a9 Add more Doxygen documentation. 17 years ago
  Panagiotis Issaris 5604801191 Fix typo. 17 years ago
  Aurelien Jacobs 6829ac8de4 simplify release_buffer using FFSWAP 17 years ago
  Panagiotis Issaris 7ad731e99f Add some more Doxygen documentation to libavcodec/utils.c. 17 years ago
  Michel Bardiaux 5286d11fcd Spelling fix 17 years ago
  Michael Niedermayer e13d80238c doxy for avcodec_encode_video() 17 years ago
  Luca Abeni ab1c6dc95c Directly access av_log_level instead of calling av_log_{set, get}_level() 17 years ago
  Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 17 years ago
  Michel Bardiaux 65d999d6cf Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, 17 years ago
  Michael Niedermayer ac66834c75 avcodec_decode_audio2() 17 years ago
  Michael Niedermayer 4785c01668 er and strict also apply to audio theoretically 17 years ago