]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-06-04 Ramiro PollaUse DECLARE_ALIGNED macro instead of __attribute__...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-04 Pavel PavlovUse DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-04 Diego Biurruncosmetics: K&R style reformatting
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-06-03 Ramiro PollaUse fewer macros in x86-optimized mlpdsp.
2009-06-03 Alex ConverseAdd the .adts file extension to the ADTS muxer.
2009-06-03 Baptiste Coudurierbroken stsd length might be < 16, fix elst-assert.mp4
2009-06-03 Baptiste CoudurierChange find_tag return type to int64_t, fix a bug
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 ShishkovTesting RGB48 variants requires bigger stride in swscal...
2009-06-02 Kostya ShishkovCheck combined depth and number of components in TIFF...
2009-06-02 Kostya ShishkovYUV into RGB48 BE/LE conversion support
2009-06-02 Kostya ShishkovPartial (low bits ignored, no direct transcoding into...
2009-06-02 Baptiste Coudurierdo not parse full header for private streams
2009-06-02 Baptiste Couduriercorrectly handle maximum streams limit
2009-06-02 Baptiste Coudurierexport data from private streams
2009-06-01 Stefano SabatiniRemove the const qualifier for the name field of AVFilt...
2009-05-31 Ramiro Pollaindent
2009-05-31 Ramiro PollaRemove useless if(), leftover from the vhook removal.
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 Stefano SabatiniImplement avfilter_graph_config_links().
2009-05-31 Reimar DöffingerI will take care of the lcl de-/encoder while Roberto...
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 Baptiste Coudurierinitialize pes state to skip
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 Larbi Joubalafix 3gp metadata, write strings in UTF8, patch by Larbi...
2009-05-31 Baptiste Coudurieradd myself as maintainer for mpegts*
2009-05-31 Baptiste Coudurierprint reg desc in a more friendly way
2009-05-31 Baptiste Couduriergive context to dprintf
2009-05-31 Baptiste Coudurierprint registration descriptor in debug
2009-05-31 Baptiste Couduriersplit audio chunks in mov demuxer
2009-05-31 Baptiste Coudurier0x7a is E-AC3 descriptor
2009-05-31 Baptiste Coudurierfix compilation with DEBUG defined
2009-05-31 Baptiste Coudurierfix compilation with DEBUG defined
2009-05-31 Baptiste Coudurieruse dts codec probing
2009-05-31 Baptiste Coudurierset codec_tag to stream type, so user can deal with it
2009-05-31 Baptiste Coudurierset codec_tag to registration descriptor if present
2009-05-31 Baptiste Coudurieradd streams even if they are not present in PMT, fix...
2009-05-31 Baptiste Coudurierremove no longer needed fake dvbsub stream type
2009-05-31 Baptiste Coudurierreindent
2009-05-31 Baptiste Coudurierremove no longer needed init
2009-05-31 Baptiste Coudurierfactorize
2009-05-31 Baptiste Couduriersimplify and merge
2009-05-31 Baptiste Couduriermove new_pes_av_stream to avoid forward declaration
2009-05-31 Baptiste Coudurierremove defines
2009-05-31 Baptiste Coudurierrework stream type and codec identification
2009-05-31 Baptiste Couduriercosmetics, reindent, remove useless braces, whitespaces
2009-05-31 Baptiste Coudurierexport all streams in ts demuxer
2009-05-31 Baptiste Coudurierfix codec probing, stop after MAX_PROBE_PACKETS and...
2009-05-30 Alexander StrangeH264: Fix out of bounds reads in SSSE3 MC
2009-05-30 Daniel VerkampImplement SoX native format muxer and demuxer.
2009-05-30 Reimar DöffingerUse memcpy instead of per-pixel copy loop for rgb lcl...
2009-05-30 Michael NiedermayerMake sure offsets of mjpeg b are within the buffer.
2009-05-30 Reimar DöffingerRemove useless () from lcldec for more consistency...
next