aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with low precission mpeg audio decoding.Michael Niedermayer2010-05-131-2/+1
* Fix mpegaudio tablegen.Michael Kostylev2010-05-131-0/+8
* Support writing 2d float arrays.Michael Kostylev2010-05-132-0/+2
* change a variable-length array to a malloc.Loren Merritt2010-05-121-3/+8
* Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger2010-05-121-0/+1
* Do the same sign flip optimization to the low freq decoder.Michael Niedermayer2010-05-111-14/+13
* Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer2010-05-111-13/+17
* Optimize decoding high freqs.Michael Niedermayer2010-05-111-4/+12
* Make lsf_sf_expand() 4 times faster.Michael Niedermayer2010-05-111-16/+24
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-116-148/+294
* Set cur_channel in the AAC encoder context where needed.Alex Converse2010-05-111-0/+2
* Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer2010-05-111-1/+0
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-111-0/+1
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-111-16/+18
* Adding missing () to mathops.h.Michael Niedermayer2010-05-111-3/+3
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-101-7/+6
* Optimize decodeplane32().Sebastian Vater2010-05-101-8/+46
* Ensure that width and height are > 0. avcodec_open() itself only checks thatSebastian Vater2010-05-101-0/+2
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-101-1/+14
* Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini2010-05-091-1/+5
* Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini2010-05-091-0/+10
* Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini2010-05-091-0/+7
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-091-0/+1
* Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater2010-05-091-8/+6
* IFF: decode last 8 pixels per lineMåns Rullgård2010-05-091-1/+2
* Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-081-7/+48
* Another try for fixing/improving decode_video documentation.Reimar Döffinger2010-05-081-2/+2
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-063-1/+15
* 10l: store the result of clipping added in r23035Alex Converse2010-05-061-1/+1
* Error out when too many bits per frame are requested.Alex Converse2010-05-061-0/+4
* Make the faac inspired quantizer search make sense for a slightly narrower de...Alex Converse2010-05-061-7/+9
* schroenc: Set colorspace infoDavid Conrad2010-05-051-0/+18
* schroenc: Use AV_RB32David Conrad2010-05-051-4/+2
* schroenc: Set open-gopDavid Conrad2010-05-051-0/+3
* schroenc: Set keyframe intervalDavid Conrad2010-05-051-0/+2
* schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad2010-05-051-7/+6
* schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad2010-05-051-3/+0
* Align plane size to word-boundary.Sebastian Vater2010-05-051-3/+3
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-031-10/+10
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-032-4/+4
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-031-1/+2
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-021-1/+1
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-021-0/+2
* Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje2010-05-011-1/+1
* Enforce time border monotonicity.Alex Converse2010-04-301-0/+7
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-301-7/+9
* Increase size of patch_borders[].Alex Converse2010-04-301-1/+1
* avi bgr24 padding fix.Michael Niedermayer2010-04-301-0/+2
* ReindentAlex Converse2010-04-302-24/+24
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-303-24/+25