OSDN Git Service

coroid/libav_saccubus.git
2010-03-06 Måns RullgårdMove av_read_frame_flush() prototype to lavf/internal.h
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
2010-03-06 Måns Rullgårdx86: move function prototypes to header files
2010-03-06 Måns RullgårdMove ff_spatial_dwt() prototype to snow.h
2010-03-06 Måns RullgårdMove some dsp func prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove some VC1 dsp prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove ff_set_qscale() prototype to mpegvideo.h; it is...
2010-03-06 Måns RullgårdMove prototypes for various dsputil init functions...
2010-03-06 Måns RullgårdMove some prototypes from dsputil.c to reasonable heade...
2010-03-06 Måns RullgårdMake some functions static
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-06 Reimar DöffingerSet GXF fallback time-base to match the one specified...
2010-03-06 Reimar DöffingerGXF time base is always based on "fields" per second...
2010-03-06 Stefano SabatiniShow aspect ratio information in dprintf_picref() traces.
2010-03-06 Stefano SabatiniBump minor number and add APIchanges entry after the...
2010-03-06 Måns Rullgårdffserver: use av_stristr()
2010-03-06 Måns RullgårdAdd av_stristr() function
2010-03-06 Måns RullgårdFix build with compilers using a separate dependency...
2010-03-06 Stefano SabatiniReindent after the last commit.
2010-03-06 Stefano SabatiniUse av_get_pict_type_char() in debug code within output...
2010-03-06 Måns RullgårdFix install with shared libs on weird systems
2010-03-06 Måns RullgårdFix make install
2010-03-06 Måns RullgårdPrettify make output
2010-03-06 Måns RullgårdSplit install-headers target and simplify rules
2010-03-06 Måns RullgårdAdd INSTALL makefile variable
2010-03-06 Måns RullgårdUse mkdir -p to create directories
2010-03-06 Måns RullgårdAdd CP make variable
2010-03-06 Måns RullgårdAdd YASMDEP variable; use for deps on yasm files
2010-03-06 Thilo BorgmannFix last frame block size correction.
2010-03-06 Kostya ShishkovBink version 'h' also has chroma planes swapped
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdUse $(RM) to delete files
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-06 Stefano SabatiniMake opt_default() look for options in sws_opts only...
2010-03-06 Stefano SabatiniAdd support to input devices in ffprobe.
2010-03-06 Måns RullgårdMove DECLARE_ALIGNED_{8,16} macros to mem.h
2010-03-06 Stefano SabatiniAvoid duplication of usePal() macro.
2010-03-06 Janusz KrzysztofikAdd support to BGR444/RGB444 foreign endian output...
2010-03-06 Michael NiedermayerRemove apparently unneeded define and includes.
2010-03-06 Michael NiedermayerMake trasher use a well defined random number generator...
2010-03-05 Martin StorsjöDon't explicitly initialize networking in the tcp and...
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-03-05 Martin StorsjöAdd a function ff_url_join for assembling URLs
2010-03-05 Martin StorsjöAlways call ff_network_init/ff_network_close when openi...
2010-03-05 Michael Niedermayertry to avoid returning odd slices.
2010-03-05 Vitor SessakRound correctly chroma picture height.
2010-03-05 Vitor SessakFix memory leak in NUT muxer
2010-03-05 Benoit FouetCosmetics: fix vertical alignment.
2010-03-05 Janusz KrzysztofikUpdate SW scaler doc after libswscale commit 30841.
2010-03-05 Janusz Krzysztofiklibswscale: Extend the unaccelerated path of the unscal...
2010-03-05 Janusz KrzysztofikAdd initial support for 12-bit color mode.
2010-03-05 Martin StorsjöReturn from rtp_read when select returns an error
2010-03-05 Michael Niedermayer10l fix timestamps (lavfi update broke them)
2010-03-05 Michael NiedermayerFix 100l pkt->pos typo.
2010-03-05 Michael NiedermayerLibavfilter for ffplay support.
2010-03-05 Janusz KrzysztofikFix BGR cases missing from depth test in avcodec_get_pi...
2010-03-05 David Conradoggdec: Parse theora headers since ogg might not mark...
2010-03-05 David ConradJust ignore streams with unknown codec_type instead...
2010-03-04 Stefano SabatiniCosmetics: use consistent spacing in the ffprobe.c...
2010-03-04 Laurent AimarFixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
2010-03-04 Laurent AimarFixed buffer overread in flashsv decoder.
2010-03-04 Alexis BallierSupport BGR555, BGR565, RGB555 and RGB565 foreign endia...
2010-03-04 Martin StorsjöCheck url_interrupt_cb in rtp_read, wait in select...
2010-03-04 Peter Rosshandle errors reported by av_get_packet() in Bink demuxer
2010-03-04 Peter RossGuard against invalid memory read
2010-03-04 Alex ConverseAAC: Return the number of bytes consumed in decoding...
2010-03-04 Alex Converseffmpeg.c: Don't use NULL for integer metadata flags.
2010-03-04 David ConradReally fix 2.95
2010-03-04 David ConradMaybe fix gcc 2.95
2010-03-04 Gwenole BeauchesneCope with rev 22183:
2010-03-04 David ConradEnsure that we write clusters and blocks with known...
2010-03-04 David ConradFix indentation
2010-03-04 David ConradSimplify starting and ending clusters
2010-03-04 David ConradWrite the first seekhead if writing to a stream, we...
2010-03-04 David ConradAttempt seeking to write EBML master sizes even if...
2010-03-04 Alex ConverseAAC: Mark predictor functions av_always_inline.
2010-03-04 Alex ConverseCosmetics: Re-indent after last commit.
2010-03-04 Alex ConverseAAC parser: Don't write channels, sample rate, and...
2010-03-04 Michael NiedermayerPort Optimizations about *_type init from decode to...
2010-03-04 Michael NiedermayerOptimize *_type init, 1.5 cpu cycles faster.
2010-03-04 Stefano SabatiniRevert r30825, it was not supposed to be committed.
2010-03-04 Stefano SabatiniFill the r, g, b values used for computing the c->pal_y...
2010-03-04 Stefano SabatiniMake swscale-test take in input the name of the input...
2010-03-04 Stefano SabatiniDeclare the PIX_FMT_GRAY8 pixel format as a paletted...
2010-03-03 David ConradDelay translating DCT tokens into coefficients until...
2010-03-03 David ConradDo MC and IDCT in coding (hilbert) order
2010-03-03 David ConradExplictly separate decoding whether fragments are coded...
2010-03-03 Anton Khirnovmatroskaenc: use "title" tag instead of "description...
2010-03-03 Aurelien Jacobsmove vp6 huffman table freeing code, out of common...
2010-03-03 Aurelien Jacobsmatroskadec: cosmetic indentation
2010-03-03 Joakim Platematroskadec: timestamps are dts and not pts in ms vfw...
2010-03-03 Michael NiedermayerReorder indexes in weight tables.
2010-03-03 Martin StorsjöProperly pad H.264 extradata when taken from fmtp SDP...
2010-03-03 Michael NiedermayerMove all context fields that are not used in the mb...
2010-03-03 Laurent AimarFixed DXVA2 H264 hwaccel compilation.
2010-03-03 Michael Niedermayerremove unused left_border field from context.
2010-03-03 Michael Niedermayercosmetic addition of {}
2010-03-03 Michael NiedermayerNote about luma/chroma_weight tables and their datatype.
2010-03-03 Laurent AimarFixed overreads in TTA decoder with corrupted bistreams.
2010-03-03 Ronald S. BultjeUpdate to work with chunked encoding HTTP streams ...
next