summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* RV30 decoderKostya Shishkov2008-12-20
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-20
* RV30 loop filterKostya Shishkov2008-12-20
* Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'Reynaldo H. Verdejo Pinochet2008-12-20
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-19
* Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().Stefano Sabatini2008-12-19
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-19
* H.264 loopfilter speed tweaksJason Garrett-Glaser2008-12-19
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-19
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Document new idct requirements.Michael Niedermayer2008-12-19
* Fix decoding with the plain C idcts ofMichael Niedermayer2008-12-19
* a table for upcoming RV30 loop filteringKostya Shishkov2008-12-19
* Add automatic prefix handling to yasm functions. Does nothing now, but willJason Garrett-Glaser2008-12-19
* Replace /2 by >>1 in decode_cabac_mb_dqp()Michael Niedermayer2008-12-19
* Simplify ctx update in decode_cabac_mb_dqp().Michael Niedermayer2008-12-19
* Simplify ctx calculation in decode_cabac_mb_dqp()Michael Niedermayer2008-12-19
* Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.Alexander Strange2008-12-19
* Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkvAlexander Strange2008-12-19
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-19
* Simplify chroma AC in CABAC residual decoding.Jason Garrett-Glaser2008-12-19
* Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.Michael Niedermayer2008-12-19
* Remove unacceptable NULL pointer hack from mc code.Michael Niedermayer2008-12-18
* Check ref values in CABAC H.264 for validity.Michael Niedermayer2008-12-18
* Move idct_(dc)add closer to where it is needed.Michael Niedermayer2008-12-18
* indentMichael Niedermayer2008-12-18
* Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypassMichael Niedermayer2008-12-18
* s/h->cbp_table[mb_xy]/h->cbp/Michael Niedermayer2008-12-18
* Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari.Michael Niedermayer2008-12-18
* Replace i by trailing_ones, part of a patch by dark shikari.Jason Garrett-Glaser2008-12-18
* Remove if() surrounding decode_cabac_mb_type() that can never be true.Michael Niedermayer2008-12-18
* Remove unreachable else clause, found by dark shikari.Michael Niedermayer2008-12-18
* Remove useless IS_8x8DCT check i forgot, spotted by dark shikari.Michael Niedermayer2008-12-18
* 10l, svq3 didnt set h->cbp, this broke decoding a little.Michael Niedermayer2008-12-18
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-18
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-18
* cosmetics: remove one unneeded spaceKostya Shishkov2008-12-18
* Do not calculate idct_dc_add/idct_add when the variables are unused.Michael Niedermayer2008-12-18
* Remove redundant nnz variable.Michael Niedermayer2008-12-18
* indentMichael Niedermayer2008-12-18
* Use the new idct functions (except chroma as it was slower in benchmarks)Michael Niedermayer2008-12-18
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-18
* Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2008-12-18
* Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje2008-12-18
* Skip non intra luma code when there is no coded luma.Michael Niedermayer2008-12-18
* 1.6x faster pred*_vertical_add_cLoren Merritt2008-12-18
* Skip chroma handling when there is no coded chroma.Michael Niedermayer2008-12-18
* Fix weird indent.Stefano Sabatini2008-12-18
* Implement size autodetection if one of the width and heightStefano Sabatini2008-12-17