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-06-10postprocess: fix another void returning void function.Michael Niedermayer
2012-06-10lavfi: fix signature for default_filter_name()Stefano Sabatini
2012-06-10mpegtsenc: prevent pcr_packet_period==0Michael Niedermayer
2012-06-10tiffenc: use av_assert()Michael Niedermayer
2012-06-10libmp3lame: add missing layout terminatorMichael Niedermayer
2012-06-10vf_fps: set frame_rate.Nicolas George
2012-06-10vf_tile: update deprecated functions.Nicolas George
2012-06-10vf_tile: set frame_rate.Nicolas George
2012-06-10sdl: fix aspect ratio computations.Nicolas George
2012-06-10sdl: fix overlay size.Nicolas George
2012-06-10sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.Nicolas George
2012-06-10avconv: multithreaded demuxing.Anton Khirnov
2012-06-10Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov
2012-06-10audioconvert: add a function for extracting the channel with the given indexAnton Khirnov
2012-06-10audioconvert: add a function for getting the name of a single channel.Anton Khirnov
2012-06-10audioconvert: add a function for getting channel's index in layoutAnton Khirnov
2012-06-10audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov
2012-06-10vf_libopencv: add missing headers.Anton Khirnov
2012-06-10iac: add missing dependencyKostya Shishkov
2012-06-10bprint-test: avoid z modifier, mingw fails with itMichael Niedermayer
2012-06-10sink_buffer: dont return void from void functions.Michael Niedermayer
2012-06-10libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASMMichael Niedermayer
2012-06-10libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASMMichael Niedermayer
2012-06-10libavcodec/x86/dwt.c: move some missed things under HAVE_YASMMichael Niedermayer
2012-06-10dct-test: fix #if for ff_prores_idct_put_10_sse2()Michael Niedermayer
2012-06-10libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer
2012-06-10fate-acodec-dca2: add bitexact flagMichael Niedermayer
2012-06-10enc_dec_pcm: add bitexact flagMichael Niedermayer
2012-06-10cmdutils: dont return void from a void functionMichael Niedermayer
2012-06-10h264: use externally provided dimensions when they appear to be more correct.Michael Niedermayer
2012-06-10libopenjpegdec: make use of FF_ARRAY_ELEMSPaul B Mahol
2012-06-10libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mappingJames Zern
2012-06-10lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini
2012-06-09libopenjpeg: YUVA422P and YUVA444P supportPaul B Mahol
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09ffv1enc: add yuva422p to .pix_fmtsPaul B Mahol
2012-06-09Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2012-06-09remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly braces did ...J. Bohl
2012-06-09libopenjpegdec: unbreak yuva420p supportPaul B Mahol
2012-06-09ffplay: fix return value of get_video_frame if avcodec_decode_video failsMarton Balint
2012-06-09colorspace-test: add few more testsPaul B Mahol
2012-06-09float_dsp.c: Restore author attribution that was removed by libav while movin...Michael Niedermayer
2012-06-09x86/float_dsp.asm: restore author attributionMichael Niedermayer
2012-06-09h264: allow cropping to AVCodecContext.width/heightMans Rullgard
2012-06-09mov: set AVCodecContext.width/height for h264Mans Rullgard
2012-06-09lavc/bintext: check extradata sizeMichael Niedermayer
2012-06-09lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradataMichael Niedermayer
2012-06-09ffmpeg: fix fate breakage introduced by key=value buffersrc args.Michael Niedermayer
2012-06-09swscale: unscaled rgb48 <-> bgr48Paul B Mahol
2012-06-09bink: check av_mallocz() return valuePaul B Mahol