45543 Commits (ae237a117acbe958bea798e32249f4c2baeca5f9)
 

Author SHA1 Message Date
Michael Niedermayer ae237a117a Merge remote-tracking branch 'qatar/master' 12 years ago
Paul B Mahol 4f5e5a0513 lavf/txd: cosmetics: fix identation 12 years ago
Clément Bœsch b08273c9ca lavf/mkv: avoid negative ts by default. 12 years ago
Stefano Sabatini 304c37b216 tests: add fate-xface test 12 years ago
Stefano Sabatini cd559bb49a lavc: add xface image decoder and encoder 12 years ago
Mans Rullgard 95cd815c36 swscale: try to use mmap only if available 12 years ago
Mans Rullgard e98b02de5f configure: check for mprotect 12 years ago
Michael Niedermayer 35782bfbca h264: Change asserts to av_asserts in ff_h264_fill_default_ref_list() 12 years ago
Michael Niedermayer 151469db33 j2kenc: remove unneeded dereference 12 years ago
Michael Niedermayer 1b8f4d773c ffmpeg: use framerate not fieldrate as filter input. 12 years ago
Michael Niedermayer a63d7213b3 ffplay: Prevent 0/0 aspect from being passed on to lavfi 12 years ago
Justin Ruggles f9d732c264 wmapro: use planar sample format 12 years ago
Justin Ruggles 2725ce7c7c wmalossless: output in planar sample format 12 years ago
Justin Ruggles 7ebfe5b44a wmadec: use float planar sample format output 12 years ago
Justin Ruggles 977eb7d567 shorten: use planar sample format 12 years ago
Michael Niedermayer bc077ca6b5 j2kdec: remove unneeded operation 12 years ago
Michael Niedermayer 1e6cbb01e9 j2kdec: make curtilenum integer. 12 years ago
Michael Niedermayer 0de0ae5a20 tag_tree_decode: check node being non null 12 years ago
Michael Niedermayer a6cac64f69 compute_lpc_coefs: assert that normalize and fail have a supported combination 12 years ago
Michael Niedermayer 93ef29b6f4 noise_bsf: fix division by 0 12 years ago
Justin Ruggles 8441909f49 lavc: update documentation for AVFrame.extended_data 12 years ago
Michael Chinen c73b1a1d80 flac_parser.c: fix issue with looping output for small files. 12 years ago
Thilo Borgmann 41bf943f70 bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084) 12 years ago
Michael Niedermayer 45bd0d15f4 lavf: fix fps detection with PAFF H.264 12 years ago
Hendrik Leppkes 572781b25f h264: fix parsing of old lossless profile (profile_idc == 144) 12 years ago
Peter Ross 6bf43441f0 eatgq: raise error on unsupported macroblock mode 12 years ago
Peter Ross 0ea55365b9 ansi: by design nb_args may exceed the size of the args array, so guard accordingly 12 years ago
Michael Niedermayer d6f6a7557c Merge remote-tracking branch 'qatar/master' 12 years ago
Paul B Mahol de3b1116da eatgq: fix small overread 12 years ago
Michael Niedermayer 82c0055c5e Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520' 12 years ago
Michael Niedermayer db51c65961 Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f' 12 years ago
Michael Niedermayer 03760297b1 doc/nut: Clarify what/where is the official nut specification 12 years ago
Paul B Mahol 039341eb43 wv: do not report invalid stream duration 12 years ago
Paul B Mahol dd5aff001e svq1dec: use log level that have more common sense 12 years ago
Paul B Mahol 7b9fc769e4 svq1dec: use more common way to check if result is not zero 12 years ago
Paul B Mahol 8f4020d8a4 svq1dec: check return value of get_bits1() in more common way 12 years ago
Paul B Mahol e2bf1082cc svq1dec: return more meaningful error codes 12 years ago
Michael Niedermayer d31098113f mp3enc: fix signed C99 overflow 12 years ago
Michael Niedermayer 2217a2249d dpxenc: fix signed c99 overflows 12 years ago
Michael Niedermayer 7a32ab5ed0 sws: get rid of C99 signed overflows try #2 12 years ago
Michael Niedermayer 693097c355 paf: avoid C99 overflows 12 years ago
Michael Niedermayer 3ee8eefbf2 sws: avoid signed C99 overflows 12 years ago
Michael Niedermayer 555f352f99 swr/rematrix: fix C99 left shift overflow 12 years ago
Michael Niedermayer 014b178f84 g723_1: fix overflow in square_root() 12 years ago
Michael Niedermayer 2fed05f53a avoid more "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Michael Niedermayer d3d715ff13 mpeg4videodec: Recalculate timebase in case of guessing time increment bits 12 years ago
Clément Bœsch 096d96ffda lavfi/select/scene: use pointer increments instead of y*linesize. 12 years ago
Clément Bœsch 0852648301 lavfi/select/scene: fix potential overread. 12 years ago
Clément Bœsch dff826b4a8 lavfi/select/scene: move out convoluted sad variable init from loop. 12 years ago