summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* whitespace cosmetics: Realign colums after last commit.Diego Biurrun2009-07-07
* Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of justDiego Biurrun2009-07-07
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-07
* Change av_free to av_freepReimar Döffinger2009-07-06
* Reallocate internal buffer when coded frame size changes.Reimar Döffinger2009-07-06
* Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger2009-07-06
* Remove useless ret variable added in last revision again.Reimar Döffinger2009-07-06
* 100l, theora_decode_init must pass on errors from vp3_decode_initReimar Döffinger2009-07-06
* Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.Reimar Döffinger2009-07-06
* Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger2009-07-05
* Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger2009-07-05
* Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger2009-07-05
* vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs2009-07-05
* Check that palctrl is available on init instead of crashing when trying to useReimar Döffinger2009-07-05
* fix a buffer overrun on corrupt huffyuv streamsLoren Merritt2009-07-04
* ARM: NEON VP3 IDCTDavid Conrad2009-07-04
* If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger2009-07-04
* Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger2009-07-04
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-04
* mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger2009-07-04
* H.264: Check the return value of decode_vui_parameters()Alexander Strange2009-07-04
* H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange2009-07-03
* Cleanup properly at the end of MPEG Audio parsing.Art Clarke2009-07-02
* Revert r19317, "simplify slice_end, return size of output frame".Baptiste Coudurier2009-07-01
* indentMichael Niedermayer2009-07-01
* Make sure we dont read over the end.Michael Niedermayer2009-07-01
* Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård2009-07-01
* simplify slice_end, return size of output frameBaptiste Coudurier2009-07-01
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-01
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-01
* add missing \n to error messageBaptiste Coudurier2009-07-01
* ADPCM: remove unreachable break statement after returnMåns Rullgård2009-07-01
* Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser2009-06-30
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-30
* fix slice header checkingStefan Gehrer2009-06-30
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-30
* Support RGB48 PNG decodingKostya Shishkov2009-06-30
* Rewrite mp3 parser. New code is much simpler and does not dropMichael Niedermayer2009-06-30
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-29
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Revert r19149 "Disable native Vorbis encoder"David Conrad2009-06-29
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-27
* Pitch delay decodingVladimir Voroshilov2009-06-26
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-26
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-24
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-24
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-24
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-23
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-23