summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ver...Kostya Shishkov2006-09-03
* remove redundant declarationsMåns Rullgård2006-09-02
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-02
* Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov2006-09-02
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-02
* snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt2006-09-01
* fix snow 1pass rc: the qlog used and the one written to the bitstream weren't...Loren Merritt2006-09-01
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-31
* Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato2006-08-31
* Revert previous commitLuca Barbato2006-08-31
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-31
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
* SpellingKostya Shishkov2006-08-31
* Motion compensation for luma always use halfpel precision.Kostya Shishkov2006-08-31
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
* install opt.hNico Sabbi2006-08-29
* slightly faster deblockLoren Merritt2006-08-29
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-28
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-28
* fix buffer handlingMichael Niedermayer2006-08-28
* Minimal support for the new pixel formats in libavcodecLuca Abeni2006-08-28
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28
* overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer2006-08-27
* fix low bitrate mp3Michael Niedermayer2006-08-27
* tweak cabac. 0.5% faster h264.Loren Merritt2006-08-27
* check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer2006-08-27
* unused varMichael Niedermayer2006-08-26
* dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...Michael Niedermayer2006-08-26
* Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs2006-08-26
* make mpa_decode_header() 10 times fasterMichael Niedermayer2006-08-26
* another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer2006-08-26
* 10l found by valgrindMichael Niedermayer2006-08-26
* remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer2006-08-26
* 2nd try of skip_bits_long() for the ALT readerMichael Niedermayer2006-08-26
* make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer2006-08-26
* 3rd try :)Michael Niedermayer2006-08-26
* 2nd try for a skip_bits_long() for the A32 readerMichael Niedermayer2006-08-26
* move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer2006-08-26
* prevent bitstream reader to be overridenMichael Niedermayer2006-08-26
* avoid branchMichael Niedermayer2006-08-25
* move variable declarations so that their scope is smallerMichael Niedermayer2006-08-25
* move the +400 out of the innermost loopMichael Niedermayer2006-08-25
* avoid reading exponent twiceMichael Niedermayer2006-08-25
* reduce size of vlc table, thats slightly faster hereMichael Niedermayer2006-08-25
* try to avoid l3_unscale() by using a tableMichael Niedermayer2006-08-25
* replace l3_unscale(1, exponents[pos]) by LUTMichael Niedermayer2006-08-25
* maybe fixing the segfault on ARMMichael Niedermayer2006-08-25
* cook shouldn't try to enforce the bitstream reader typeAurelien Jacobs2006-08-24
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-24