13043 Commits (52091491575f015c09a32a745de4f7f7592fe6d4)

Author SHA1 Message Date
Mans Rullgard 44adbebe17 Remove final semicolon from some macros 14 years ago
Ronen Mizrahi df211c3ab7 dvbsubenc: Fix placement of the object version 14 years ago
Janne Grunau 493aa30adf dvbsubdec: check against buffer overreads 14 years ago
Reimar Döffinger 4a72765a1c Do not fail DVB sub decoding because of a few padding bytes 14 years ago
Justin Ruggles dda3f0ef48 Add x86-optimized versions of exponent_min(). 14 years ago
Mans Rullgard b4668274b9 Remove incorrect return statement from avcodec_thread_free() 14 years ago
Mans Rullgard dbb09ec23f ivi_dsp: remove semicolons after function definitions 14 years ago
Mans Rullgard 9a77a92c2b Fix build with threading disabled 14 years ago
Mans Rullgard aef669cdfd w32thread: add missing #include thread.h 14 years ago
Reimar Döffinger 2cfa2d9258 check sample_fmt in avcodec_open 14 years ago
Alexander Strange d23845f311 vp3: Frame-based multithreading support 14 years ago
Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 14 years ago
Jason Garrett-Glaser c7ac200d15 Update qmin/qmax values for libx264 presets 14 years ago
Jason Garrett-Glaser f7f8120fb9 Fix broken vbv_buffer_init handling in libx264.c 14 years ago
Jason Garrett-Glaser 62457f9052 VP8: idct_mb optimizations 14 years ago
Ronald S. Bultje 17cf7c68ed Fix ff_emu_edge_core_sse() on Win64. 14 years ago
Stefan Kost ae2104791f logging: downgrade recoverable errors to warnings 14 years ago
Janne Grunau 440b61691d h264: define FF_PROFILE_H264_HIGH_444 to the correct value 14 years ago
Mans Rullgard a1c1d3c003 VP8: ARM NEON optimisations for dsp functions 14 years ago
Jindrich Makovicka 5bea615dc3 dvbsubdec: pass correct input buffer size 14 years ago
Kostya 90e8a9c34f Remove Xan WC4 cruft from xan.c 14 years ago
Kostya Shishkov 44ddfd47d6 Xan4 decoder 14 years ago
Sascha Sommer ed19fafd48 pass QDMC extradata to the decoder 14 years ago
Diego Elio Pettenò 84ae8936f6 Make inter_rvlc and intra_rvlc static tables. 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Kieran Kunhya f4a86bc981 Set channel_layout for mpegaudio 14 years ago
Alexander Strange edbb0c0708 vp3: Move table allocation code into a new function 14 years ago
Alexander Strange e8dcd73058 vp3: Factor out expression 14 years ago
Jason Garrett-Glaser 8a2c99b486 VP8: slightly faster loopfilter sharpness logic 14 years ago
Jason Garrett-Glaser 79dec1541b VP8: faster deblock strength calculation 14 years ago
Clément Bœsch 523d9407d5 Remove a few if (p) av_freep(&p) forms 14 years ago
Jason Garrett-Glaser a1b227bb53 VP8: faster filter_level clip 14 years ago
Jason Garrett-Glaser dd18c9a050 VP8: simplify lf_delta mb mode logic 14 years ago
Anton Khirnov 151595fe2e Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_* 14 years ago
Anton Khirnov b2ed95ec48 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago
Tomas Härdin f5b82f45dc Add CODEC_ID_PRORES and bump lavc minor version 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Nicolas George 62ecd3635a Set pkt_pts in avcodec_default_reget_buffer() 14 years ago
Justin Ruggles c3beafa0f1 ac3enc: Change EXP_DIFF_THRESHOLD to 500. 14 years ago
Mans Rullgard b9a639ddd6 ARM: add helper macro for declaring constant data 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Alex Converse 770c410fbb Fix ff_imdct_calc_sse() on gcc-4.6 14 years ago
Anssi Hannula 71e0bee9ea h264: add profile names for the existing defines 14 years ago
Janne Grunau fe9a3fbe42 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Gianluigi Tiesi e86e858111 dca: avoid C99 declaration in for() expression 14 years ago
Jason Garrett-Glaser 64233e702a VP8: merge chroma MC calls 14 years ago
Ronald S. Bultje 81f2a3f4ff Implement a SIMD version of emulated_edge_mc() for x86. 14 years ago
Justin Ruggles d19b744a36 cosmetics: indentation 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago