41639 Commits (809d71d650c345079ac3e34910692a8aea429bc7)
 

Author SHA1 Message Date
Nicolas George 3ff6b1a2b3 sdl: fix overlay size. 13 years ago
Nicolas George 2f9907be3e sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS. 13 years ago
Anton Khirnov 5db5169e46 avconv: multithreaded demuxing. 13 years ago
Anton Khirnov b0f0dfc485 Bump lavu minor and add an APIChanges entry for audioconvert functions. 13 years ago
Anton Khirnov 59d58b3390 audioconvert: add a function for extracting the channel with the given index 13 years ago
Anton Khirnov 5df320e167 audioconvert: add a function for getting the name of a single channel. 13 years ago
Anton Khirnov 406b257de9 audioconvert: add a function for getting channel's index in layout 13 years ago
Anton Khirnov 3596de55fc audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels 13 years ago
Anton Khirnov d7d071a673 vf_libopencv: add missing headers. 13 years ago
Kostya Shishkov 19be0f3ca6 iac: add missing dependency 13 years ago
Michael Niedermayer 4bfee465e9 bprint-test: avoid z modifier, mingw fails with it 13 years ago
Michael Niedermayer d35c27db63 sink_buffer: dont return void from void functions. 13 years ago
Michael Niedermayer 3b196bb737 libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM 13 years ago
Michael Niedermayer 915ec91e6b libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASM 13 years ago
Michael Niedermayer 63bfee8796 libavcodec/x86/dwt.c: move some missed things under HAVE_YASM 13 years ago
Michael Niedermayer b84c9cf7f7 dct-test: fix #if for ff_prores_idct_put_10_sse2() 13 years ago
Michael Niedermayer 7b0d362567 libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. 13 years ago
Michael Niedermayer 8836b41a78 fate-acodec-dca2: add bitexact flag 13 years ago
Michael Niedermayer fd8da83d55 enc_dec_pcm: add bitexact flag 13 years ago
Michael Niedermayer 8f1b139c10 cmdutils: dont return void from a void function 13 years ago
Michael Niedermayer dfaf2dd956 h264: use externally provided dimensions when they appear to be more correct. 13 years ago
Paul B Mahol 3275981207 libopenjpegdec: make use of FF_ARRAY_ELEMS 13 years ago
James Zern 695e85f189 libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping 13 years ago
Stefano Sabatini 53dfc38452 lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE 13 years ago
Paul B Mahol 1ef5561a66 libopenjpeg: YUVA422P and YUVA444P support 13 years ago
Michael Niedermayer 75f8f70221 Merge remote-tracking branch 'qatar/master' 13 years ago
Paul B Mahol 8554e21f79 ffv1enc: add yuva422p to .pix_fmts 13 years ago
Michael Niedermayer 94632dbb1e Merge remote-tracking branch 'cus/stable' 13 years ago
J. Bohl 2138bc16fd remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly braces did not compile with ICL12.1) 13 years ago
Paul B Mahol a474403229 libopenjpegdec: unbreak yuva420p support 13 years ago
Marton Balint 143a5390bf ffplay: fix return value of get_video_frame if avcodec_decode_video fails 13 years ago
Paul B Mahol 7655cc395d colorspace-test: add few more tests 13 years ago
Michael Niedermayer b0415287e3 float_dsp.c: Restore author attribution that was removed by libav while moving code to libavutil 13 years ago
Michael Niedermayer f0313e9022 x86/float_dsp.asm: restore author attribution 13 years ago
Mans Rullgard 30f515091c h264: allow cropping to AVCodecContext.width/height 13 years ago
Mans Rullgard 8aa93e9004 mov: set AVCodecContext.width/height for h264 13 years ago
Michael Niedermayer 1b7a4c93a9 lavc/bintext: check extradata size 13 years ago
Michael Niedermayer c61c8536ef lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata 13 years ago
Michael Niedermayer eae983f4ff ffmpeg: fix fate breakage introduced by key=value buffersrc args. 13 years ago
Paul B Mahol 1d69dcb887 swscale: unscaled rgb48 <-> bgr48 13 years ago
Paul B Mahol e400b95b32 bink: check av_mallocz() return value 13 years ago
Paul B Mahol c2dd01c16f binkaudio: prevent extradata overread 13 years ago
Nicolas George 6fef82f22d ffmpeg: with filter_complex, avoid random in<->out mapping. 13 years ago
Nicolas George fbaa8fe6c6 ffmpeg: init icodec. 13 years ago
Nicolas George 8362d734a3 ffmpeg: use the frame rate computed by lavfi. 13 years ago
Nicolas George 5f281e94ba ffmpeg: add frame rate to the buffersrc arguments. 13 years ago
Nicolas George 0f62125643 buffersrc: deprecate flat options syntax. 13 years ago
Nicolas George 9ca440679d buffersrc: accept the frame rate as argument. 13 years ago
Nicolas George dcaa4efcee buffersrc: accept key=value arguments. 13 years ago
Nicolas George 283cc05938 buffersink: add av_buffersink_get_frame_rate(). 13 years ago