22599 Commits (b5884db437eebe136efef63a8186b7b4b51b5525)

Author SHA1 Message Date
  Janne Grunau 9a2e79116d golomb: use unsigned arithmetics in svq3_get_ue_golomb() 12 years ago
  Nicolas George e6701d51e1 lavc/mlpdec: reset layout when channels change. 12 years ago
  Paul B Mahol 3fd60d8049 gifdec: port to bytestream2 API 12 years ago
  Josh Allmann b3deec3253 takdec: fix initialisation of LOCAL_ALIGNED array 12 years ago
  Mans Rullgard cd71af90a9 takdec: fix initialisation of LOCAL_ALIGNED array 12 years ago
  Michael Niedermayer 419ade4b61 lavc: check dimensions for video encoders 12 years ago
  Paul B Mahol 57231e4d5b tak: demuxer, parser, and decoder 12 years ago
  Michael Niedermayer 096abfa150 parser: fix large overreads 12 years ago
  Michael Niedermayer 41540b36a1 bitstream: add get_bits64() to support reading more than 32 bits at once 12 years ago
  Mans Rullgard b326755989 arm: rename ARMVFP config symbol to VFP 12 years ago
  Mans Rullgard a7831d509f arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation 12 years ago
  Mans Rullgard c29d49c1b3 dct-test: arm: indicate required cpu features for optimised funcs 12 years ago
  Anton Khirnov 380232fac3 snow: fix build after 594d4d5df3 12 years ago
  Paul B Mahol 6777aa6387 lavc/takdec: s/get_b/get_bits_esc4 12 years ago
  Martin Storsjö 4ed0c35c40 avcodec: Fix a typo in an option description 12 years ago
  Paul B Mahol 1c779854b5 lavc/takdec: simplify code 12 years ago
  Mans Rullgard 92dad6687f arm: fix use of uninitialised value in ff_fft_fixed_init_arm() 12 years ago
  Michael Niedermayer ea6da80cb4 diracdec: check dimensions against chroma format. 12 years ago
  Martin Storsjö 2c96392277 avpicture: Don't assume a valid pix fmt in avpicture_get_size 12 years ago
  Janne Grunau a394959bbe h264: add a pointer for weighted prediction temporary buffer 12 years ago
  Janne Grunau d7d6efe42b h264: check sps.log2_max_frame_num for validity 12 years ago
  Janne Grunau 480be07a96 flac: change minimum and default of lpc_passes option to 1 12 years ago
  Christophe Gisquet 2aef3d66c9 SBR DSP x86: implement SSE sbr_hf_gen 13 years ago
  Christophe Gisquet 9a16359c38 AAC SBR: use AVFloatDSPContext's vector_fmul 12 years ago
  Michael Niedermayer f5d6b0c9c2 diracdec: fix typo in mctmp allocation 12 years ago
  Michael Niedermayer 2f6ec9fdd7 diracdec: Test mctmp and mcscratch for malloc failure. 12 years ago
  Michael Niedermayer b84d1bf193 diracdec: fix emulated_edge condition, fix out of array reads 12 years ago
  Paul B Mahol f8d68822c0 takdec: use samplefmt.h from libavutil 12 years ago
  Paul B Mahol 6a7fed193c add missing dependency for tak demuxer 12 years ago
  Paul B Mahol 4e4a95b18e takdec: remove get_code() and use get_sbits() directly 12 years ago
  Michael Niedermayer 4b6869d6e0 bitstream: make vlc init of static tables thread safe. 12 years ago
  Paul B Mahol 586c2528a0 dxa: port to bytestream2 API 12 years ago
  Paul B Mahol 4d1912ff4d huffyuv: return meaningful error codes 12 years ago
  Paul B Mahol 4a722a5cab huffyuv: check for malloc failures 12 years ago
  Paul B Mahol 7f261ac850 huffyuv: make use of av_fast_padded_malloc() 12 years ago
  Janne Grunau 3ab5f7dc13 h264: slice-mt: check master context for valid current_picture_ptr 12 years ago
  Janne Grunau 24c62ea7a5 h264: slice-mt: get last_pic_dropable from master context 12 years ago
  Michael Niedermayer 7885fa7685 ff_lock_avcodec: make the lock state be consistent in case of failure. 12 years ago
  Michael Niedermayer 2dec950f49 avcodec_open: if obtaining a lock fails, dont attempt to unlock it. 12 years ago
  Michael Niedermayer 0393cf15db Revert "Acquire lock when initializing parsers." 12 years ago
  Michael Niedermayer eed865540a Revert "Add assert that the avcodec lock is held when initializing static VLC tables." 12 years ago
  Michael Niedermayer d7169280a6 frame_thread_encoder: fix locking while locks are held 12 years ago
  Michael Niedermayer bde6f6eadc vc1dec: prevent v_edge_pos from becoming negative. 12 years ago
  Michael Niedermayer b6a7f66f93 resample: remove disabled debug code 12 years ago
  Janne Grunau 5945c7b35d h264: slice-mt: check master context for valid current_picture_ptr 12 years ago
  Janne Grunau a8cb1746c5 h264: slice-mt: get last_pic_dropable from master context 12 years ago
  Justin Ruggles 5e1bbb8c7e alacenc: add support for multi-channel encoding 12 years ago
  Paul B Mahol 9f66531d46 lavc/dxa: return meaningful error codes 12 years ago
  Reimar Döffinger dd154198b1 Add assert that the avcodec lock is held when initializing static VLC tables. 12 years ago
  Reimar Döffinger 7feef7dbca Acquire lock when initializing parsers. 12 years ago