19428 Commits (29e720da76ca353dbda9f881562902b41c355b77)

Author SHA1 Message Date
  Vittorio Giovara 61fdbf7ff6 lavc: fix bitshifts amount bigger than the type 11 years ago
  Martin Storsjö 5276174859 lavc: Move the libtwolame encoder registration to the list for external libraries 11 years ago
  Vittorio Giovara 4d11e4b47d libtwolame: prevent a NULL pointer dereference 11 years ago
  Luca Barbato 5891fd017a dvdsubdec: Do not leak on failure path 11 years ago
  Vittorio Giovara e9aeaa6441 qdm2: avoid integer overflow 11 years ago
  Vittorio Giovara fbc20c3b85 aacdec: avoid an out-of-bounds write 11 years ago
  Luca Barbato 484e015dc8 cook: Make sure there is enough extradata 11 years ago
  Vittorio Giovara b82170336f tiffenc: initialize return value 11 years ago
  Michael Niedermayer 12e1a7013a roqaudio: Always use the frame buffer on flush 11 years ago
  Luca Barbato e7ee74485b hnm4: Use av_image_check_size 11 years ago
  Vittorio Giovara 4edbb0955e png_parser: fix size of chunk_lenght 11 years ago
  Michael Niedermayer 2a75c0b1ca aacsbr: change order of operation to prevent out of array read 11 years ago
  Michael Niedermayer 1fd55ec507 svq1dec: Unbreak the scratch buffer allocation 11 years ago
  Thiago Santos 20f9cf744a vaapi: wrap codec specific functions in appropiate #ifs 11 years ago
  Vittorio Giovara 20d6ae4626 hevc: always clip luma_log2_weight_denom 11 years ago
  Luca Barbato 23fe589e19 prores: Evaluate all the quantizers 11 years ago
  Luca Barbato 9bd4561d74 tiff: Check the check_size() return value and forward it 11 years ago
  Michael Niedermayer 21683549ed h261dec: Fix context initialization sequence 11 years ago
  Vittorio Giovara 1411f073fd aacenc: correctly check returned value 11 years ago
  Alexandre Colucci 3d0752d82f xsub: Support DXSA subtitles 11 years ago
  Anton Khirnov bfe18be88a mpeg4audio: check the init_get_bits() return value 11 years ago
  Anton Khirnov 883795fb0f h264: restore a block mistakenly removed in e10fd08a 11 years ago
  Michael Niedermayer 4895211635 on2avc: check number of channels 11 years ago
  Michael Niedermayer 58dc526ebf smc: fix the bounds check 11 years ago
  Michael Niedermayer eac49477aa gifdec: refactor interleave end handling 11 years ago
  Anton Khirnov 69a930b988 mmvideo: check frame dimensions 11 years ago
  Anton Khirnov 55788572ea jvdec: check frame dimensions 11 years ago
  Anton Khirnov aa7a19b417 mjpegdec: check for pixel format changes 11 years ago
  Luca Barbato 3ea49fc508 vc1: Do not assume seek happens after decoding 11 years ago
  Anton Khirnov ca78ee73db opusdec: make sure all substreams have the same number of coded samples 11 years ago
  Vittorio Giovara e443165c32 imc: fix order of operations in coefficients read 11 years ago
  Anton Khirnov 0b41eeac45 hevc_mvs: make sure to always initialize the temporal MV fully 11 years ago
  Anton Khirnov de31f85707 hevc_mvs: initialize the temporal MV in case of missing ref 11 years ago
  Michael Niedermayer ff24824a72 h264: reset ret to avoid propagating minor failures 11 years ago
  Luca Barbato 570cefb02b hevc: Initialize mergecand_list to 0 11 years ago
  Rémi Denis-Courmont ce0972ecdd mpeg12: Always invoke the get_format() callback 11 years ago
  Rémi Denis-Courmont 09c848855a h264: Always invoke the get_format() callback 11 years ago
  Michael Niedermayer 480633c6c2 avcodec: fix missing doxygen comment marker 11 years ago
  Vittorio Giovara 110841c3ab avcodec: add stream-level stereo3d side data 11 years ago
  Luca Barbato ee099059e7 vc1: Initialize start_code_found to 0 11 years ago
  Luca Barbato 8c91414803 vc1: Fix the skip condition 11 years ago
  Diego Biurrun d2bad216f7 mpeg12enc: Add missing #include for PICT_FRAME 11 years ago
  Diego Biurrun d04fb11868 error_resilience: Drop asserts from guess_mv() 11 years ago
  Diego Biurrun 6af2930222 pcm: Drop av_unused attribute from variable that is always used 11 years ago
  Diego Biurrun 14d2006ca6 pcm: Drop unused variable from DECODE_PLANAR macro 11 years ago
  Diego Biurrun d456baafb6 vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr() 11 years ago
  Christophe Gisquet 41e1354c10 proresenc: Properly account for alpha plane 11 years ago
  Christophe Gisquet 45ce880a9b proresenc: Realloc if buffer is too small 11 years ago
  Christophe Gisquet 58b68e4fde proresenc: Report buffer overflow 11 years ago
  Christophe Gisquet b16699f2da proresenc: Remove unneeded parameters from encode_alpha_plane() 11 years ago