aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-121-10/+5
* Cosmetics: reindent after last commitAlex Converse2009-07-101-1/+1
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-102-7/+16
* Mark iir filter init and free functions av_cold.Alex Converse2009-07-101-4/+4
* Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse2009-07-101-1/+1
* Eliminate use of complex.h from iirfilter.cAlex Converse2009-07-101-12/+27
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-093-13/+13
* Fix declarations of complex numbersMåns Rullgård2009-07-091-2/+2
* Reindent after last commitAlex Converse2009-07-081-41/+41
* Prevent AAC frame size overflows.Alex Converse2009-07-081-4/+10
* Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse2009-07-081-5/+16
* Turn on AAC rate control.Alex Converse2009-07-082-14/+6
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-084-51/+36
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-084-109/+135
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-086-288/+288
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-089-115/+1991
* Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger2009-07-081-0/+5
* Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger2009-07-081-1/+1
* Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier2009-07-081-1/+4
* whitespace cosmetics: Realign colums after last commit.Diego Biurrun2009-07-071-4/+4
* Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of justDiego Biurrun2009-07-071-12/+16
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-073-452/+0
* Change av_free to av_freepReimar Döffinger2009-07-061-3/+3
* Reallocate internal buffer when coded frame size changes.Reimar Döffinger2009-07-061-0/+12
* Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger2009-07-061-3/+4
* Remove useless ret variable added in last revision again.Reimar Döffinger2009-07-061-3/+1
* 100l, theora_decode_init must pass on errors from vp3_decode_initReimar Döffinger2009-07-061-2/+3
* Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.Reimar Döffinger2009-07-061-10/+19
* Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger2009-07-051-1/+6
* Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger2009-07-051-2/+9
* Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger2009-07-051-0/+2
* vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs2009-07-051-2/+4
* Check that palctrl is available on init instead of crashing when trying to useReimar Döffinger2009-07-051-0/+4
* fix a buffer overrun on corrupt huffyuv streamsLoren Merritt2009-07-041-5/+12
* ARM: NEON VP3 IDCTDavid Conrad2009-07-042-0/+292
* If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger2009-07-041-0/+4
* Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger2009-07-041-0/+2
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-042-0/+11
* mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger2009-07-041-18/+2
* H.264: Check the return value of decode_vui_parameters()Alexander Strange2009-07-041-1/+2
* H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange2009-07-031-1/+4
* Cleanup properly at the end of MPEG Audio parsing.Art Clarke2009-07-021-1/+1
* Revert r19317, "simplify slice_end, return size of output frame".Baptiste Coudurier2009-07-011-5/+9
* indentMichael Niedermayer2009-07-011-7/+7
* Make sure we dont read over the end.Michael Niedermayer2009-07-011-0/+13
* Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård2009-07-011-3/+2
* simplify slice_end, return size of output frameBaptiste Coudurier2009-07-011-9/+5
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-014-20/+23
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-012-2/+2
* add missing \n to error messageBaptiste Coudurier2009-07-011-1/+1