2010-01-30 |
Kostya Shishkov | cosmetics: add an empty line between variable declarati... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Kostya Shishkov | Indeo Video Interactive 4 and 5 common code and DSP... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ramiro Polla | Revert commits 21227, 21441, and 21442. None of this... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Reimar Döffinger | Make VP5 and VP6 decoders output a qscale table to... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ronald S. Bultje | Add no_repeat_mask option, so that single-pulse vectors... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Robert Swain | Add support for vorbis 6.1 and 7.1 channel configuratio... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Baptiste Coudurier | Remove MAX_STREAMS usage in ogg and mxf muxers |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Måns Rullgård | Set target_path to $(PWD) by default |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Måns Rullgård | Add AV_COPY32 |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Måns Rullgård | Define av_alias if supported by compiler |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Måns Rullgård | Check for may_alias gcc attribute support |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Laurent Aimar | vp56: check buffer size to fix a potential segfault |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Måns Rullgård | Move ECFLAGS so it doesn't get added multiple times |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Justin Ruggles | Simplify error handling by processing header errors... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Reimar Döffinger | Move variable declaration to block where it is used... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Rafaël Carré | Export H264 profile and level in AVCodecContext. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Reimar Döffinger | Extract duplicated code into a separate function. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Måns Rullgård | Append ECFLAGS to CFLAGS |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | factorize first filter call out, this makes the code... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Jai Menon | ffmpeg.c : Don't set AVFormatParameters::[audio|video... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ronald S. Bultje | Add RTP/H.263 depacketizer by Martin Storsjö <$firstnam... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Jai Menon | Avoid using deprecated AVFormatParameters::[audio|video... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ronald S. Bultje | Simplify. See "[PATCH] simplify ff_set_fixed_vector... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Måns Rullgård | Add --malloc-prefix to apply a prefix to malloc, free etc |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Rafaël Carré | Initialize thread_context[0] with h264 parser context. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Change wraper functions to always inline, they are... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Restructure check_mv() |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Restructure if() in check_mv() |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Unroll loops in check_mv() |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Factor mv/ref compare code out. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Daniel Kristjansson | Use av_mallocz in url_open_protocol for URLContext. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Remove last MAX_STREAMS from avienc.c |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Måns Rullgård | configure: consolidate compiler-specific optimisation... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Introduce AVIStream struct and move stream based variab... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Simplify first edge filter condition. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Cosmetics, mostly indention, 2 or so new fixme comments... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Make the fast loop filter path work with unavailable... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | get rid of the start variable. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Michael Niedermayer | Unroll main loop so the edge==0 case is seperate. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Stefano Sabatini | Declare variable "version" in the PRINT_LIB_VERSION... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Carl Eugen... | Support demuxing Blu-ray subtitles in matroska files. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ronald S. Bultje | Fix BSD compile (PF_UNSPEC is not a standard define... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Rafaël Carré | Fix svq3_* function declarations. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Måns Rullgård | SVQ1: 4-byte-align codebook tables |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Reimar Döffinger | Fix possible crashes in mlp parser, it tries to go... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Reimar Döffinger | Reduce log level of "Extracting .. channel downmix... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Michael Niedermayer | Fix duration calculation in the presence of a single... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Jai Menon | Schedule an increase in the maximum number of streams |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Jai Menon | ffmpeg.c : Increase static limit on the maximum number of |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Måns Rullgård | Add macro AV_JOIN() for joining two tokens into one |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Michael Niedermayer | Revert Revision: 21362 |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Michael Niedermayer | Print "Multiple frames in a packet" warning independant... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Michael Niedermayer | Update comment. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Michael Niedermayer | Revert Revision: 21473 |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Måns Rullgård | Prettify PRINT_LIB_VERSION macro |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Måns Rullgård | Get rid of ifdeffery for printing library versions... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Måns Rullgård | Emit CONFIG_AVUTIL for completeness |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Michael Niedermayer | Use table to speedup access to non_zero_count in MBAFF... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Stefano Sabatini | Fix misc typos, patch by |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Måns Rullgård | 10l: fix linking |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Stefano Sabatini | Rename swscale-example to swscale-test, to better refle... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Stefano Sabatini | Document av_register_protocol(), not that it really... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Michael Niedermayer | Simplify left_xy init |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Split fill_caches() between loopfilter & decode, the... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Måns Rullgård | Allow disabling of lavc, lavf, lavd, and lsws |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Optimize loop filtering of the left edge in MBAFF. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ramiro Polla | Revert r21226, it was a joke: |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | use left_xy[1] in mbaff QP loop filter check, this... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Optimize mv/ref cache init for left MB. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Måns Rullgård | Add UMULH() |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Loren Merritt | optimize h264_loop_filter_strength_mmx2 |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Jeremy Morton | Don't use tcp_fd if we're not using TCP-based connectio... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | remove unneeded check |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Use left_mb_xy from fill_caches instead of recalculatin... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Michael Niedermayer | Simplify left_xy content for the loop filter, this... |
commit | commitdiff | tree | snapshot |
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 |
next |