Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-27lavc: remove disabled FF_API_AVFRAME_AGE cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_DATA_POINTERS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_AVCODEC_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ER cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_AVCODEC_OPEN cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove the deprecated opt.h header.Anton Khirnov
2012-01-27lavc: remove the deprecated "ab" option.Anton Khirnov
2012-01-27lavc: increase major version to 54.Anton Khirnov
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-27frwu: check if allocation was successfulPaul B Mahol
2012-01-27vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar
2012-01-27mjpegbdec: Fix overflow in SOS.Alex Converse
2012-01-278bps: K&R formatting cosmeticsPaul B Mahol
2012-01-26smacker: Sanity check huffman tables found in the headers.Alex Converse
2012-01-26smacker: remove dead storeAlex Converse
2012-01-26qdm2: Check data block size for bytes to bits overflow.Alex Converse
2012-01-26vc1: always read the bfraction element for interlaced fieldsHendrik Leppkes
2012-01-26wma: Clip WMA1 and WMA2 frame length to 11 bits.Alex Converse
2012-01-25rv20: prevent calling ff_h263_decode_mba() with unset height/widthJanne Grunau
2012-01-25build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun
2012-01-25indeo5: prevent null pointer dereference on broken filesJanne Grunau
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2012-01-25dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje
2012-01-25aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse
2012-01-25aacenc: Write correct length for long identification strings.Michael Niedermayer
2012-01-24adpcm_ima_ws: fix stereo decodingJustin Ruggles
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-24lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov
2012-01-24lavc: postpone removing old audio encoding and decoding APIAnton Khirnov
2012-01-24rv10: verify slice offsets against buffer sizeJanne Grunau
2012-01-23aacenc: Simplify windowingNathan Caldwell