summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov2006-09-041-27/+777
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-042-12/+182
* The license of this file is LGPL, as clarified by Fabrice.Diego Biurrun2006-09-031-2/+13
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-033-6/+105
* Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...Justin Ruggles2006-09-032-2/+2
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ver...Kostya Shishkov2006-09-031-0/+130
* remove redundant declarationsMåns Rullgård2006-09-026-9/+0
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-023-185/+0
* Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov2006-09-021-4/+18
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-022-0/+27
* snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt2006-09-011-139/+15
* fix snow 1pass rc: the qlog used and the one written to the bitstream weren't...Loren Merritt2006-09-011-9/+27
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-312-3/+14
* Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato2006-08-312-7/+7
* Revert previous commitLuca Barbato2006-08-311-4/+4
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-311-2/+2
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-314-14/+189
* SpellingKostya Shishkov2006-08-311-2/+2
* Motion compensation for luma always use halfpel precision.Kostya Shishkov2006-08-311-33/+8
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-301-0/+1
* install opt.hNico Sabbi2006-08-291-1/+1
* slightly faster deblockLoren Merritt2006-08-291-14/+22
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-281-0/+4
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-283-5/+6
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-282-40/+35
* fix buffer handlingMichael Niedermayer2006-08-281-14/+23
* Minimal support for the new pixel formats in libavcodecLuca Abeni2006-08-281-0/+139
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-285-10/+216
* overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer2006-08-271-1/+1
* fix low bitrate mp3Michael Niedermayer2006-08-271-6/+17
* tweak cabac. 0.5% faster h264.Loren Merritt2006-08-271-10/+12
* check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer2006-08-271-1/+4
* unused varMichael Niedermayer2006-08-261-3/+0
* dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...Michael Niedermayer2006-08-261-6/+15
* Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs2006-08-261-1/+1
* make mpa_decode_header() 10 times fasterMichael Niedermayer2006-08-261-1/+0
* another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer2006-08-261-1/+1
* 10l found by valgrindMichael Niedermayer2006-08-261-0/+1
* remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer2006-08-261-223/+123
* 2nd try of skip_bits_long() for the ALT readerMichael Niedermayer2006-08-261-20/+14
* make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer2006-08-261-8/+4
* 3rd try :)Michael Niedermayer2006-08-261-1/+1
* 2nd try for a skip_bits_long() for the A32 readerMichael Niedermayer2006-08-261-7/+2
* move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer2006-08-262-7/+27
* prevent bitstream reader to be overridenMichael Niedermayer2006-08-261-1/+2
* avoid branchMichael Niedermayer2006-08-251-28/+24
* move variable declarations so that their scope is smallerMichael Niedermayer2006-08-251-2/+5
* move the +400 out of the innermost loopMichael Niedermayer2006-08-251-11/+12
* avoid reading exponent twiceMichael Niedermayer2006-08-251-7/+11
* reduce size of vlc table, thats slightly faster hereMichael Niedermayer2006-08-251-2/+2
OpenPOWER on IntegriCloud