summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10
* Mark iir filter init and free functions av_cold.Alex Converse2009-07-10
* Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse2009-07-10
* Eliminate use of complex.h from iirfilter.cAlex Converse2009-07-10
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-09
* Fix declarations of complex numbersMåns Rullgård2009-07-09
* Reindent after last commitAlex Converse2009-07-08
* Prevent AAC frame size overflows.Alex Converse2009-07-08
* Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse2009-07-08
* Turn on AAC rate control.Alex Converse2009-07-08
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-08
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
* Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger2009-07-08
* Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger2009-07-08
* Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier2009-07-08
* 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