summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-06
* cosmetics: indentation after last commitJustin Ruggles2009-05-05
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-05
* Implement av_parse_color().Stefano Sabatini2009-05-05
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-05
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-05
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-05
* mpegaudio: use av_clip()Måns Rullgård2009-05-05
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-05
* Cosmetics: Fix indentation after r18741.Carl Eugen Hoyos2009-05-05
* Do not discard mp3 frames in the parser after a broken frame.Michael Niedermayer2009-05-05
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-05
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-05
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-05
* Change VOFW for x86 to 5120, it allows larger images to be scaled and wasMichael Niedermayer2009-05-05
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-04
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-04
* Add note about nonfree license of libfaac.Diego Biurrun2009-05-04
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-04
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
* Check whether extra bits block has enough data.Laurent Aimar2009-05-03
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Fix chroma shift when scaling from ARGB on LE and BGRA on BECédric Schieli2009-05-02
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-02
* Use new packet reading API, fixes a memory leak.Zdenek Kabelac2009-05-01
* Prefer (void) over () in function prototype.Stefano Sabatini2009-05-01
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-01
* av_get_token()Michael Niedermayer2009-05-01
* Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer2009-05-01
* Factorize quantization matrix loading code out.Michael Niedermayer2009-05-01
* Don't #if a function declaration and properly indent it.Ramiro Polla2009-04-30
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
* Document change in r18719.Ramiro Polla2009-04-30
* Export av_free_packet().Ramiro Polla2009-04-30
* Add missing return statement to out-of-memory condition. Fixes the warning:Diego Biurrun2009-04-30
* configure: fix licence check functionMåns Rullgård2009-04-29
* Drop unused libamr-nb fixed-point glue code.Diego Biurrun2009-04-29
* Require --enable-nonfree for turning on libfaac support.Diego Biurrun2009-04-29
* Factorize GPL and nonfree license checks into a common function.Diego Biurrun2009-04-29
* ARM: Use fewer register in NEON put_pixels _y2 and _xy2David Conrad2009-04-29
* ARM: NEON put_pixels_clampedDavid Conrad2009-04-29
* Convert names to the FFmpeg style.Stefano Sabatini2009-04-28
* Reset eof state on seeking.Michael Niedermayer2009-04-28
* Implement av_get_bits_per_pixel().Stefano Sabatini2009-04-27
* Revert r18700, documentation of deprecated functions might be useful forVitor Sessak2009-04-27
* Check if there is enough bytes before reading the buffer in the EA ADPCMVitor Sessak2009-04-27
* Skip 0x0000 frame footer in EA ADPCM decoder.Vitor Sessak2009-04-27
* Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cCédric Schieli2009-04-27
* Remove useless and outright wrong chatter from avcodec_encode_video().Michael Niedermayer2009-04-27