15500 Commits (4b4a6ebd68ca1d901b291f9bb4f5225daf876b8b)

Author SHA1 Message Date
  Justin Ruggles 119974b164 adpcm_ima_wav: process channel-interleaved blocks sequentially rather than simultaneously. 13 years ago
  Justin Ruggles 7c287b18a0 adpcm: update reference links 13 years ago
  Justin Ruggles ac94b8bcc6 adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder. 13 years ago
  Justin Ruggles de0b586a87 adpcm: simplify and speed up several ADPCM decoders. 13 years ago
  Justin Ruggles 5a9ed7c110 adpcm: pretty-print tables 13 years ago
  Michael Niedermayer 04b4353f07 g723.1: very minor simplify of gen_acb_excitation() 13 years ago
  Michael Niedermayer 631eee6e90 g723.1: use MULL(a,b,15) for MULL2() 13 years ago
  Michael Niedermayer cb58adaaa3 g723.1: simplify scale_vector() 13 years ago
  Michael Niedermayer 431f8af824 g723.1: replace loop of normalize_bits( by av_log2() 13 years ago
  Vitor Sessak 6e505547f1 g723.1: cleanup square_root() 13 years ago
  Michael Niedermayer c02c52f7b2 g723.1_ use skip_bits1() 13 years ago
  Michael Niedermayer fac3ac3970 g723.1: use get_bits1() 13 years ago
  Michael Niedermayer 11512367d3 celp_math: cleanup ff_dot_product() 13 years ago
  Mohamed Naufal Basheer f990dc374e Add the G723.1 demuxer and decoder 14 years ago
  Mohamed Naufal Basheer da43980fa5 Add G.723.1 decoder data tables 14 years ago
  Mohamed Naufal Basheer a82c6238ae Add dot_product function for use by the G.723.1 decoder 14 years ago
  Mohamed Naufal Basheer bcc67dffa0 Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 decoder 14 years ago
  Alex Converse fcbe421cee prores: Handle 0 or fewer bits left 13 years ago
  Mans Rullgard bf00a73ace dca: clear inactive subbands only once in qmf_32_subbands() 13 years ago
  Laurent Aimar b4483a531a Check for unsupported parameters in ff_j2k_dwt_init() 13 years ago
  Laurent Aimar 02660a8713 Check for out of bound reads in jpeg 2000 decoder. 13 years ago
  Laurent Aimar 41b7389cad Prevent calling init_vlc() with invalid parameters in motionpixels decoder. 13 years ago
  Laurent Aimar 56ee5a9ad1 Prevent NULL dereference when the palette is missing in the xan decoder. 13 years ago
  Laurent Aimar 5279141c1d Fixed out of bound accesses in xan_unpack() of the xan decoder. 13 years ago
  Michael Niedermayer 237d31e0b9 h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list() 13 years ago
  Michael Niedermayer dc9ce40069 h264: More correct ref_count check in decode_slice_header() 13 years ago
  Carl Eugen Hoyos 75f26a6f0b Use "JPEG 2000" as long name for j2k. 13 years ago
  Nicolas George 769298a686 libvpxenc: Replace av_realloc by av_realloc_f when relevant. 13 years ago
  Nicolas George 198ed6474d bitstream: Replace av_realloc by av_realloc_f when relevant. 13 years ago
  Michael Niedermayer e89f58810d libx264: remove check_default_settings() 13 years ago
  Mans Rullgard baf6b738f2 ARM: NEON optimised vector_fmac_scalar() 13 years ago
  Mans Rullgard a92a1b93b4 dca: use vector_fmac_scalar from dsputil 13 years ago
  Mans Rullgard fcca826a63 dsputil: add vector_fmac_scalar() 13 years ago
  Nicolas George 6d98e2db35 j2kdec: use correct printf format. 13 years ago
  Michael Niedermayer 7393b41744 j2kenc: Fix pointer<->integer casts. 13 years ago
  Michael Niedermayer 5a6e7771ed h264: dont set key_frame when the frame is not a real keyframe. 13 years ago
  Laurent Aimar 1f024b8820 Check for out of bound reads in the flic decoder. 13 years ago
  Laurent Aimar feca3ba053 Prevent out of bound accesses in the xan decoder. 13 years ago
  Laurent Aimar b9596a5037 Check for invalid/corrupted bitstream in sun raster decoder. 13 years ago
  Laurent Aimar 19e95b8845 Prevent NULL dereferences when missing the reference frame in the xan decoder. 13 years ago
  Laurent Aimar 039f3c33ff Check for out of bounds reads in sun rasterfile decoder. 13 years ago
  Laurent Aimar 61930119cb Check for corrupted extra data in wmavoice decoder. 13 years ago
  Laurent Aimar e09ae22ab7 Check for out of bound writes in the wmavoice decoder. 13 years ago
  Laurent Aimar 66aae97a60 Prevent NULL dereferences when missing the reference frame in the bink decoder. 13 years ago
  Michael Niedermayer 2fbf691038 j2kenc: Fix use of value before its initialized. 13 years ago
  Michael Niedermayer 398b5327a3 j2kenc: only list pixel formats that fully work currently. 13 years ago
  Michael Niedermayer 2214a67de5 j2kenc: fix colors on yuv444 13 years ago
  Michael Niedermayer 34ac8ec2ea j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled yuv formats 13 years ago
  Michael Niedermayer c4b269c5c6 build system: enable j2kenc 13 years ago
  Michael Niedermayer e6aed5f404 j2kenc: fix coded_frame and prevent null pointer dereference. 13 years ago