44305 Commits (1fc3e8f4ea49d01b2eab609ff94fa6c860da0043)
 

Author SHA1 Message Date
Stefano Sabatini 29e972f67c lavu/parseutils: add av_small_strptime() 12 years ago
Stefano Sabatini 79dcd58d83 lavu/parseutils: make small_strptime() return a (non const) char * 12 years ago
Clément Bœsch 5620088494 lavf: fix a few typo in some comments. 12 years ago
Clément Bœsch 9d9f34a3c1 lavf: remove a few useless AV_NOWARN_DEPRECATED(). 12 years ago
Martin Storsjö 4a185ed2d4 configure: Disable some warnings in MSVC 12 years ago
Michael Niedermayer e60fcdb989 vf_hue: fix AVOption defaults 12 years ago
Michael Niedermayer 750cc3c0e5 acelp_pitch_delay: add missing libm.h include for exp2() 12 years ago
Hendrik Leppkes d914ea6fd8 x86: vp56: cmov version of vp56_rac_get_prob requires inline asm 12 years ago
Michael Niedermayer 269e6212ee g723_1: add some const for more correctness 12 years ago
Michael Niedermayer 397ebc1d9b proresenc_anatoliy: add 2 const to silence 2 warnings 12 years ago
Nedeljko Babic b3fdfc8c4e Optimization of AC3 floating point decoder for MIPS 12 years ago
Michael Niedermayer 42e63ec8dc avopt: fix examples to match the same style about default values as the actual code. 12 years ago
Michael Niedermayer 9afd55922a imgconvert: silence some const incompatible pointer warnings. 12 years ago
Michael Niedermayer 7666828c44 avopt: fix examples to match the same style about default values as the actual code. 12 years ago
Michael Niedermayer 8267f0f7ae vf_scale: fix incompatible pointer type warning 12 years ago
Stefano Sabatini 5666a1b270 lavu/opt: support NULL and special "none" values for size and pixel format options 12 years ago
Ronald S. Bultje dfa559bcbd configure: Add support for MSVC cl.exe/link.exe 12 years ago
Ronald S. Bultje 4fa661a857 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 12 years ago
Luca Barbato 0db2d94280 dsputil: workaround __VA_ARGS__ missing tokenization for MSVC 12 years ago
Mans Rullgard b797f3c4d0 configure: add section for libc-specific hacks 12 years ago
Mans Rullgard a3222470de build: disable ranlib on mingw 12 years ago
Michael Niedermayer b21b5b04cc Merge remote-tracking branch 'qatar/master' 12 years ago
Martin Storsjö 6d65496990 parser: Don't use pc as context for av_dlog 12 years ago
Michael Niedermayer 8510150f48 Merge commit '21bc44038491e525335ad763883b0288402ff6a0' 12 years ago
Michael Niedermayer 98840ee017 Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' 12 years ago
Michael Niedermayer d46c1c72e4 Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' 12 years ago
Michael Niedermayer 99de3df3d3 Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' 12 years ago
Michael Niedermayer d5f65e9d40 Merge commit '124134e42455763b28cc346fed1d07017a76e84e' 12 years ago
Michael Niedermayer 743a295c09 Merge commit '2d7d91f06d6a1d243dc74c96d3389ee237a3b906' 12 years ago
Michael Niedermayer 5e997688f8 h264: Remove an assert on current_picture_ptr being null 12 years ago
Stefano Sabatini fc15f58adb doc/filters: add mp=noise example 12 years ago
Stefano Sabatini 8a7b82ccab doc/filters: itemize example for mp filter 12 years ago
Diego Biurrun 6980453569 build: eamad: Add missing dependency on mpegvideo code 12 years ago
Diego Biurrun aa66111365 build: utvideoenc: Add missing dependency on Huffman code 12 years ago
Stefano Sabatini 0e28e3cf82 doc/filters: remove reference to mp=hue filter, which was dropped 12 years ago
Clément Bœsch 3b6e9cd7ec lavc/dvdsubdec: parse the size from the extradata. 12 years ago
Martin Storsjö 686a329395 avopt: Reorder the default_val struct, making i64 the first field 12 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 12 years ago
Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Michael Niedermayer d83ff76ca0 intreadwrite: Dont evaluate value for AV_W* multiple times. 12 years ago
Michael Niedermayer 8c6d651fc3 paf: avoid using expressions with sideeffects in AV_R* 12 years ago
Michael Niedermayer daa3c28895 configure: update sinks used by ffplay/ffmpeg 12 years ago
Michael Niedermayer 49c230fb56 libavfilter/Makefile: add forgotten entries for the ff-sinks 12 years ago
Michael Niedermayer 172161c8db sink_buffer: fix #ifs for FF-sinks 12 years ago
Michael Niedermayer 2d7d91f06d svq1enc: Set picture_structure correctly 12 years ago
Michael Niedermayer 91672504a4 mpegvideo: remove last_picture_ptr / h264 assert. 12 years ago
Michael Niedermayer 19000122a4 mpegvideo_enc: remove assert that has become obsolete with the new API 12 years ago