26285 Commits (74d127b537d18cc9a2bf2b556900705f7b2af2be)
 

Author SHA1 Message Date
Stefano Sabatini bb90d855d7 Consistently use Uppercase for the first character of the log 14 years ago
Stefano Sabatini 99ac59ca69 Make link_filter() propagate the generated error code. 14 years ago
Stefano Sabatini f219eee592 Fix style: "if(" -> "if (". 14 years ago
Jason Garrett-Glaser 968570d65f Calculate deblock strength per-MB instead of per-row 14 years ago
Jason Garrett-Glaser d1c58fce20 Avoid tracking i4x4 modes in P-frames in VP8 14 years ago
Jason Garrett-Glaser 158e062c95 Avoid useless fill_rectangle in P-frames in VP8 14 years ago
Jason Garrett-Glaser 7bf254c41d Optimize partition mv decoding in VP8 14 years ago
Jason Garrett-Glaser c0498b3031 Take shortcuts for mv0 case in VP8 MC 14 years ago
Jason Garrett-Glaser 702e8d3376 Much faster VP8 mv and mode prediction 14 years ago
Jason Garrett-Glaser d229ae2b62 Convert vp56_mv to 16-bit. 14 years ago
Jason Garrett-Glaser d864dee8ab Add prefetching to VP8 decoder 14 years ago
Ronald S. Bultje 003243c3c2 Fix and enable horizontal >=SSE2 mbedge loopfilter. 14 years ago
Loren Merritt c7b1d9768c relicense h264 deblock sse2 to lgpl 14 years ago
Stefano Sabatini a33e036577 Add APIchanges entry after libavcore addition. 14 years ago
Loren Merritt 532e769701 sync yasm macros from x264 14 years ago
Jason Garrett-Glaser 8731dbd890 Eliminate one instruction in VP8 dc_add_sse4 14 years ago
Vitor Sessak 0662bf22ec Add WMAPro regtests 14 years ago
Jason Garrett-Glaser 7dd224a42d Various VP8 x86 deblocking speedups 14 years ago
Aurelien Jacobs 8a810ccbba use return value of ff_get_line() 14 years ago
Aurelien Jacobs b0335fd957 document ff_get_line() 14 years ago
Aurelien Jacobs a43416a540 improve ff_get_line to return line length 14 years ago
Aurelien Jacobs 7c89295145 move ff_get_line to aviobuf.c 14 years ago
Aurelien Jacobs 80769fb73f rename get_line to ff_get_line 14 years ago
Jason Garrett-Glaser b8b231b5dc Make mmx VP8 WHT faster 14 years ago
Måns Rullgård a4e6fa86ce regtest: simplify cleanup after each test 14 years ago
Måns Rullgård 157c924176 fate: delete useless artifacts after running each test 14 years ago
Måns Rullgård bcb0a1546d fate: keep stderr from failing tests 14 years ago
Stefano Sabatini aac6ca6978 Add libavcore. 14 years ago
Víctor Paesa ac1a31ab03 Typo. 14 years ago
Axel Holzinger 354b757300 Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 14 years ago
Martin Storsjö 4f5340a0b1 Reindent, rewrap long comment lines to keep line length below 80 chars 14 years ago
Martin Storsjö bcc4cb4681 rtpdec_asf: Handle RTSP-MS packet splitting 14 years ago
Stefano Sabatini 2441339927 Document the buffer source. 14 years ago
Stefano Sabatini 59775b3c1a Extend buffer source syntax. 14 years ago
Stefano Sabatini e2f48c05e9 Add an informational trace in init(). 14 years ago
Stefano Sabatini b8dddebf3e Clarify logic and feedback of the init() function. 14 years ago
Stefano Sabatini ce1f853625 Add description to the buffer source. 14 years ago
Ramiro Polla 262b6dbad9 darwin: allow 64-bit darwin to allocate executable memory 14 years ago
Diego Pettenò 3fc548df28 Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 14 years ago
Måns Rullgård b3dce4b9bf Enable lavfi test in "make test" 14 years ago
David Conrad af521abc28 Add header declarations for mmx/sse constants missing them 14 years ago
David Conrad c7eec58170 Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c 14 years ago
Thierry Foucu 591db22dff gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof 14 years ago
Ronald S. Bultje e9e456d850 VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) 14 years ago
Ramiro Polla 92bfd7461c swscale-test: use av_pix_fmt_descriptors[].name directly 14 years ago
Ronald S. Bultje 268821e76e Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder. 14 years ago
Måns Rullgård f29be470b3 configure: make sh_quote() more robust 14 years ago
Pascal Massimino fd7242ddbd remove an unneeded av_realloc() 14 years ago
Vitor Sessak 91c4d85f7b WMAVoice regtests 14 years ago
Måns Rullgård d0b8e40ccf configure: create .config file where I intended 14 years ago