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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-05Optimization of MP3 decoders for MIPSNedeljko Babic
2012-07-05Merge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-EncoderMichael Niedermayer
2012-07-05PAF demuxer and decoderPaul B Mahol
2012-07-05nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos
2012-07-05sanm: remove code duplicationPaul B Mahol
2012-07-05sanm: replace conditions in for loops with more common versionPaul B Mahol
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04dpx: sanitize aspect ratio.Nicolas George
2012-07-04vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-07-04amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje
2012-07-04dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje
2012-07-04libopenjpegdec: add support for decoding YUV420/422/444P12/14Michael Bradshaw
2012-07-04libopenjpegenc: cosmetics: reorder pix_fmtsMichael Bradshaw
2012-07-04libopenjpegenc: add support for YUV420/422/444P12/14Michael Bradshaw
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-07-04flacdec: move lpc filter to flacdspMans Rullgard
2012-07-04flacdec: split off channel decorrelation as flacdspMans Rullgard
2012-07-04flacdec: factor out code setting avctx->sample_fmtMans Rullgard
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard
2012-07-04flacdec: allocate sample buffers with av_mallocMans Rullgard
2012-07-04flacdec: remove curr_bps from FLACContextMans Rullgard
2012-07-04flacenc: add option for forcing stereo decorrelation modeMans Rullgard
2012-07-04snow: move init code that depends on picture paramaters to after these parame...Michael Niedermayer
2012-07-04video_get_buffer: return ENOMEM instead of -1 on malloc failureMichael Niedermayer
2012-07-04lavc/utils: print error message on get_buffer related errorsMichael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03avcodec_align_dimensions2: support 12 & 14 bit planar colorspacesMichael Niedermayer
2012-07-03imgconvert: add planar RGB formats to pix_fmt_infoMichael Niedermayer
2012-07-03imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_infoMichael Niedermayer
2012-07-03anm: fix a few Doxygen commentsDiego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03snow: remove a VLA used for edge emulationRonald S. Bultje
2012-07-03jvdec: check if there is enough dataPaul B Mahol
2012-07-03jvdec: remove redundant checkPaul B Mahol
2012-07-03jvdec: remove buf_sizePaul B Mahol
2012-07-03jvdec: stop reading partial palettePaul B Mahol
2012-07-03jvdec: check that the video_size fits in the packet.Michael Niedermayer
2012-07-03snow: remove the runs[] VLA.Ronald S. Bultje
2012-07-03snow: Check mallocs at initMartin Storsjö
2012-07-03h264pred: assert that depth is supportedMichael Niedermayer
2012-07-03h264dsp: assert that depth is supportedMichael Niedermayer
2012-07-03dsputil: assert that depth is supportedMichael Niedermayer
2012-07-03lavc/rawdec: add assertion check in raw_decode()Stefano Sabatini
2012-07-03lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4Stefano Sabatini
2012-07-03h264: sps: handle more profilesMichael Niedermayer
2012-07-03h264: add support for constraint_set4_flag / constraint_set5_flagMichael Niedermayer
2012-07-03Revert "alsdec: remove dead assignments"Michael Niedermayer
2012-07-03h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer
2012-07-03flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard