]> git.sesse.net Git - ffmpeg/history - libavcodec
fix out of tree builds
[ffmpeg] / libavcodec /
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-09-09 Kostya ShishkovSupport for BI-frames in Advanced Profile
2006-09-09 Kostya ShishkovDon't print header bits by default
2006-09-09 Kostya Shishkov[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from...
2006-09-09 Kostya Shishkov[Cosmetics] Remove some done TODOs/FIXMEs from comments
2006-09-09 Kostya ShishkovProper support for B/BI frames
2006-09-09 Panagiotis Issarisundefines a few temporary defines which were not undefi...
2006-09-08 Michael Niedermayerprint more correct error messges
2006-09-07 Kostya ShishkovHandle the rest of known blocks (by skipping them)
2006-09-07 Kostya ShishkovTests for overreading input data
2006-09-07 Kostya ShishkovCursor drawing support
2006-09-06 Diego BiurrunSwitch license from GPL to LGPL. The original author...
2006-09-05 Alan CurryFix buffer handling for stereo mace files, fixes some...
2006-09-05 Corey Hickeysecond pass encoding changes:
2006-09-05 Diego BiurrunMark this file properly as LGPL as allowed by its autho...
2006-09-05 Kostya ShishkovTry to handle all chunks, previous scheme was not correct.
2006-09-05 Kostya ShishkovHandle raw blocks correctly (both updating pointer...
2006-09-05 Kostya ShishkovVMware Video decoder (fourcc: VMnc)
2006-09-04 Michael Niedermayerseems the output of that code is never used
2006-09-04 Måns Rullgårdinline align_get_bits()
2006-09-04 Corey Hickeyerror message spelling typo
2006-09-04 Diego BiurrunExchange informal GPL notice by official license header.
2006-09-04 Kostya ShishkovVC-1 Advanced Profile support (progressive only, tested...
2006-09-04 Roman Shaposhnik * Restructuring the division of labor between DV...
2006-09-03 Diego BiurrunThe license of this file is LGPL, as clarified by Fabrice.
2006-09-03 Diego BiurrunAdd copyright notice from the Independent JPEG Group...
2006-09-03 Justin RugglesFix 2 bit allocation bugs. One fix enables using a...
2006-09-03 Kostya ShishkovAltiVec version of put_no_rnd_h264_chroma_pixels_tab...
2006-09-02 Måns Rullgårdremove redundant declarations
2006-09-02 Kostya ShishkovDrop put_vc1_qpel_pixels_tab as they won't be needed...
2006-09-02 Kostya ShishkovReplace usage of put_*_vc1_qpel_pixels_tab with put_...
2006-09-02 Kostya ShishkovNew function for chroma MC (will be used in VC-1)
2006-09-01 Loren Merrittsnow cosmetics: merge the sliced and non-sliced version...
2006-09-01 Loren Merrittfix snow 1pass rc: the qlog used and the one written...
2006-08-31 Luca BarbatoAlign the input buffer in ffplay, introduce a public...
2006-08-31 Luca BarbatoProper fix for the corner case that would have been...
2006-08-31 Luca BarbatoRevert previous commit
2006-08-31 Luca BarbatoFix float_to_int16, unaligned case, broken by the previ...
2006-08-31 Kostya ShishkovNew qpel MC functions conforming to VC-1 standard.
2006-08-31 Kostya ShishkovSpelling
2006-08-31 Kostya ShishkovMotion compensation for luma always use halfpel precision.
2006-08-30 Michael Niedermayerfix b pyramid in mp4 muxing if no dts are provided...
2006-08-29 Nico Sabbiinstall opt.h
2006-08-29 Loren Merrittslightly faster deblock
2006-08-28 Aurelien Jacobsuse the A32_BITSTREAM_READER by default on ARM (faster)
2006-08-28 Aurelien Jacobsforce usage of ALT_BITSTREAM_READER where needed
2006-08-28 Aurelien Jacobsmove some functions to bitstream.h to avoid conflicts
2006-08-28 Michael Niedermayerfix buffer handling
2006-08-28 Luca AbeniMinimal support for the new pixel formats in libavcodec
2006-08-28 Loren Merrittmmx implementation of deblocking strength decision.
2006-08-27 Michael Niedermayeroverread AV_LOG_ERROR -> AV_LOG_DEBUG
2006-08-27 Michael Niedermayerfix low bitrate mp3
2006-08-27 Loren Merritttweak cabac. 0.5% faster h264.
2006-08-27 Michael Niedermayercheck the validity of the amount of the remaining bytes...
2006-08-26 Michael Niedermayerunused var
2006-08-26 Michael Niedermayerdont copy frame if the whole mp1/2/3 frame is available...
2006-08-26 Aurelien JacobsFix A32_BITSTREAM_READER compilation on x86
2006-08-26 Michael Niedermayermake mpa_decode_header() 10 times faster
2006-08-26 Michael Niedermayeranother silly typo which surprisingly neither valgrind...
2006-08-26 Michael Niedermayer10l found by valgrind
2006-08-26 Michael Niedermayerremove duplicated parser, people who pass random gibble...
2006-08-26 Michael Niedermayer2nd try of skip_bits_long() for the ALT reader
2006-08-26 Michael Niedermayermake A32 reader align its ptr during init no matter...
2006-08-26 Michael Niedermayer3rd try :)
2006-08-26 Michael Niedermayer2nd try for a skip_bits_long() for the A32 reader
2006-08-26 Michael Niedermayermove align_get_bits() to .h to avoid conflicts between...
2006-08-26 Michael Niedermayerprevent bitstream reader to be overriden
2006-08-25 Michael Niedermayeravoid branch
2006-08-25 Michael Niedermayermove variable declarations so that their scope is smaller
2006-08-25 Michael Niedermayermove the +400 out of the innermost loop
2006-08-25 Michael Niedermayeravoid reading exponent twice
2006-08-25 Michael Niedermayerreduce size of vlc table, thats slightly faster here
2006-08-25 Michael Niedermayertry to avoid l3_unscale() by using a table
2006-08-25 Michael Niedermayerreplace l3_unscale(1, exponents[pos]) by LUT
2006-08-25 Michael Niedermayermaybe fixing the segfault on ARM
2006-08-24 Aurelien Jacobscook shouldn't try to enforce the bitstream reader...
2006-08-24 Baptiste Coudurieradd codec id and tag for JPEG 2000
2006-08-24 Michael Niedermayer10l typo
2006-08-24 Michael Niedermayeravoid a few if(x==0) checks in the inner loops
2006-08-24 Michael Niedermayerfix non ALT bitstream reader
2006-08-24 Michael Niedermayeroptimize reorder_block() though this function seems...
2006-08-24 Michael Niedermayersimplify
2006-08-24 Michael Niedermayerdont copy the whole GetBitContext around
2006-08-24 Michael Niedermayerfaster handling of zero coeffs in the low freq decode
2006-08-24 Michael Niedermayeroptimizing high freq decode
2006-08-24 Michael Niedermayeruse memset() instead of slow c loops
2006-08-23 Michael Niedermayersimplify
2006-08-23 Aurelien Jacobsfix arm asm compilation in mpegaudiodec
2006-08-22 Baptiste CoudurierAlignment of the LT window, segfault fix patch by Bapti...
2006-08-22 Michael NiedermayerMUL* for ARM code based on a patch by Siarhei Siamashka
2006-08-22 Michael Niedermayerreplace MULL with asm too, no significnat speedup but...
2006-08-22 Michael Niedermayerreplacing MULH by asm for x86
2006-08-22 Michael Niedermayerindent preprocessor directives
2006-08-22 Michael Niedermayermake high precission synth filter 3 times faster on x86
2006-08-22 Michael Niedermayerreplace MULL by MULH + shift in dct32() (code is very...
2006-08-21 Michael Niedermayerreplace a few MULL by MULH
2006-08-20 Michael Niedermayerreorder butterflies to reduce memory load/store
2006-08-20 Benjamin LarssonAdded codec id for QCELP.
2006-08-19 Michael Niedermayercosmetics
next