40832 Commits (136ca0e5f86b9aa93e47fa98f3bfe3c3cba376f1)
 

Author SHA1 Message Date
Michael Niedermayer 648dbae519 vf_idet: fix pointer type (const) warning 13 years ago
Michael Niedermayer b7fe9c7a08 ffmpeg: fix pointer type (const) warning 13 years ago
Michael Niedermayer 0ee32b9028 ffmpeg: remove unused variables 13 years ago
Michael Niedermayer 36ab79488e ffmpeg: fix uninitialized variable warning 13 years ago
Michael Niedermayer afcb67113d Revert "Remove libvorbis Vorbis decoding support. Our native decoder is complete" 13 years ago
Michael Niedermayer 7c7c5b2415 avutil/log: allow av_log_set_callback (NULL) 13 years ago
Christophe Gisquet 110d0cdc9d rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC 13 years ago
Michael Niedermayer 8ea5df4fac lavc/utils: fix division by 0 13 years ago
Michael Niedermayer 91e72e3514 omadec: Check geob datasize more completely 13 years ago
Christophe Gisquet 706b998cdc ape: Use unsigned integer maths 13 years ago
Mans Rullgard cbc7d60afa arm: dsputil: fix overreads in put/avg_pixels functions 13 years ago
Diego Biurrun 1de53d006b h264: K&R formatting cosmetics for header files (part II/II) 13 years ago
Diego Biurrun be545b8a34 h264: K&R formatting cosmetics for header files (part I/II) 13 years ago
Samuel Pitoiset d55961fa82 rtmp: Implement check bandwidth notification. 13 years ago
Samuel Pitoiset 05945db9ce rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF player. 13 years ago
Samuel Pitoiset e64673e4f4 rtmp: Support 'rtmp_flashver', an option which overrides the version of the Flash plugin. 13 years ago
Samuel Pitoiset 55c9320e06 rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target stream. 13 years ago
Michael Niedermayer eee89f691e cdg: fix pts 13 years ago
Michael Niedermayer 7610dee87b avfiltergraph: improve pick_format() 13 years ago
Michael Niedermayer 61930bd0d7 Merge remote-tracking branch 'qatar/master' 13 years ago
Clément Bœsch 35894ebbf9 Add tools/ffeval to .gitignore. 13 years ago
Diego Biurrun 7cf78b3476 cmdutils: Add fallback case to switch in check_stream_specifier(). 13 years ago
Sean McGovern ded69c5e21 sctp: be consistent with socket option level 13 years ago
Sean McGovern 779222dbfe configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags. 13 years ago
Diego Biurrun 8ae1914327 vcr1enc: drop pointless empty encode_init() wrapper function 13 years ago
Diego Biurrun eeeefd5001 vcr1: drop pointless write-only AVCodecContext member from VCR1Context 13 years ago
Diego Biurrun 51c4d87093 vcr1: group encoder code together to save #ifdefs 13 years ago
Diego Biurrun db1e403cfb vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, comments 13 years ago
Diego Biurrun 59cbc4eee2 mov: make one comment slightly more specific 13 years ago
Justin Ruggles 5cc6d5244d lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVX 13 years ago
Anton Khirnov 0b45334a58 lavfi: move audio-related functions to a separate file. 13 years ago
Anton Khirnov 472fb3bbfa lavfi: remove some audio-related function from public API. 13 years ago
Anton Khirnov f20ab492ac lavfi: change AVFilterLink.sample_rate from int64_t to int on next bump 13 years ago
Anton Khirnov a6bdfc2a92 lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to int 13 years ago
Stefano Sabatini 7ef0adcc2e lavfi: simplify signature for avfilter_get_audio_buffer() and friends 13 years ago
Stefano Sabatini 6735534f19 lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_get_audio_buffer 13 years ago
Stefano Sabatini e727bca392 lavfi: cleanup avfilter_get_audio_buffer() and pals. 13 years ago
Michael Niedermayer a54867121d ffmpeg: fix frame duration used for video sync. 13 years ago
Michael Niedermayer 1ca37e79d0 src_buffer: ifdef->if CONFIG_* 13 years ago
Diego Biurrun c8b4a3999b libxvid: Give more suitable names to libxvid-related files. 13 years ago
Diego Biurrun 5b432d66ce libxvid: Separate libxvid encoder from libxvid rate control code. 13 years ago
Diego Biurrun 727af82a84 jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse(). 13 years ago
Diego Biurrun 454b1f9b58 fate: cosmetics: lowercase some comments 13 years ago
Diego Biurrun 7ac4bde22a fate: Give more consistent names to some RealVideo/RealAudio tests. 13 years ago
Stefano Sabatini 1b8c9271bd lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). 13 years ago
Anton Khirnov 9453c9e1de lavfi: add extended_data to AVFilterBuffer. 13 years ago
Anton Khirnov c22953b8a3 lavc: check that extended_data is properly set in avcodec_encode_audio2(). 13 years ago
Anton Khirnov a5117a2444 lavc: pad last audio frame with silence when needed. 13 years ago
Anton Khirnov 6d7f617700 samplefmt: add a function for filling a buffer with silence. 13 years ago
Anton Khirnov 142e740d1e samplefmt: add a function for copying audio samples. 13 years ago