15068 Commits (fd1a1f1484420379f27ec5dea8ae28dd0063d531)

Author SHA1 Message Date
Janne Grunau 2473a45c85 threads: change the default for threads back to 1 13 years ago
Janne Grunau afb8b207d6 threads: update slice_count and slice_offset from user context 13 years ago
Dustin Brody d2a0041c20 mpegaudiodec: switch error detection check to AV_EF_BUFFER 13 years ago
Dustin Brody f88949214c lavc: rename err_filter option to err_detect and document it 13 years ago
John Brooks 9b6aafba6c mpegvideo: fix invalid memory access for small video dimensions 13 years ago
Felipe Contreras c3d5e290ca ARM: fix build with FFT enabled and MDCT disabled 13 years ago
Jindřich Makovička a85ce653fb mpeg12: check for available bits to avoid an infinite loop 13 years ago
Donald Ovcharov ac84f2edd4 error_resilience: K&R formatting cosmetics 13 years ago
Justin Ruggles 01ed1c390d tta: cast output data pointer to the correct type 13 years ago
Janne Grunau 9e12002f11 rv34: add NEON rv34_idct_add 13 years ago
Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 13 years ago
Laurentiu Ion d859191322 pictordec: Use bytestream2 functions 13 years ago
Justin Ruggles 05f95443ca pcmenc: use AVCodec.encode2() 13 years ago
Justin Ruggles a6ccae3f4c avcodec: bump minor version and add APIChanges for the new audio encoding API 13 years ago
Justin Ruggles b2c75b6e63 avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 13 years ago
Justin Ruggles 5ee5fa021f avcodec: add a public function, avcodec_fill_audio_frame(). 13 years ago
Christophe GISQUET d78062386e rv34: Intra 16x16 handling 13 years ago
Christophe GISQUET 3eeb755763 rv34: Inter/intra MB code split 13 years ago
Reinhard Tartler e2ff436ef6 lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer() 13 years ago
Kostya Shishkov e6e7bfc11e wavpack: fix clipping for 32-bit lossy mode 13 years ago
Laurentiu Ion 4fccc7c46c vb: Use bytestream2 functions 13 years ago
Aneesh Dogra 4cd0bdae9a sgidec: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Diego Biurrun e44c11e9fa cosmetics: Move static and inline attributes to more standard places. 13 years ago
Martin Storsjö 57facb73ab libx264: Don't leave max_b_frames as -1 if the user didn't set it 13 years ago
Justin Ruggles faaebcdf6b targa: add support for rgb555 palette 13 years ago
Mans Rullgard 71b3a63e9c ARM: fix Thumb-mode simple_idct_arm 13 years ago
Mans Rullgard 5c5e1ea3cd ARM: 4-byte align start of all asm functions 13 years ago
Diego Biurrun 55b9ef18e4 cabac: split cabac.h into declarations and function definitions 13 years ago
Diego Biurrun 0a60780c7f cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. 13 years ago
Diego Biurrun 64d779f2f7 cabac: Remove ff_h264_lps_state array. 13 years ago
Alex Converse 4df30f7114 utils: Check for extradata size overflows. 13 years ago
Mans Rullgard 81dc6a2a3c ARM: rv34: fix asm syntax in dc transform functions 13 years ago
Janne Grunau 3547f8e8f8 rv34: fix and optimise frame dependency checking 13 years ago
Janne Grunau e1e369049e rv34: NEON optimised dc only inverse transform 13 years ago
Anton Khirnov f3d02a8b28 lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 13 years ago
Anton Khirnov a29c25a9b2 lavc: ifdef out parse_only AVOption 13 years ago
Anton Khirnov d54f1e6407 nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT 13 years ago
Anton Khirnov 0c71cc6526 mpegvideo_enc: ifdef out/replace references to deprecated codec flags. 13 years ago
Kostya Shishkov 08bab32cf1 indeo4: add some missing static and const qualifiers 13 years ago
Christophe GISQUET 3faa303a47 rv34: DC-only inverse transform 13 years ago
Alex Converse b5fc571e4f latmdec: Check AudioSpecificConfig length before decoding extradata. 13 years ago
Henrik Gramner e7d02b04dc fft: init functions with INIT_XMM/YMM. 13 years ago
Justin Ruggles 56f22b7e16 pcmenc: set frame_size to 0. 13 years ago
Justin Ruggles 82390f57d1 avcodec: add GSM parser 13 years ago
Diego Biurrun 5ea20630b4 Fix a bunch of platform name and other typos. 13 years ago
Janne Grunau f6a152db11 threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
Janne Grunau 9472d37d8e rv34: frame-level multi-threading 13 years ago
Janne Grunau 3ab7700018 mpegvideo: claim ownership of referenced pictures 13 years ago
Alex Converse 17ce52912f aacsbr: prevent out of bounds memcpy(). 13 years ago
Aneesh Dogra 29112db8c0 bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. 13 years ago