summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry2006-09-05
* second pass encoding changes:Corey Hickey2006-09-05
* Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.Diego Biurrun2006-09-05
* Try to handle all chunks, previous scheme was not correct.Kostya Shishkov2006-09-05
* Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov2006-09-05
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
* seems the output of that code is never usedMichael Niedermayer2006-09-04
* inline align_get_bits()Måns Rullgård2006-09-04
* error message spelling typoCorey Hickey2006-09-04
* Exchange informal GPL notice by official license header.Diego Biurrun2006-09-04
* VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov2006-09-04
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
* The license of this file is LGPL, as clarified by Fabrice.Diego Biurrun2006-09-03
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-03
* Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...Justin Ruggles2006-09-03
* 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