13164 Commits (f1f60f5252b0b448adcce0c1c52f3161ee69b9bf)

Author SHA1 Message Date
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
Jason Garrett-Glaser 73be29b0c4 Slightly simplify VP8 inter_predict 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Justin Ruggles 243f8241db Flush final frames in libfaac encoder. 14 years ago
Vitor Sessak e0eb963aaa Fix memory leak in ALS decoder in big endian systems 14 years ago
Mans Rullgard d461a47317 Rearrange MpegEncContext to simplify access from asm 14 years ago
Vitor Sessak 3af1fe829e Fix overread in altivec DSP function sad16 14 years ago
Mans Rullgard 0745116c10 ARM: update MpegEncContext offsets 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje e5262ec44a Optimize C version of ff_emulated_edge_mc(). 14 years ago
Alex Converse e5c82df80e aacdec: Convert some loop copies into memcpy()s. 14 years ago
Stefano Sabatini 3c802cabba In the rawvideo decoder, set pkt_pts in the output frame. 14 years ago
Ronald S. Bultje 9d4bdcb714 Fix VP8 aliasing problems. 14 years ago
Alex Converse 5ce5dbc5f3 Make ff_float_to_int16*_c() static. 14 years ago
Diego Elio Pettenò ac28ce5fac Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects. 14 years ago
Justin Ruggles b5ec638343 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Justin Ruggles 37cb3eb534 Add special case for 2nd-order IIR filter. 14 years ago
Luca Barbato d1b6f33bf2 Add ff_ to AVHWAccel decoders 14 years ago
Ronald S. Bultje 22893e10ae VP8: don't overread edges on fourtap MC. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 2d162e3825 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
Justin Ruggles 4c57cde942 Add ff_ prefix to ac3_common_init(). 14 years ago
Justin Ruggles 24e3ad3031 ac3: Remove ff_ac3_critical_band_size_tab. 14 years ago
Diego Elio Pettenò 7767d8d361 Mark C base versions of FFT functions static to fft.c 14 years ago
Marco Gittler b09f548285 Pass field order flag to libx264 14 years ago
Diego Elio Pettenò 1a88674862 Make ff_add_wav static to ra144.c 14 years ago
Diego Elio Pettenò 13eb6b9097 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 14 years ago
Diego Elio Pettenò cf1d794a49 Make ff_ass_subtitle_header static to ass.c 14 years ago
Diego Elio Pettenò d625a32d6b Make ff_sin_tabs constant to rdft.c 14 years ago