13141 Commits (db44ea960d9b692e9683fffb13656a47d4166ac3)

Author SHA1 Message Date
Mans Rullgard ee5bb31f99 Fix build with threading disabled 14 years ago
Mans Rullgard 74711b72cc w32thread: add missing #include thread.h 14 years ago
Reimar Döffinger 7ade06cc2e check sample_fmt in avcodec_open 14 years ago
Alexander Strange 4a5a16898f vp3: Frame-based multithreading support 14 years ago
Alexander Strange 043d2ff267 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange b38f008ea6 Frame-based multithreading framework using pthreads 14 years ago
Jason Garrett-Glaser a97b9325cb Update qmin/qmax values for libx264 presets 14 years ago
Jason Garrett-Glaser 2c855cea85 Fix broken vbv_buffer_init handling in libx264.c 14 years ago
Jason Garrett-Glaser a1b0a3c8bd VP8: idct_mb optimizations 14 years ago
Ronald S. Bultje a239d534d7 Fix ff_emu_edge_core_sse() on Win64. 14 years ago
Stefan Kost 3e2a4e91bd logging: downgrade recoverable errors to warnings 14 years ago
Janne Grunau 154f7bb062 h264: define FF_PROFILE_H264_HIGH_444 to the correct value 14 years ago
Mans Rullgard ef15d71c1f VP8: ARM NEON optimisations for dsp functions 14 years ago
Kostya fff6c21295 Remove Xan WC4 cruft from xan.c 14 years ago
Kostya Shishkov abb5f2b7bf Xan4 decoder 14 years ago
Sascha Sommer e11afd71a3 pass QDMC extradata to the decoder 14 years ago
Alexander Strasser 21b032c431 vorbis dec: Remove obsolete comment 14 years ago
Alexander Strasser 350b2bb1a6 vorbis dec: cosmetics: Indent CPP cond properly 14 years ago
Alexander Strasser 6d173daece vorbis dec: cosmetics: Indent consistently 14 years ago
Alexander Strasser b2a51e3d48 vorbis dec: cosmetics: Indent after scope deletion 14 years ago
Alexander Strasser 21494e5537 vorbis dec: Delete useless scopes 14 years ago
Nicolas George 76ad67cae7 Implement guessed_pts in avcodec_decode_video2 14 years ago
Jindrich Makovicka 52b2e95cd9 dvdsubdec.c: prevent input buffer overflow 14 years ago
Diego Elio Pettenò 6a495e986f Make inter_rvlc and intra_rvlc static tables. 14 years ago
Anton Khirnov fbdcdaee6e Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Kieran Kunhya e10976eb77 Set channel_layout for mpegaudio 14 years ago
Alexander Strange 3c90abf40f vp3: Move table allocation code into a new function 14 years ago
Alexander Strange dc4a188309 vp3: Factor out expression 14 years ago
Jason Garrett-Glaser e9266a2be0 VP8: slightly faster loopfilter sharpness logic 14 years ago
Jason Garrett-Glaser 9efa368f19 VP8: faster deblock strength calculation 14 years ago
Clément Bœsch b9004bd50c Remove a few if (p) av_freep(&p) forms 14 years ago
Jason Garrett-Glaser c54ac7a8f2 VP8: faster filter_level clip 14 years ago
Jason Garrett-Glaser 8cde1b7997 VP8: simplify lf_delta mb mode logic 14 years ago
Anton Khirnov 7cb5258483 Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_* 14 years ago
Anton Khirnov 4d9c044d47 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago
Tomas Härdin 6cd67b9f5b Add CODEC_ID_PRORES and bump lavc minor version 14 years ago
Clément Bœsch e31a744155 Remove a few if (p) av_free(p) forms 14 years ago
Nicolas George cf96cce728 Set pkt_pts in avcodec_default_reget_buffer() 14 years ago
Justin Ruggles 1003022668 ac3enc: Change EXP_DIFF_THRESHOLD to 500. 14 years ago
Mans Rullgard 01b75fa931 ARM: add helper macro for declaring constant data 14 years ago
Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext. 14 years ago
Alex Converse a35d782d28 Fix ff_imdct_calc_sse() on gcc-4.6 14 years ago
Anssi Hannula 45eaec3029 h264: add profile names for the existing defines 14 years ago
Janne Grunau 94e3e83f13 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Gianluigi Tiesi 8a92ec71b3 dca: avoid C99 declaration in for() expression 14 years ago
Jason Garrett-Glaser 5ad4335c22 VP8: merge chroma MC calls 14 years ago
Ronald S. Bultje baffa091af Implement a SIMD version of emulated_edge_mc() for x86. 14 years ago
Justin Ruggles 389b5bfa34 cosmetics: indentation 14 years ago
Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 14 years ago
Jason Garrett-Glaser a4257d74e0 Slightly simplify VP8 inter_predict 14 years ago