]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix cast of byte buffer to uint32 that was disregarding alignment
[ffmpeg] / libavcodec /
2009-06-11 Diego BiurrunThe internal header libavutil/internal.h should not...
2009-06-11 Diego Biurrun10l: Add vc1dec.o to the list of WMV3 objects, same...
2009-06-11 Diego BiurrunSplit decoder-specific code off from vc1.c into vc1dec...
2009-06-11 Baptiste CoudurierAdd const in cast. Removes warning:
2009-06-11 Baptiste Couduriergive s->resample_context to avoid segfault, avclass...
2009-06-11 David ConradDisable native Vorbis encoder; quality is much worse...
2009-06-10 Diego BiurrunAdd code to enable and disable all VAAPI and VDPAU...
2009-06-09 Haruhiko YamagataAdd field prev_interlaced_frame to H264Context to be...
2009-06-09 Diego BiurrunExpress the H.264 parser dependency on the golomb code...
2009-06-09 Diego BiurrunAdd missing dependencies for H.264 and VC-1 parsers.
2009-06-09 Luca AbeniProperly initialize AVFrames to default values in the...
2009-06-07 Michael NiedermayerClarify (re)get_buffer() and CODEC_CAP_DR1 relation.
2009-06-07 Diego BiurrunRemove comments that refer to fixed-point AMR implement...
2009-06-06 Baptiste Coudurierclarify avcodec_decode_audio3 and avcodec_decode_video2...
2009-06-06 Vladimir VoroshilovK&R formatting of already submitted G.729 code
2009-06-06 Vladimir VoroshilovConvert structure names to FFmpeg style
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-06-06 Kostya ShishkovGet new buffer during frame decoding in VB video decode...
2009-06-06 Vladimir VoroshilovInternal routine should not use name of standard function.
2009-06-05 Vladimir VoroshilovRemove ff_g729_ and g729_ prefixes from static routines.
2009-06-05 Diego BiurrunAdd support for external OpenCORE libraries for AMR...
2009-06-05 Baptiste Couduriervmware video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierzmbv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriervc1 and wmv3 decoders use MPV_frame_start which uses...
2009-06-05 Baptiste Coudurierrenderware txd image decoder uses get_buffer, set CODEC...
2009-06-05 Baptiste Couduriertmv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriertiff image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriervp3 and theora decoders use get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriertarga image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriersun rasterfile image decoder uses get_buffer, set CODEC...
2009-06-05 Baptiste Couduriersnow decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Couduriersmacker video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierkmvc decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierptx image decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierlibopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierpng decoder use get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierpcx decoder use get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierpgm, pgmyuv, ppm, pbm and pam decoders use get_buffer...
2009-06-05 Baptiste Coudurierdxa decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierbfi decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierbmp decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurieramv decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierbethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurier4xm decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-05 Baptiste Coudurierindeo3 decoder uses get_buffer, set CODEC_CAP_DR1
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-04 Diego Biurruncosmetics: K&R style reformatting
2009-06-03 Ramiro PollaUse fewer macros in x86-optimized mlpdsp.
2009-06-03 Michael NiedermayerFix sei_ct_type check so it does not mistreat ct_type...
2009-06-03 Michael NiedermayerPrint ct_type and pic_struct.
2009-06-03 Alex ConverseAAC ADTS to AudioSpecificConfig bitstream filter
2009-06-03 Reimar DöffingerSet AV_PKT_FLAG_KEY in avcodec_decode_video.
2009-06-03 Reimar DöffingerAdd AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
2009-06-03 Michael NiedermayerClarify the input AVPacket for avcodec_decode*()
2009-06-02 Kostya ShishkovCheck combined depth and number of components in TIFF...
2009-05-31 Reimar Döffingeradd #if CONFIG_ZLIB_DECODER around zlib_decomp function.
2009-05-31 Reimar Döffingermszh decompression: add a special case for an all-0...
2009-05-31 Reimar Döffingerlcldec: ensure that the offset for av_memcpy_backptr...
2009-05-31 Reimar DöffingerFix memleak due to c->decomp_buf never being freed.
2009-05-31 Reimar DöffingerOnly call inflateEnd when we were actually using the...
2009-05-31 Reimar Döffingeravctx->priv_data is initialized to 0, get rid of useles...
2009-05-31 Reimar DöffingerMerge variable declaration and initialization.
2009-05-31 Reimar DöffingerUse int-size types instead of char where it makes no...
2009-05-31 Reimar DöffingerTake advantage of available input padding to optimize...
2009-05-31 Reimar DöffingerChange maskbit variable to contain (1 << maskbit)
2009-05-31 Reimar DöffingerRemove check that thanks to padding is no longer necessary.
2009-05-31 Reimar Döffinger100l, the compression field in lcl extradata must be...
2009-05-31 Reimar DöffingerOne more use for FFMIN.
2009-05-31 Reimar DöffingerPad the decompression buffer and use av_memcpy_backptr...
2009-05-31 Reimar DöffingerMark srcptr as const in mszh_decomp
2009-05-31 Reimar DöffingerRemove unnecessary put_bits/get_bits includes.
2009-05-31 Reimar DöffingerUse bytestream_get_le16 to simplify offset/count calcul...
2009-05-31 Reimar DöffingerRemove useless & 0x1f
2009-05-31 Reimar DöffingerDocument padding requirements of mszh_decomp srcptr...
2009-05-31 Reimar DöffingerUse srcptr_end variable to avoid having to update both...
2009-05-31 Reimar DöffingerChange buffer size checks to avoid the undefined overfl...
2009-05-31 Reimar DöffingerSimply use memcpy instead of AV_RN32/AV_WN32 combination.
2009-05-31 Reimar DöffingerFix decoding of multithread-encoded lcl files on big...
2009-05-31 Reimar DöffingerRemove another useless ()
2009-05-31 Reimar DöffingerCorrect calculation of compressed input length.
2009-05-31 Reimar DöffingerAdd sanity check for mthread_inlen, avoids crashes...
2009-05-31 Reimar DöffingerUse FFMIN
2009-05-31 Reimar DöffingerFactor out zlib decompression code to avoid massive...
2009-05-31 Reimar DöffingerUse FFALIGN
2009-05-31 Reimar DöffingerMove variable into block where it is used, avoiding...
2009-05-31 Reimar DöffingerMake lcldec less annoyingly verbose, move messages...
2009-05-31 Reimar DöffingerGet rid of unreachable code: avctx->codec_id == CODEC_I...
2009-05-31 Reimar Döffingerlcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DEC...
2009-05-31 Reimar DöffingerGet rid of extradata casts, it already has the right...
2009-05-31 Reimar DöffingerMake lcldec produce YUV output when the input file...
2009-05-31 Reimar DöffingerRemove now unused elements from LclEncContext
2009-05-31 Reimar DöffingerRemove useless casts, extradata is already "uint8_t *"
2009-05-31 Reimar Döffingerlclenc.c: compress directly into output buffer instead...
2009-05-31 Reimar DöffingerRemove superfluous () from lclenc.c
2009-05-31 Reimar DöffingerCosmetics: fix indentation in lclenc.c
2009-05-31 Reimar DöffingerRemove "#if CONFIG_ZLIB" checks from lclenc.c, the...
2009-05-31 Andreas ÖmanAdd a lock manager API to libavcodec.
2009-05-31 Baptiste Coudurierremove cast and use put_sbits, fix assertion in put_bits
2009-05-31 Baptiste Coudurierfix compilation with DEBUG defined
2009-05-30 Alexander StrangeH264: Fix out of bounds reads in SSSE3 MC
next