30080 Commits (1c5e9551bca12e040270e0cd3d71440f83e9f8ae)
 

Author SHA1 Message Date
Luca Barbato d162994a81 doc: explain __STDC_CONSTANT_MACROS in C++ 13 years ago
Laurent Aimar 8bfea4ab4e Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. 13 years ago
Anton Khirnov 6a11686dfc avconv: move audio_channels to the options context. 13 years ago
Anton Khirnov 2130981af3 avconv: move *_disable to options context. 13 years ago
Anton Khirnov 35c5d7d1ef avconv: remove -[vas]lang options. 13 years ago
Anton Khirnov 013887ebcd avconv: move codec tags to options context. 13 years ago
Alex Converse 0c1f5b93d9 cljr: init_get_bits size in bits instead of bytes 13 years ago
Alex Converse b7ce4f1d1c indeo2: fail if input buffer too small 13 years ago
Alex Converse 68ca330cbd indeo2: init_get_bits size in bits instead of bytes 13 years ago
Laurent Aimar 46b004959b ffv1: Fixed size given to init_get_bits() in decoder. 13 years ago
Alex Converse dba2b63a98 wavpack: Check error codes rather than working around error conditions. 13 years ago
Diego Biurrun 6376362d15 Employ FF_ARRAY_ELEMS instead of manually calculating array length. 13 years ago
Laurent Aimar 55354b7de2 Fixed invalid access in wavpack decoder on corrupted bitstream. 13 years ago
Laurent Aimar 0aedab0340 Fixed invalid writes in wavpack decoder on corrupted bitstreams. 13 years ago
Laurent Aimar beefafda63 Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks. 13 years ago
Michael Niedermayer 5ea091fb5a rtpdec_asf: Fix integer underflow that could allow remote code execution 13 years ago
Kieran Kunhya 0ca36b4de7 Add LATM muxer 13 years ago
Baptiste Coudurier 635bbecfc3 v210enc: clip values according to specifications 13 years ago
Baptiste Coudurier d239b83e2e v210enc: switch to PIX_FMT_422P10 13 years ago
Baptiste Coudurier 08fa23d6c2 v210dec: switch to PIX_FMT_422P10 13 years ago
Anton Khirnov 4dbcdfa86d AVOptions: remove AVOption.offset <= 0 checks 13 years ago
Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 13 years ago
Anton Khirnov a7e2b2ccc9 AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h 13 years ago
Anton Khirnov 0962f23b35 libx264: fix setting some more parameters 13 years ago
Andrej Peterka 2bb5d637fc libx264: fix setting the H.264 level 13 years ago
Anton Khirnov 9c684feadc libx264: add 'direct-pred' private option 13 years ago
Anton Khirnov 0635a8aa21 libx264: add 'partitions' private option 13 years ago
Anton Khirnov 7042337673 libx264: add 'cplxblur' private option 13 years ago
Anton Khirnov 71b5f4427b libx264: add 'deblock' private option 13 years ago
Anton Khirnov f83c45183e libx264: add 'b-bias' private option 13 years ago
Anton Khirnov bb73cda2f6 libx264: fix setting some options. 13 years ago
Anton Khirnov d8dee0e7bd libx264: remove useless assignment 13 years ago
Reimar Döffinger 459fe331e9 ac3dec: avoid pointless alloc and indirection for input_buffer 13 years ago
Diego Biurrun 6192b6f3e7 mpeg12: cosmetics: reformat as K&R 13 years ago
Justin Ruggles ae264bb29b ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 13 years ago
Justin Ruggles a0d17b6d45 ac3enc: scale floating-point coupling channel coefficients in 13 years ago
Justin Ruggles 3e5722a8ca ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. 13 years ago
Kostya Shishkov bcd4aa8bec wavpack: fix wrong return value in wavpack_decode_block() 13 years ago
Anton Khirnov a2a38d9665 avconv: fix parsing metadata specifiers. 13 years ago
Anton Khirnov bc5acfa7af fate: use +frame+slice named constants instead of '3' 13 years ago
Dustin Brody ff17fc6353 mpeg12: propagate more real return values through chunk decode error return and fix some indentation 13 years ago
Kostya Shishkov 9bc4e21a9b wavpack: use context reset in appropriate places 13 years ago
Anton Khirnov dc26318c2d avconv: move mux_preload and mux_max_delay to options context 13 years ago
Anton Khirnov d821cbe2ff avconv: move bitstream filters to options context. 13 years ago
Anton Khirnov f480532822 avconv: move rate_emu to options context. 13 years ago
Anton Khirnov 96139b5e32 avconv: move max_frames to options context. 13 years ago
Anton Khirnov 039267f192 avconv: move metadata to options context. 13 years ago
Anton Khirnov 33f75d72e6 avconv: move ts scale to options context. 13 years ago
Anton Khirnov c5bb372e85 avconv: move chapter maps to options context. 13 years ago
Anton Khirnov 847529f84a avconv: move metadata maps to options context. 13 years ago