summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse2010-05-14
* aacenc: Use an estimated codebook for the TLS (two loop search).Alex Converse2010-05-14
* aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse2010-05-14
* aacenc: Fix psy logic.Alex Converse2010-05-14
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos2010-05-13
* Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård2010-05-13
* 1.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer2010-05-13
* Cast constants to float to avoid gcc converting to and fromMichael Niedermayer2010-05-13
* Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer2010-05-13
* Reindent after r23112.Sebastian Vater2010-05-13
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-13
* Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater2010-05-13
* Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater2010-05-13
* Fix compilation with low precission mpeg audio decoding.Michael Niedermayer2010-05-13
* Fix mpegaudio tablegen.Michael Kostylev2010-05-13
* Support writing 2d float arrays.Michael Kostylev2010-05-13
* change a variable-length array to a malloc.Loren Merritt2010-05-12
* Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger2010-05-12
* Do the same sign flip optimization to the low freq decoder.Michael Niedermayer2010-05-11
* Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer2010-05-11
* Optimize decoding high freqs.Michael Niedermayer2010-05-11
* Make lsf_sf_expand() 4 times faster.Michael Niedermayer2010-05-11
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-11
* Set cur_channel in the AAC encoder context where needed.Alex Converse2010-05-11
* Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer2010-05-11
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-11
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-11
* Adding missing () to mathops.h.Michael Niedermayer2010-05-11
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-10
* Optimize decodeplane32().Sebastian Vater2010-05-10
* Ensure that width and height are > 0. avcodec_open() itself only checks thatSebastian Vater2010-05-10
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-10
* Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini2010-05-09
* Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini2010-05-09
* Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini2010-05-09
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-09
* Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater2010-05-09
* IFF: decode last 8 pixels per lineMåns Rullgård2010-05-09
* Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-08
* Another try for fixing/improving decode_video documentation.Reimar Döffinger2010-05-08
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-06
* 10l: store the result of clipping added in r23035Alex Converse2010-05-06
* Error out when too many bits per frame are requested.Alex Converse2010-05-06
* Make the faac inspired quantizer search make sense for a slightly narrower de...Alex Converse2010-05-06
* schroenc: Set colorspace infoDavid Conrad2010-05-05
* schroenc: Use AV_RB32David Conrad2010-05-05
* schroenc: Set open-gopDavid Conrad2010-05-05
* schroenc: Set keyframe intervalDavid Conrad2010-05-05