20643 Commits (50efde6bcb96315d067ed2b5761b9fbc3e137b42)

Author SHA1 Message Date
Michael Niedermayer 71d6eb2208 dnxhdenc: remove redundant call to ff_dsputil_init() 13 years ago
Michael Niedermayer 8deddc6961 avcodec_alloc_frame: dont zero the whole struct twice 13 years ago
Anton Khirnov 7a1a9dd56c pthread: make sure AVFrame.extended_data is set properly. 13 years ago
Nathan Caldwell c8ba8be27e libfdk-aac: reindent after last commit 13 years ago
Nathan Caldwell 94a69dee64 libfdk-aac: Limit to supported sample rates. 13 years ago
Derek Buitenhuis 2768b71798 cbrt_tablegen: Include libm.h 13 years ago
Michael Niedermayer aea15df3b4 ffv1dec: change bitstream end check to a exact check instead of a +-1 check 13 years ago
Michael Niedermayer d8676140de ffv1: inject sentinels for RC->VLC transitions begining with 1.3 13 years ago
Michael Niedermayer ad9371ef24 ffv1enc: fix RC slice sentinel 13 years ago
John Van Sickle a716006a7d libx264: change default to closed gop to match x264cli 13 years ago
Stefano Sabatini f3bd6fa7a8 lavc/mmvideo: forward reget_buffer return value in mm_decode_frame() 13 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 13 years ago
Anton Khirnov a42aadabc6 lavc: add avcodec_free_frame(). 13 years ago
Anton Khirnov b437cec143 lavc: ensure extended_data is set properly on decoding 13 years ago
Anton Khirnov 2bc0de3858 lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults() 13 years ago
Anton Khirnov c084a975aa lavc: use av_mallocz to allocate AVFrames. 13 years ago
Anton Khirnov a83499b13b lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults 13 years ago
Stefano Sabatini efa3d5af1e lavc/roqvideodec: fix error message 13 years ago
Stefano Sabatini b1fee1be61 lavc/roqvideodec: propagate reget_buffer() error code 13 years ago
Stefano Sabatini d2c70ec07f lavc/roqvideodec: remove useless headers 13 years ago
Michael Niedermayer 127b70e423 ra144: factor division out 13 years ago
Reimar Döffinger 3905caf251 Document that the MPEG12 "fast" functions can read out of bounds. 13 years ago
Clément Bœsch 2599541b3d WebVTT demuxer and decoder. 13 years ago
Justin Ruggles 0ccf051a9d avcodec: fix memleak in avcodec_encode_audio2() 13 years ago
Michael Niedermayer 79bf1f0ad0 rawdec: fix "warning: assignment from incompatible pointer type" 13 years ago
Michael Niedermayer 07cdd39478 pnmdec: use explicit casts to remove const to avoid warning with clang 13 years ago
Michael Niedermayer 8d45c001a8 flac_parser: fix fifo ptr wrap check 13 years ago
Reimar Döffinger c54e00610f sipr: fall back to setting mode based on bit_rate. 13 years ago
Anton Khirnov e52e4fe10d libx264: add forgotten ; 13 years ago
Andrey Utkin cc07a7925e Add av_copy_packet() 13 years ago
Andrey Utkin d33908a5fc Move av_dup_packet() copy logic to separate procedure 13 years ago
Mans Rullgard a27a690fac ARM: swap source operands in some add instructions 13 years ago
Mans Rullgard a34a609fc1 motion_est: fix use of inline on extern functions 13 years ago
Michael Niedermayer 16e52c86ba error_resilience: guess_dc: check malloc failure 13 years ago
Michael Niedermayer d2981b8ef1 h263dec: disable coded dimensions = 0 handling 13 years ago
Michael Niedermayer d1974e05d1 j2k: fix "static is not at beginning of declaration" warning 13 years ago
Michael Niedermayer 36c2694d83 dcadec: fix "set but not used" variable 13 years ago
John Van Sickle 9bf41210a9 libx264: add support for nal-hrd, required for Blu-ray streams. 13 years ago
Alex Converse df6c3f9fb3 tiffdec: Add support for GRAY16LE. 13 years ago
Alex Converse 298ed797e1 tiffenc: Add support for little endian RGB48 and GRAY16 13 years ago
Janne Grunau 8701f4f8e8 mpeg4: support frame parameter changes with frame-mt 13 years ago
Janne Grunau 01fc5d6609 mpegvideo: check ff_find_unused_picture() return value for errors 13 years ago
Janne Grunau 32c7589bb7 mpegvideo: release frame buffers before freeing them 13 years ago
Michael Niedermayer d5fd610dab wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning. 13 years ago
Janne Grunau b16d001b62 rv34: use ff_MPV_common_frame_size_change() 13 years ago
Janne Grunau 435c0b87d2 mpegvideo: add reinit function for frame parameter changes 13 years ago
Janne Grunau 1b3439b305 mpegvideo: move frame size dependent memory management to separate functions 13 years ago
Michael Niedermayer 0b2ac679e2 sonic: factorize tail_size 13 years ago
Michael Niedermayer 512beea529 sonicenc: limit quant so that golomb codes are less than 32 bits long 13 years ago
Michael Niedermayer efac6f7472 x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL 13 years ago