34582 Commits (04826b7ff02f3ad2b7ffa4257587df64ee88882c)

Author SHA1 Message Date
Michael Niedermayer 0869ff7e9d avcodec/utils: Check bits_per_raw_sample on video encoder open 9 years ago
Michael Niedermayer 13f266b50c avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range 9 years ago
Aman Gupta 3ec5d8fe0f libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR3 macro 9 years ago
Aman Gupta 55ca79f526 libavcodec/ccaption_dec: clean up and standardize white space 9 years ago
Derek Buitenhuis 72673ad7ea avcodec: Remove libstagefright 9 years ago
Andreas Cadhalpun da3c3c446c avpacket: fix size check in packet_alloc 9 years ago
Andreas Cadhalpun fa74cdc60d parser: add av_assert1 to make sure the codec matches 9 years ago
Michael Niedermayer 5b4da8a38a avcodec/motion_est: Fix mv_penalty table size 9 years ago
Aman Gupta e7271e6d07 libavcodec/ccaption_dec: remove unnecessary include 9 years ago
Michael Niedermayer 68eb20801d avcodec/dxv: Check idx in dxv_decompress_dxt5() 9 years ago
Michael Niedermayer eb8a67de75 avcodec/dxv: Check idx in CHECKPOINT() 9 years ago
Ganesh Ajjanagadde 43624a669b lavc/pcm_tablegen: slight speedup of table generation 9 years ago
Michael Niedermayer 7cc01c2572 avcodec/h264_slice: Fix integer overflow in implicit weight computation 9 years ago
Michael Niedermayer 9434ec5f76 avcodec/h264_refs: Fix and add back trace code removed in e1c5170c63 9 years ago
Andreas Cadhalpun e7a7b3135a vorbisdec: reject rangebits 0 with non-0 partitions 9 years ago
Mats Peterson bf42a7ef6d lavc/qtrle: Use AV_PIX_FMT_PAL8 for 1-bit video 9 years ago
Michael Niedermayer 4da2ac5c7a avcodec/h264: Fix regression caused by removial of default_ref_list 9 years ago
Andreas Cadhalpun b4b13848de vorbisdec: reject channel mapping with less than two channels 9 years ago
Diego Biurrun 2080bea4a7 h264_refs: Remove broken trace debug code 9 years ago
Diego Biurrun 58170b0271 lavc: Add missing #includes for ff_dlog() 9 years ago
Andreas Cadhalpun 43ff4aed26 lavc: use get_bitsz to simplify the code 9 years ago
Andreas Cadhalpun 713654d9d3 get_bits: add get_bitsz for reading 0-25 bits 9 years ago
Michael Niedermayer cccb0ffccc avcodec/put_bits: Always check buffer end before writing 9 years ago
Hendrik Leppkes b95cba7b3c avcodec/dca: remove unused float quant table 9 years ago
Hendrik Leppkes 51da00e24c dca: adjust decoding of the XBR extension for integer core decoding 9 years ago
Hendrik Leppkes 42ff56e362 lavc: fix profile declarations for vdpau decoders 9 years ago
Hendrik Leppkes e760641720 lavc: add vp9 profiles to AVCodecDescriptor 9 years ago
Maxym Dmytrychenko 3b6473b43e qsvdec: properly handle the warning from MFXVideoCORE_SyncOperation 9 years ago
Maxym Dmytrychenko a43905f4ae qsvenc_hevc: improve the default settings 9 years ago
Anton Khirnov 9d74012761 h264: improve behaviour with invalid reference lists 9 years ago
Michael Niedermayer 3843e52cb4 avcodec/ffv1enc: Support AV_PIX_FMT_YA8 9 years ago
Michael Niedermayer 48985576b1 avcodec/ffv1dec: Support AV_PIX_FMT_YA8 9 years ago
Andreas Cadhalpun 7ea2db6eaf mjpegdec: extend check for incompatible values of s->rgb and s->ls 9 years ago
Alexandra Hájková 40d9496773 dca: use defines for subband related constants 9 years ago
Ganesh Ajjanagadde b492fbcc6e lavc/dsd_tablegen: always generate tables at runtime 9 years ago
Rostislav Pehlivanov 8de5b0d966 dirac_dwt: remove unnecessary undefs 9 years ago
Ganesh Ajjanagadde 05434b0eea lavc/cook: get rid of wasteful pow in init_pow2table 9 years ago
Ganesh Ajjanagadde b272c3a5aa lavc/dsd_tablegen: speed up table generation 9 years ago
Janne Grunau 8563f98871 x86: use emms after ff_int32_to_float_fmul_scalar_sse 9 years ago
Mark Harris c51c08e0e7 avcodec: Use get_ue_golomb_long() when needed 9 years ago
Janne Grunau f4f27e4cf1 x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly 9 years ago
Hendrik Leppkes 50401f5fb7 avcodec: properly check pkt_timebase for validity 9 years ago
Michael Niedermayer 3215342121 avcodec/on2avc: Fix stability issues with scale_tab generation 9 years ago
Ganesh Ajjanagadde c5b3c4c741 lavc/snowenc: replace rint by lrint 9 years ago
Ganesh Ajjanagadde 5979c740f5 lavc/dds: replace rint by lrint 9 years ago
Ganesh Ajjanagadde e09edc62cd lavc/texturedsp: replace rint by lrint 9 years ago
Ganesh Ajjanagadde 71af38954b avcodec/on2avc: fix regression on icc since 5495c7f 9 years ago
Diego Biurrun 69a68593ce Remove stray line breaks from avpriv_{report_missing_feature|request_samples} 9 years ago
Ganesh Ajjanagadde 0abdcae5a9 lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x) 9 years ago
Ganesh Ajjanagadde 25ae086db2 lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) 9 years ago