19588 Commits (f20141d73f08ed0c8e875bd993a7143e19b266e3)

Author SHA1 Message Date
Martin Storsjö f20141d73f vorbis_parser: Include stdint.h in the header, to make it work standalone 10 years ago
Michael Niedermayer 57ed5a64fe hnm4: change width/height to int to fix hypothetical integer overflows 10 years ago
Luca Barbato 16158da960 hnm4: Use av_image_check_size 10 years ago
Michael Niedermayer 51946d2de8 vc1: Use the correct shift amount 10 years ago
Luca Barbato d25afb579f vc1: Set the is_intra bitfield to all 1 when needed 10 years ago
Luca Barbato b67138598c vc1: Simplify a little setting the intra variables 10 years ago
Michael Niedermayer 62e52b94e6 vorbis_parser: Move vp check to avoid a null pointer dereference 10 years ago
Michael Niedermayer c117da9d3e lpc: remove unneeded {} 10 years ago
Vittorio Giovara bc75b64cff vc1pred: remove logically dead code 10 years ago
Vittorio Giovara 208f3abb91 aacsbr: always initialize max_qmf_subbands 10 years ago
Michael Niedermayer 55b59fab88 roqaudio: Always use the frame buffer on flush 10 years ago
Vittorio Giovara 0562887a98 tiffenc: initialize return value 10 years ago
Luca Barbato 299d8ab104 cook: Make sure there is enough extradata 10 years ago
Vittorio Giovara b99ca86350 aacdec: avoid an out-of-bounds write 10 years ago
Vittorio Giovara 277ff7f5dc lavu: move internal define to the only places where it is used 10 years ago
Vittorio Giovara 9c12c6ff95 motion_est: convert stride to ptrdiff_t 10 years ago
Luca Barbato cd975d5658 hevc: Spin the mv_mpv_mode calls in a stand alone function 10 years ago
Vittorio Giovara 1f80742f49 qdm2: avoid integer overflow 10 years ago
Luca Barbato 312daa1589 vp9: Use the correct upper bound for seg_id 10 years ago
Luca Barbato d466d82faa dvdsubdec: Do not leak on failure path 10 years ago
Vittorio Giovara a42d5c861f libtwolame: prevent a NULL pointer dereference 10 years ago
Martin Storsjö aa8b39d999 lavc: Move the libtwolame encoder registration to the list for external libraries 10 years ago
Vittorio Giovara 85dc006b1a lavc: fix bitshifts amount bigger than the type 10 years ago
Vittorio Giovara 771656bd85 libvpxenc: clean memory on error 10 years ago
Anton Khirnov 8b573ddda7 hevc: remove superfluous assignments and checks 10 years ago
Anton Khirnov eac3ac1fe0 hevc: eliminate an unneeded intermediate variable 10 years ago
Anton Khirnov eb335f3c5c hevc: reduce variable scope 10 years ago
Anton Khirnov 84c0ece5fd hevc: further reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov a7b365ae19 hevc: reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov de1f8ead89 hevcdsp_template: templatize transquant_bypass 10 years ago
Anton Khirnov 16c01fb434 hevc: remove an unused function parameter 10 years ago
Anton Khirnov 84b9463984 hevc: remove a redundant line 10 years ago
Anton Khirnov 2c6a7f9348 hevc: do not store rqt_root_cbf in the context 10 years ago
Anton Khirnov 920bca3e23 hevc: do not store pcm_flag in the context 10 years ago
Martin Storsjö c00365b46d aarch64: Make the function pointer tables position independent 10 years ago
Michael Niedermayer 2fa6d21124 on2avc: Fix out of array access 10 years ago
Luca Barbato 74d7db586a dv: Drop a spurious check 10 years ago
Vittorio Giovara d16ec1b6db atrac3plus: always initialize refwaves 10 years ago
Vittorio Giovara 60e0ee7ca2 lpc: always initialize ref and err 10 years ago
Vittorio Giovara 3a6ddfb874 exr: check return value 10 years ago
Thilo Borgmann e4cb6abb2f bgmc: fix sizeof arguments 10 years ago
Vittorio Giovara a2448cfe16 jpeg2000: do not compute the same value twice 10 years ago
Vittorio Giovara 59846452af svq1enc: check ff_get_buffer return value 10 years ago
Vittorio Giovara 994ab1804b ansi: check ff_set_dimensions return value 10 years ago
Vittorio Giovara c7384664ba avs: check ff_set_dimensions return value 10 years ago
Vittorio Giovara 2b5c1efa14 g2meet: check ff_set_dimensions return value 10 years ago
Vittorio Giovara c6d7c201df indeo3: check ff_set_dimensions return value 10 years ago
Vittorio Giovara 8e104619a6 shorten: check for return value 10 years ago
Vittorio Giovara d5d2d6c3b8 dcadec: initialize variables before use 10 years ago
Vittorio Giovara 1a9c1333b5 escape124: explicitly set get_bits1 variable 10 years ago