Mercurial > libavcodec.hg
graph
-
aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec2009-09-21, by alexc
-
aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec2009-09-21, by alexc
-
Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec2009-09-21, by mru
-
Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec2009-09-21, by melanson
-
Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodec2009-09-20, by diego
-
Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodec2009-09-19, by reimar
-
Simplify color_flags calculation, remove a pointless initialization libavcodec2009-09-19, by reimar
-
Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodec2009-09-19, by jbr
-
Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec2009-09-18, by diego
-
add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME libavcodec2009-09-16, by jbr
-
Monkey's Audio uses subframes too, declare that in its capabilities libavcodec2009-09-16, by kostya
-
Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. libavcodec2009-09-16, by gb
-
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec2009-09-15, by vitor
-
Fix max_coded_frame_size computation to account for byte alignment. libavcodec2009-09-15, by jai_menon
-
Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec2009-09-10, by reimar
-
Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec2009-09-08, by banan
-
Try to clarify that anyone using get_bits must check for buffer overrun libavcodec2009-09-08, by reimar
-
Mark all pix_fmts and supported_framerates compound literals as const. libavcodec2009-09-06, by reimar
-
Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec2009-09-06, by reimar
-
The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodec2009-09-06, by reimar
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec2009-09-06, by ramiro
-
Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodec2009-09-05, by reimar
-
Slightly simplify detection of end of compressed data in xan_unpack libavcodec2009-09-05, by reimar
-
libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no libavcodec2009-09-04, by jbr
-
Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. libavcodec2009-08-30, by diego
-
Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodec2009-08-30, by kostya
-
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodec2009-08-30, by kostya
-
Store the frame size in the LibSpeexContext in case the header does not exist. libavcodec2009-08-29, by jbr