summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* a[b-1] -> (a-1)[b].Michael Niedermayer2010-01-24
* Optimize suffix_length computation, 1 cpu cycle speedup.Michael Niedermayer2010-01-24
* Simplify suffix_length computation, same speed.Michael Niedermayer2010-01-24
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-24
* Optimize level_code computation, 6cpu cycles speedup.Michael Niedermayer2010-01-24
* Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger2010-01-24
* Fix crash in MLP decoder due to integer overflow.Reimar Döffinger2010-01-24
* 1 cpu cycle faster suffix_length calculation.Michael Niedermayer2010-01-24
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini2010-01-24
* VC-1/WMV3 DXVA2 implementationLaurent Aimar2010-01-24
* Remove is_complex from loop_filter() its useless there in its current form.Michael Niedermayer2010-01-24
* Added a few missing consts in dxva_h264.Laurent Aimar2010-01-24
* Added a missing const to ff_h264_get_slice_type().Laurent Aimar2010-01-24
* Doxument url_close().Stefano Sabatini2010-01-24
* Added missing const to get_bits_count().Laurent Aimar2010-01-24
* Prefer cbp over cbp_table.Michael Niedermayer2010-01-24
* Doxument url_open_protocol().Stefano Sabatini2010-01-24
* Remove all uses of slice_type* from the loop filter, also remove itsMichael Niedermayer2010-01-24
* Doxument url_read().Stefano Sabatini2010-01-24
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-24
* Indent.Ramiro Polla2010-01-24
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla2010-01-24
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-24
* Remove unneeded reset of non_zero_count_cache for deblock.Michael Niedermayer2010-01-23
* Remove useless things from the deblock side of fill_caches().Michael Niedermayer2010-01-23
* make mv_cache init 64bit where possible.Michael Niedermayer2010-01-23
* vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri2010-01-23
* Replace every usage of -lvfw32 with what is particularly necessary forkemuri2010-01-23
* Use $vfwcap_indev_extralibs variable instead of duplicating "-lvfw32" inRamiro Polla2010-01-23
* Indent.Ramiro Polla2010-01-23
* Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar2010-01-23
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-23
* Release buffer when the codec is closed.Reimar Döffinger2010-01-23
* Use qstride = 0 and allocate only a single line for qscale_table sinceReimar Döffinger2010-01-23
* Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.Laurent Aimar2010-01-23
* Reindent the content of one if(){} in ff_dxva2_common_end_frame.Laurent Aimar2010-01-23
* Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.Laurent Aimar2010-01-23
* Set edges based on cbp and mv partitioning, not just skiped MBs.Michael Niedermayer2010-01-23
* Use AVPALETTE_COUNT instead of hard-coding 256.Reimar Döffinger2010-01-23
* Remove redundant initialization of the palette, it is part of the contextReimar Döffinger2010-01-23
* Optimize filter_mb_mbaff_edge*()Michael Niedermayer2010-01-23
* Optmize 8x8dct check used to skip some borders in the loop filter.Michael Niedermayer2010-01-23
* Use av_freep intead of av_free to free pointers in vp56 context.Reimar Döffinger2010-01-23
* Zero the frame data on allocation for VB codec, e.g. the FATE sample seems toReimar Döffinger2010-01-23
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-23
* Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje2010-01-23
* Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp2010-01-23
* Fix heap overflow with -async.Michael Niedermayer2010-01-23
* The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needsReimar Döffinger2010-01-22
* Remove conditional M_PI definition, it is already defined inStefano Sabatini2010-01-22