OSDN Git Service

coroid/ffmpeg_saccubus.git
2010-03-13 Stefano SabatiniAdd missing parentheses around the AVERROR_PATCHWELCOME...
2010-03-13 Stefano SabatiniMove error code definitions from libavcodec/avcodec...
2010-03-13 David Conradtheora: Add support for 4:2:2 and 4:4:4 subsampling
2010-03-13 David Conradvp3: remove unneeded error, this is internal and doesn...
2010-03-13 David Conradvp3: Make fragment_width _height by plane
2010-03-13 David Conradvp3: we only need a temp MV array of size 4
2010-03-13 David Conradvp3: Use memset to clear the fragment array
2010-03-13 David Conradvp3: Init MVs to 0
2010-03-13 David Conradvp3: Simplify init_block_mapping
2010-03-13 David Conradoggdec: Set packet duration for ogm streams
2010-03-12 Aurelien Jacobsmatroskadec: add support for SIPR audio tracks
2010-03-12 Aurelien Jacobsexport rm_reorder_sipr_data() for future use by matrosk...
2010-03-12 Aurelien Jacobsexport sipr_subpk_size for future use by matroska demuxer
2010-03-12 Aurelien Jacobslibxvid is producing standard mpeg4 so it don't need...
2010-03-12 Diego BiurrunReplace BSD-specific integer types by their POSIX equiv...
2010-03-12 Diego BiurrunAdd _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
2010-03-12 Michael NiedermayerFix guess_mv() so that it works correctly with 4x4...
2010-03-12 Michael NiedermayerFix indention
2010-03-12 Michael NiedermayerAlways reset slice_table.
2010-03-12 Michael NiedermayerPrint skip_frames variable.
2010-03-12 Ramiro PollaDocument --disable-everything in configure --help.
2010-03-12 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-12 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-12 David Conradoggdec: Pass packets to header() until the stream is...
2010-03-12 David Conradoggdec: Parse ogm chapters
2010-03-12 David Conradoggdec: Cosmetics
2010-03-12 David Conradoggdec: Read ogm metadata
2010-03-12 David ConradConst correctness for vorbis_comment
2010-03-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2010-03-12 Ramiro PollaDon't use shell syntax to set variables for make.
2010-03-11 Ronald S. BultjeFix spelling.
2010-03-11 Martin StorsjöFix a crash in the H.263 RTP packetizer
2010-03-11 Peter RossPrevent memory leak introduced in r22389 in Bink demuxe...
2010-03-11 Michael NiedermayerMake rdft speed user configureable.
2010-03-11 Peter RossMake binkaudio work with ff_float_to_int16_interleave_c...
2010-03-11 Martin StorsjöCosmetics, break a long line, fix brace placement
2010-03-11 Martin StorsjöRTSP muxer: Create the SDP with the numerical IP of...
2010-03-11 David Conradoggdec: Seek to keyframes
2010-03-11 David Conradoggdec: Determine pts and filepos on a packet basis...
2010-03-11 David Conradoggdec: Move PTS/DTS calculation to a function
2010-03-11 David Conradoggdec: Fix memory leak in setting up vorbis headers
2010-03-11 David Conradoggdec: Don't use ogg_stream's seq for vorbis or speex...
2010-03-11 David Conradoggdec: Fix duration calculation for streams with non...
2010-03-11 David Conradoggdec: Parse skeleton to determine the start time...
2010-03-11 David Conradoggdec: Check that we have a codec in gptopts (needed...
2010-03-11 David Conradoggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
2010-03-11 David Conradoggdec: Set data_offset to the right value
2010-03-11 David Conradoggdec: Save offset of the page needed to reconstruct...
2010-03-11 Michael NiedermayerImplement framedrop.
2010-03-11 Måns Rullgårdindent
2010-03-11 Måns Rullgårdrandom_seed: try other alternatives if reading /dev...
2010-03-11 Måns Rullgårdsha: add missing include
2010-03-11 Måns Rullgårdsnow: remove unused stub functions
2010-03-11 Måns Rullgårdffplay: use correct format specifiers in printf()
2010-03-11 Måns RullgårdAdd some required casts
2010-03-11 Måns Rullgårdconfigure: remove stray semicolon
2010-03-11 Måns Rullgårdconfigure: use map() function in a couple of places
2010-03-11 Måns Rullgårdconfigure: add --disable-everything option
2010-03-10 Michael NiedermayerFix some apparent +- errors in the audio vissualization.
2010-03-10 Måns Rullgårdsparc: fix a few pages of cast warnings
2010-03-10 Måns Rullgårdsparc: fix dsputil prototypes
2010-03-10 Måns Rullgårdconfigure: allow mips64el and powerpc64 as values for...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-03-10 Martin StorsjöOnly use .size in ARM assembly when targeting ELF
2010-03-10 Michael NiedermayerOnly reschedule refresh if we successfully removed...
2010-03-10 Michael NiedermayerIncrease VIDEO_PICTURE_QUEUE_SIZE to 2.
2010-03-10 Michael NiedermayerDo not call SDL_SetVideoMode() with the same size as...
2010-03-10 Benoit FouetFix ffm_close return type.
2010-03-10 Vitor SessakFix memory leak in FFM demuxer
2010-03-10 Måns Rullgårdundef av_always_inline before redefining
2010-03-10 Michael NiedermayerCheck level_prefix a bit (this just checks the max...
2010-03-10 Baptiste CoudurierIn mpegts muxer, free adts context and temporary data
2010-03-10 Baptiste Coudurierreindent
2010-03-10 Dave YeoInclude os_support.h which has a fallback declaration...
2010-03-10 Dave YeoUsing struct timeval requires sys/time.h, fixes compila...
2010-03-10 Ramiro Pollavfwcap: Add support for UYVY pixel format.
2010-03-10 Måns Rullgård10l: fix version.h generation
2010-03-10 Måns RullgårdRemove .SECONDARY directive
2010-03-10 Måns RullgårdMake version.h depend on git changes
2010-03-10 Måns RullgårdImprove version.h generation
2010-03-10 Måns RullgårdReplace $(G) with more generic $(M) in silent make...
2010-03-10 Måns RullgårdPrettify make output for documentation
2010-03-10 Måns RullgårdChange dir into doc/ when running texi2html
2010-03-10 David Conradvp3: avoid buffer overread in coeff decode
2010-03-09 Carl Eugen... Fix indentation after r22414.
2010-03-09 Zhou ZongyiSIMD optimization using float_to_int16_interleave.
2010-03-09 Alex Converseaacsbr: Check that bs_num_env is valid before writing...
2010-03-09 Alex Converseaacsbr: Cleanup read_sbr_grid and copy_sbr_grid after...
2010-03-09 Alex Converseaacsbr: Factor out the common end border case from...
2010-03-09 Alex Converseaacsbr: read bs_rel_bord directly into t_env.
2010-03-09 Alex Converseaacsbr: Make the previous value of bs_num_env local...
2010-03-09 Alex Converseaacsbr: Initialize e_a[1] to -1.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-09 Martin StorsjöDocs: Place the vorbis comment properly, currently...
2010-03-09 Måns Rullgårdlibm.h needs attributes.h
2010-03-09 Måns RullgårdARM: set size of asm functions in object files
2010-03-09 Martin StorsjöUse rt->control_uri consequently instead of s->filename...
2010-03-09 Måns RullgårdReplace some printf() with puts() in tableprint.c
2010-03-09 Måns RullgårdPrettify make output when generating headers
next