2010-01-26 |
Michael Niedermayer | Simplify loop filter a little by using top/left_type. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Set top & left types for deblock in fill_caches(). |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | 100l typo fix, mixed up +-1 forcing the loop filter... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | cosmetic |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Fix qp_thres loop filter check for MBAFF. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Optimize mb neighbor initialization for MBAFF in fill_c... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Carl Eugen... | Metasoft MJPEG codec has Cb and Cr swapped, fixes issue... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Use isAnyRGB() where possible |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Add 3 more RGB makros that allow specifying RGB in... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Rename isRGB() and isBGR() as their meaning is confusing. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Stefano Sabatini | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Michael Niedermayer | Fix heap overflow due to lack of nb_components check. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Carl Eugen... | Release buffer when decoding is finished. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Måns Rullgård | Print config of each lib if different from that of... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Michael Niedermayer | Optimize decode_cabac_field_decoding_flag(). |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Måns Rullgård | configure: fix --cpu=nocona |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Alexander Strange | 100l, correct wrong H.264+adaptive MBAFF decoding |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Ramiro Polla | Check if dxva2api.h is recent enough to compile vc1_dxv... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Martin Storsjö | Load the proper getaddrinfo functions from ws2_32.dll... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Martin Storsjö | Check for getaddrinfo in the winsock headers. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Martin Storsjö | Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32". |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Alexander Strange | H.264: Use 64-/128-bit write-combining macros for copies |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Justin Ruggles | Only check frame size if the header is valid. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Carl Eugen... | Fix decoding ATI VCR2 codec, sample in |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Doxument url_open(). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Carl Eugen... | Force codec_tag I420 for Quicktime Planar Y'CbCr 8... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Fix mis-computation of the needsDither variable erroneo... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Branchless setting of MB_TYPE_8x8DCT. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Remove cruft. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Mark index as unsigend so gcc knows it doesnt need... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | a[b-1] -> (a-1)[b]. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Optimize suffix_length computation, 1 cpu cycle speedup. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Simplify suffix_length computation, same speed. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Favor the term "URL" over "filename", as the API deals... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Optimize level_code computation, 6cpu cycles speedup. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Reimar Döffinger | Make url_read_complete handle EAGAIN more intelligently. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Reimar Döffinger | Fix crash in MLP decoder due to integer overflow. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | 1 cpu cycle faster suffix_length calculation. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Laurent Aimar | VC-1/WMV3 DXVA2 implementation |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Remove is_complex from loop_filter() its useless there... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Laurent Aimar | Added a few missing consts in dxva_h264. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Laurent Aimar | Added a missing const to ff_h264_get_slice_type(). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Doxument url_close(). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Laurent Aimar | Added missing const to get_bits_count(). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Prefer cbp over cbp_table. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Doxument url_open_protocol(). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Michael Niedermayer | Remove all uses of slice_type* from the loop filter... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Doxument url_read(). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Stefano Sabatini | Use av_get_bits_per_pixel() for computing the bits... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Ramiro Polla | Don't redefine M_PI. It is already defined from libavut... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Ramiro Polla | Split swscale.c into scaler code (swscale.c) and utilit... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | Remove unneeded reset of non_zero_count_cache for deblock. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | Remove useless things from the deblock side of fill_cac... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | make mv_cache init 64bit where possible. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
kemuri | vfwcap: Include windows.h before vfw.h since the latter... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
kemuri | Replace every usage of -lvfw32 with what is particularl... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Ramiro Polla | Use $vfwcap_indev_extralibs variable instead of duplica... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Laurent Aimar | Moved reusable functions from dxva2_h264.c to dxva2.c |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | Move +52 from the loop filter to the alpha/beta offsets... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Reimar Döffinger | Release buffer when the codec is closed. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Reimar Döffinger | Use qstride = 0 and allocate only a single line for... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Laurent Aimar | Added ff_dxva2_ prefix to get_surface(_index) and commi... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Laurent Aimar | Reindent the content of one if(){} in ff_dxva2_common_e... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Laurent Aimar | Moved reusable code from dxva2_h264.c:end_frame to... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | Set edges based on cbp and mv partitioning, not just... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Reimar Döffinger | Use AVPALETTE_COUNT instead of hard-coding 256. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Reimar Döffinger | Remove redundant initialization of the palette, it... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | Optimize filter_mb_mbaff_edge*() |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | Optmize 8x8dct check used to skip some borders in the... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Reimar Döffinger | Use av_freep intead of av_free to free pointers in... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Reimar Döffinger | Zero the frame data on allocation for VB codec, e.g... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Reimar Döffinger | Make url_read_complete retry on EAGAIN and return how... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Ronald S. Bultje | Print a warning when DATA chunk is encountered in the... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Daniel Verkamp | Export wma_critical_freqs as ff_wma_critical_freqs |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Michael Niedermayer | Fix heap overflow with -async. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Reimar Döffinger | The SSSE3 version of dct_quantize in mpegvideo_mmx_temp... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Stefano Sabatini | Remove conditional M_PI definition, it is already defin... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Martin Storsjö | Replace deprecated guess_format() with av_guess_format(). |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Alex Converse | Implement an sse version of scalarproduct_float(). |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Kostya Shishkov | Check for chunk boundaries when decoding VB codec data |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Kostya Shishkov | Zero palette in case not all entries are initialized... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ronald S. Bultje | Make style a little bit more K&R'ish. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Martin Storsjö | Rename a function which is no longer ipv6-specific... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Alan Steremberg | Use the control URI from the SDP (if present) rather... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Måns Rullgård | Move array specifiers outside DECLARE_ALIGNED() invocations |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Måns Rullgård | Suppress TMS470 warnings about alignment directives |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Måns Rullgård | DECLARE_ALIGNED macro for TMS470 compiler |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Måns Rullgård | Add an AV_PRAGMA() macro for constructing _Pragma(... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Måns Rullgård | Move array specifiers outside DECLARE_ALIGNED() invocations |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Måns Rullgård | configure: fix --cpu=host |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Michael Niedermayer | Gcc idiocy fixes related to filter_mb_edge*. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
David Conrad | Update regression tests after r21372 |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Michael Niedermayer | Move dquant check into qscale overflow check. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Rafaël Carré | mkvenc: Write TrackTimecodeScale |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Ronald S. Bultje | Remove reply and content_ptr arguments from rtsp_send_c... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Ronald S. Bultje | Change on rtsp_send_cmd() to the _async() version since... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Ronald S. Bultje | Reindent after r21368. |
commit | commitdiff | tree | snapshot |
next |