Mercurial > libavcodec.hg
graph
-
Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. libavcodec2008-08-11, by pross
-
The deblock filter does not need all the intra availability stuff so do libavcodec2008-08-11, by michael
-
Bump minor version as av_log_missing_feature() was added to public API in libavcodec2008-08-10, by superdump
-
Add a generic function to lavc to log messages about missing features. libavcodec2008-08-10, by superdump
-
R and B components are stored as a differences to G component in Fraps v5. libavcodec2008-08-10, by kostya
-
Mask bits of reference indexes properly to avoid negative numbers entangling libavcodec2008-08-10, by michael
-
Remove a few more lines of unneeded code in fill_caches() for MBAFF. libavcodec2008-08-10, by michael
-
Use the correct reference tables for interlaced MBAFF MBs in the loop filter. libavcodec2008-08-10, by michael
-
Do not execute the part of fill_caches() for the loopfilter that overwrites libavcodec2008-08-10, by michael
-
Remove more code that has become useless after the pairless MBAFF loop libavcodec2008-08-09, by michael
-
Sync already committed code with that in SoC and commit more OKed hunks of code libavcodec2008-08-09, by superdump
-
Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". libavcodec2008-08-07, by pross
-
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. libavcodec2008-08-07, by pross
-
Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly libavcodec2008-08-06, by vitor
-
Simplify eval_refl(): return directly when needed instead of storing the return value in a variable libavcodec2008-08-06, by vitor
-
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This libavcodec2008-08-06, by vitor
-
Move shared tables to aactab.c and add declarations to aactab.h. Also sync with libavcodec2008-08-05, by superdump
-
AAC definitions and structures that have been OKed from the SoC AAC decoder libavcodec2008-08-05, by superdump
-
cosmetics: change function name and comments to refer to block decoding libavcodec2008-08-05, by jbr
-
Use frame_num and reference instead of poc for matching frames for direct libavcodec2008-08-05, by michael
-
The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as well. libavcodec2008-08-04, by michael