Mercurial > libavcodec.hg
graph
-
mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed libavcodec2009-05-31, by reimar
-
avctx->priv_data is initialized to 0, get rid of useless extra initialization. libavcodec2009-05-31, by reimar
-
100l, the compression field in lcl extradata must be interpreted as libavcodec2009-05-31, by reimar
-
Pad the decompression buffer and use av_memcpy_backptr for the mszh decompression. libavcodec2009-05-31, by reimar
-
Use bytestream_get_le16 to simplify offset/count calculation for mszh decompression. libavcodec2009-05-31, by reimar
-
Use srcptr_end variable to avoid having to update both srcptr and srclen. libavcodec2009-05-31, by reimar
-
Add sanity check for mthread_inlen, avoids crashes due to invalid reads. libavcodec2009-05-31, by reimar
-
Factor out zlib decompression code to avoid massive code duplication, libavcodec2009-05-31, by reimar
-
Move variable into block where it is used, avoiding a unused variable libavcodec2009-05-31, by reimar
-
Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG. libavcodec2009-05-31, by reimar
-
Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible libavcodec2009-05-31, by reimar
-
Get rid of extradata casts, it already has the right uint8_t * type libavcodec2009-05-31, by reimar
-
Make lcldec produce YUV output when the input file is coded like that, instead libavcodec2009-05-31, by reimar
-
lclenc.c: compress directly into output buffer instead of using a pointless libavcodec2009-05-31, by reimar
-
Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled libavcodec2009-05-31, by reimar
-
Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. libavcodec2009-05-30, by reimar
-
remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec2009-05-30, by bcoudurier
-
msrle uncompressed decoding, fix #1074 and many other samples under /RLE libavcodec2009-05-27, by bcoudurier
-
Rename alloc_picture to ff_alloc_picture and move its definition libavcodec2009-05-27, by bcoudurier
-
Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. libavcodec2009-05-27, by bcoudurier
-
do not reference remainder packets in the parser, fix timestamps fetching libavcodec2009-05-26, by bcoudurier
-
In the event of a mismatch, do not follow the sample rate index in an AAC PCE. libavcodec2009-05-26, by alexc
-
Use dimensions stored in AVCodecContext instead of local variables. libavcodec2009-05-26, by jai_menon
-
Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack libavcodec2009-05-25, by reimar
-
honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly libavcodec2009-05-25, by bcoudurier
-
mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. libavcodec2009-05-25, by ramiro
-
eatqi: move "block" variable into context to ensure sufficient alignment for libavcodec2009-05-24, by reimar
-
Distinguish between non-coded blocks and decode errors in rtjpeg's get_block libavcodec2009-05-24, by reimar
-
Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment libavcodec2009-05-24, by reimar
-
fix qtrle encoding when previous frame linesize differs, fix #998 libavcodec2009-05-23, by bcoudurier
-
Set progressive_sequence before MPV_common_init which cares about it when libavcodec2009-05-23, by bcoudurier
-
Move ALIGN macro to libavutil/common.h and use it in various places libavcodec2009-05-22, by conrad
-
Move eatgq blocks array from the stack to the codec context and make sure libavcodec2009-05-22, by reimar
-
eac3dec: fix bug in GAQ dequantization. large mantissas should only be libavcodec2009-05-21, by jbr
-
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ libavcodec2009-05-21, by jbr
-
Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. libavcodec2009-05-20, by serge
-
Fix for a problem with inverted sign of output data from ffvorbis decoder. libavcodec2009-05-20, by serge
-
The AC-3 decoder is now LGPL. Exchange the license header and change references libavcodec2009-05-19, by diego
-
LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. libavcodec2009-05-19, by darkshikari
-
cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. libavcodec2009-05-19, by diego
-
Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 libavcodec2009-05-17, by banan
-
Add a forward declaration of mpeg1_decode_block_intra to fix compilation libavcodec2009-05-17, by reimar
-
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is libavcodec2009-05-17, by jbr
-
Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec2009-05-16, by serge
-
Fix off-by-one error in MS RLE decoder which may result into writing past libavcodec2009-05-16, by kostya
-
cosmetics: K&R coding style, indent correctly, break overly long lines libavcodec2009-05-15, by diego