16922 Commits (af4c0bcb6ed6f3d679dddfe9c4fd4f73f84fcabc)
 

Author SHA1 Message Date
Carl Eugen Hoyos af4c0bcb6e Silence the following icc warnings: 16 years ago
Andreas Öman 1af34f094e Include "libavutil/common.h" where we use llrint() in case ffmpeg's 16 years ago
Michael Niedermayer ed4c638a07 Fix PTS returned by the demuxers for mpeg4 without a decoder. 16 years ago
Michael Niedermayer c62da7972b Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). 16 years ago
Michael Niedermayer 2f3d7ea974 Fix detection of audio codec in K70707-ARIA229.flv. 16 years ago
Michael Niedermayer befc8fe086 Remove useless code. 16 years ago
Michael Niedermayer c212fb0cb1 Only execute clear_blocks() when needed. 16 years ago
Robert Swain 897c1703d0 AAC: Reindent after last commit 16 years ago
Alex Converse aab5413323 AAC: Fix AAC prediction when used in conjunction with the CPE 16 years ago
Alex Converse 99665a21f4 AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig 16 years ago
Michael Niedermayer 66c07ca96f Optimize get_dct8x8_allowed(). 16 years ago
Kostya Shishkov 6beb8b2612 RV30 decoder 16 years ago
Carl Eugen Hoyos 52476c1bee Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. 16 years ago
Kostya Shishkov 541e8f3bec RV30 loop filter 16 years ago
Reynaldo H. Verdejo Pinochet 3f16ed15df Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' 16 years ago
Stefano Sabatini 64e74b68a4 Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions 16 years ago
Stefano Sabatini 5c548937e0 Cosmetics, change variable name "o2" to "o" in ffserver_opt_default(). 16 years ago
Stefano Sabatini f16dd7e65a Remove calls to deprecated av_set_string2() with calls to 16 years ago
Jason Garrett-Glaser aac8b76983 H.264 loopfilter speed tweaks 16 years ago
Jason Garrett-Glaser a22eff36f9 Port x264 deblocking code to libavcodec. 16 years ago
Diego Biurrun b9263c945f Remove pointless malloc.h #include. 16 years ago
Diego Biurrun bbea3555ec Remove pointless malloc.h #include. 16 years ago
Michael Niedermayer 6a1846eb4a Document new idct requirements. 16 years ago
Michael Niedermayer a5805aa9d1 Fix decoding with the plain C idcts of 16 years ago
Kostya Shishkov bbc888d0c5 a table for upcoming RV30 loop filtering 16 years ago
Jason Garrett-Glaser 40c7d0ae3c Add automatic prefix handling to yasm functions. Does nothing now, but will 16 years ago
Michael Niedermayer a5b807a6c1 Replace /2 by >>1 in decode_cabac_mb_dqp() 16 years ago
Michael Niedermayer 1aea5d35e5 Simplify ctx update in decode_cabac_mb_dqp(). 16 years ago
Michael Niedermayer 7cfca0dfd8 Simplify ctx calculation in decode_cabac_mb_dqp() 16 years ago
Alexander Strange d43696309a Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. 16 years ago
Alexander Strange 1ca610c015 Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv 16 years ago
Jason Garrett-Glaser 712ca84c21 Move filter_luma_intra into dsputil for later addition of asm. 16 years ago
Jason Garrett-Glaser b9fe706305 Simplify chroma AC in CABAC residual decoding. 16 years ago
Michael Niedermayer 8955b66950 Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari. 16 years ago
Michael Niedermayer 17779f39b6 Remove unacceptable NULL pointer hack from mc code. 16 years ago
Michael Niedermayer 04618b98e3 Check ref values in CABAC H.264 for validity. 16 years ago
Michael Niedermayer c25ac15a07 Move idct_(dc)add closer to where it is needed. 16 years ago
Michael Niedermayer aebb5d6d96 indent 16 years ago
Michael Niedermayer 96465b90a1 Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass 16 years ago
Michael Niedermayer 6456d6d87c s/h->cbp_table[mb_xy]/h->cbp/ 16 years ago
Michael Niedermayer 04824298a9 Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari. 16 years ago
Jason Garrett-Glaser 93445d1617 Replace i by trailing_ones, part of a patch by dark shikari. 16 years ago
Michael Niedermayer c375d87f6f Remove if() surrounding decode_cabac_mb_type() that can never be true. 16 years ago
Michael Niedermayer c325b5054f Remove unreachable else clause, found by dark shikari. 16 years ago
Michael Niedermayer dae006d7d7 Remove useless IS_8x8DCT check i forgot, spotted by dark shikari. 16 years ago
Michael Niedermayer 2a5a9c2815 10l, svq3 didnt set h->cbp, this broke decoding a little. 16 years ago
Baptiste Coudurier 364df7b7b9 cosmetics, remove useless parenthesis and whitespaces 16 years ago
Baptiste Coudurier a15328249d set alac channels from extradata, fix alac mono in m4a 16 years ago
Kostya Shishkov efeb298ea0 cosmetics: remove one unneeded space 16 years ago
Michael Niedermayer 1eb960352b Do not calculate idct_dc_add/idct_add when the variables are unused. 16 years ago