aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer2008-12-221-4/+1
* IndentMichael Niedermayer2008-12-221-7/+7
* inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.Michael Niedermayer2008-12-221-22/+13
* Negate 2 more variables, 1 cpu cycle faster on pentium dual.Michael Niedermayer2008-12-221-5/+5
* Simplify if/else, no speed changeMichael Niedermayer2008-12-221-5/+1
* Negate a few variables, this simplifies the code and makes it 5 cycles fasterMichael Niedermayer2008-12-221-15/+15
* Simplify ifs(), 8 cpu cycles faster on pentium dualMichael Niedermayer2008-12-221-12/+4
* Simplify if(), 3 cpu cycles faster in pentium dual.Michael Niedermayer2008-12-221-4/+2
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-2244-58/+58
* Decode TIFF image only after all tags have been decodedKostya Shishkov2008-12-221-44/+50
* Some TIFFs declare -1 for the single strip heightKostya Shishkov2008-12-221-0/+2
* Add monochrome TIFF supportKostya Shishkov2008-12-221-0/+3
* Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov2008-12-221-3/+3
* Register TIFF tags for CCITT Group 3 and 4 compression optionsKostya Shishkov2008-12-221-0/+2
* Remove a bunch of unused variables.Diego Biurrun2008-12-221-5/+0
* Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.Diego Biurrun2008-12-221-1/+1
* Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju2008-12-223-21/+193
* Do not use full include path for headers in the same directory.Diego Biurrun2008-12-211-1/+1
* Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer2008-12-212-11/+15
* Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Ă–man2008-12-212-0/+2
* Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer2008-12-211-0/+1
* Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer2008-12-212-5/+6
* Remove useless code.Michael Niedermayer2008-12-211-4/+2
* Only execute clear_blocks() when needed.Michael Niedermayer2008-12-211-4/+3
* AAC: Reindent after last commitRobert Swain2008-12-211-1/+1
* AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse2008-12-212-9/+15
* AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfigAlex Converse2008-12-211-3/+4
* Optimize get_dct8x8_allowed().Michael Niedermayer2008-12-202-8/+5
* RV30 decoderKostya Shishkov2008-12-204-1/+10
* RV30 loop filterKostya Shishkov2008-12-201-0/+122
* Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'Reynaldo H. Verdejo Pinochet2008-12-201-1/+6
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-192-0/+4
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-191-1/+4
* H.264 loopfilter speed tweaksJason Garrett-Glaser2008-12-192-38/+46
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-193-1/+775
* Document new idct requirements.Michael Niedermayer2008-12-191-0/+4
* Fix decoding with the plain C idcts ofMichael Niedermayer2008-12-191-0/+2
* a table for upcoming RV30 loop filteringKostya Shishkov2008-12-191-0/+7
* Add automatic prefix handling to yasm functions. Does nothing now, but willJason Garrett-Glaser2008-12-193-14/+8
* Replace /2 by >>1 in decode_cabac_mb_dqp()Michael Niedermayer2008-12-191-2/+2
* Simplify ctx update in decode_cabac_mb_dqp().Michael Niedermayer2008-12-191-4/+1
* Simplify ctx calculation in decode_cabac_mb_dqp()Michael Niedermayer2008-12-191-4/+1
* Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.Alexander Strange2008-12-191-1/+3
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-193-91/+63
* Simplify chroma AC in CABAC residual decoding.Jason Garrett-Glaser2008-12-191-19/+8
* Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.Michael Niedermayer2008-12-191-8/+2
* Remove unacceptable NULL pointer hack from mc code.Michael Niedermayer2008-12-181-3/+0
* Check ref values in CABAC H.264 for validity.Michael Niedermayer2008-12-181-7/+34
* Move idct_(dc)add closer to where it is needed.Michael Niedermayer2008-12-181-3/+3
* indentMichael Niedermayer2008-12-181-36/+36