16546 Commits (2768b717987d4e19d2774890d7d84aef531b1d9f)

Author SHA1 Message Date
Derek Buitenhuis 2768b71798 cbrt_tablegen: Include libm.h 13 years ago
John Van Sickle a716006a7d libx264: change default to closed gop to match x264cli 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
Justin Ruggles 0ccf051a9d avcodec: fix memleak in avcodec_encode_audio2() 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
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
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
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
Luca Barbato 419ffb2390 avcodec: cleanup utils.c 13 years ago
Justin Ruggles ee90119e9e binkaudio: remove unneeded GET_BITS_SAFE macro 13 years ago
Justin Ruggles 7bfd1766d1 binkaudio: use float sample format 13 years ago
Justin Ruggles 0801b5979b binkaudio: use a different value for the coefficient scale for the DCT codec 13 years ago
Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 13 years ago
Thilo Borgmann ac3f5a6879 alsdec: check return values. 13 years ago
Thilo Borgmann 66197988b1 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 13 years ago
Thilo Borgmann 97f0efbfb8 alsdec: Fix out of ltp_gain_values read. 13 years ago
Michael Niedermayer 5b051ec3bd alsdec: Check that quantized parcor coeffs are within range. 13 years ago
Michael Niedermayer 9853e41aa0 alsdec: check opt_order. 13 years ago
Michael Niedermayer 23aae62c2c alsdec: Check k used for rice decoder. 13 years ago
Anton Khirnov 34ebbbfeec xsubenc: reindent 13 years ago
Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 13 years ago
Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 13 years ago
Mans Rullgard 2568646abb mpegvideo: drop unnecessary arguments to hpel_motion() 13 years ago
Mans Rullgard 66f5a6b419 mpegvideo: drop 'inline' from some functions 13 years ago
Anton Khirnov 66f52d0c3d nellymoserdec: drop support for s16 output. 13 years ago
Anton Khirnov 8b78c2969a bmpdec: only initialize palette for pal8. 13 years ago
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 13 years ago
Mans Rullgard cb6632809d libavcodec: remove av_destruct_packet_nofree() 13 years ago
Luca Barbato 714508bcb9 vorbisdec: ensure FASTDIV denominator is never 1 13 years ago
Diego Biurrun 58139e141b x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place 13 years ago
Diego Biurrun 2017f0fdb7 x86: Remove some leftover declarations for non-existent functions 13 years ago
Martin Storsjö 91ff4e83ca x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared 13 years ago
Mans Rullgard 97cb9236cf ac3: move ac3_downmix() from dsputil to ac3dsp 13 years ago
Tim Walker 3844572887 mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Libav channel. 13 years ago
Diego Biurrun 76fa7e09f1 utvideoenc: Add missing AV_ prefix to codec ID 13 years ago
Diego Biurrun 1648a508fa x86: dsputil: Move specific optimization settings out of global init function 13 years ago