320 Commits (a6ce3d3d2d40f4a24184a0693bb6ac2d69ba038c)

Author SHA1 Message Date
  Laurent Desnogues a6ce3d3d2d Add command line support for '-idct simplearmv6'. 17 years ago
  Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
  Baptiste Coudurier 8983aa337c enable global_header flag for audio and video encoding, was wrongly part of commit r13722 17 years ago
  Baptiste Coudurier 02226bc8a5 revert wrong part of r13722 commit 17 years ago
  Baptiste Coudurier febea2f2e1 uniformize trellis quant option 17 years ago
  Baptiste Coudurier 89223ef698 add esa/dia compat me options and new tesa for libx264 17 years ago
  Michael Niedermayer 09dafaeba1 Move *_static to bitstream.c which is the only file left which needs 17 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
  Michael Niedermayer f3eec1cf52 Fix closed gop flag disapearence. 17 years ago
  Michael Niedermayer 978805b2c5 Fix possible heap overflow caused by av_fast_realloc() 17 years ago
  Diego Biurrun 2cab640129 typo fixes 17 years ago
  Baptiste Coudurier cbaf50f850 indentation 17 years ago
  Baptiste Coudurier 7ee4dd0282 do not display par and dar if not available 17 years ago
  Panagiotis Issaris d42a814ef1 Make av_class a pointer to a const AVClass. Addresses one warning in 17 years ago
  Aurelien Jacobs 48d533e6fa define BI frame type along with other frame types 17 years ago
  Aurelien Jacobs c06ccb1357 cosmetic: align 17 years ago
  Aurelien Jacobs fbd4293df9 remove more useless mpegvideo.h includes 17 years ago
  Michael Niedermayer 6f08c541b4 floating point AAN IDCT 17 years ago
  Vitor Sessak cf73e32a5f Fix bug I introduced in r11962. 17 years ago
  Michael Niedermayer a939a005f9 Remove apparently unneeded and buggy align. 17 years ago
  Vitor Sessak db7ae7d1b9 Simplify avcodec_default_get_buffer() 17 years ago
  Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
  Paul Kelly f1618fd939 Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may 17 years ago
  Michael Niedermayer 2efa7fd10d Make avcodec_decode_* functions take const input buffers. 17 years ago
  Michael Niedermayer 0431d3b121 one "cast discards qualifiers from pointer target type" less 17 years ago
  Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
  Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
  Reimar Döffinger 9c87b8f777 Check for avcodec_open codec parameter == NULL and return error in that case 17 years ago
  Justin Ruggles 1408352ada Add option for user to scale the amount of dynamic range compression which is 17 years ago
  Måns Rullgård a309073bf4 use av_log_get/set_level() 17 years ago
  Michael Niedermayer 55b9e69a31 av_*_next() API for libavcodec 17 years ago
  Michael Niedermayer 3d86e370d8 make rc_buffer_size apply to audio as well 17 years ago
  Aurelien Jacobs 725d86bfd5 add pcm_s16le_planar support for electronicarts files 17 years ago
  Michel Bardiaux 59771f7191 Print pixel and display aspect ratios 17 years ago
  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 18 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