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
2013-09-18Add a WebP decoderJustin Ruggles
2013-09-18lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_tJustin Ruggles
2013-09-18twinvqdec: Check the ibps parameter separatelyMartin Storsjö
2013-09-17dca_parser: Handle changes in DCA frame sizeJohn Stebbins
2013-09-17jpeg2000dec: Add more checks when parsing headersMartin Storsjö
2013-09-17ffv1: Make sure at least one slice context is initializedMartin Storsjö
2013-09-17eacmv: Make sure a reference frame exists before referencing itMartin Storsjö
2013-09-17truemotion2: Use av_freep properly in an error pathMartin Storsjö
2013-09-17mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectoryMartin Storsjö
2013-09-17ivi_common: Make sure color planes have been initializedMartin Storsjö
2013-09-17rv34: Check the return value from ff_rv34_decode_initMartin Storsjö
2013-09-17mace: Make sure that the channel count is set to a valid valueMartin Storsjö
2013-09-17svq3: Check for any negative return value from ff_h264_check_intra_pred_modeMartin Storsjö
2013-09-16x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö
2013-09-16Fix references to deleted avcodec_encode_video() functionVittorio Giovara
2013-09-16avpacket: Fix error checking in packet_allocMartin Storsjö
2013-09-16vp3: Check the framerate for validityMartin Storsjö
2013-09-16proresdec: Properly make sure an index doesn't run past the limitMartin Storsjö
2013-09-16cavsdec: Make sure a sequence header has been decoded before decoding picturesMartin Storsjö
2013-09-15mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2013-09-13pcm-dvd: Minor leftoversChristian Schmidt
2013-09-13pcm-dvd: Support channel configuration changesChristian Schmidt
2013-09-12g2meet: Allocate cursor buffers large enough to fit the aligned widthMartin Storsjö
2013-09-12aic: Validate values read from the bitstreamMartin Storsjö
2013-09-12zmbvdec: Check the buffer size for uncompressed dataMichael Niedermayer
2013-09-12shorten: Break out of loop looking for fmt chunk if none is foundMartin Storsjö
2013-09-12shorten: Use a checked bytestream reader for the wave headerMartin Storsjö
2013-09-11smacker: Free memory properly if the init function failsMartin Storsjö
2013-09-11smacker: Make sure we don't fill in huffman codes out of rangeMartin Storsjö
2013-09-11smacker: Check malloc return valuesMartin Storsjö
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun
2013-09-07nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato
2013-09-06avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun
2013-09-05mpeg12enc: K&R formatting cosmeticsVittorio Giovara
2013-09-05mpeg12enc: drop forward declarationsVittorio Giovara
2013-09-04mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö
2013-09-03mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer
2013-09-03alac: Check that the channels fit at the given offsetMartin Storsjö
2013-09-03alac: Limit max_samples_per_frameMartin Storsjö
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-09-02pictordec: pass correct context to avpriv_request_sampleAnton Khirnov
2013-09-02pictordec: break out of both decoding loops when y drops below 0Anton Khirnov
2013-09-02vcr1: add sanity checksAnton Khirnov
2013-08-31pcm-dvd: Fix build on big endianMartin Storsjö
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-08-31pcm_bluray: cosmeticsChristian Schmidt
2013-08-31pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun