OSDN Git Service

coroid/libav_saccubus.git
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-18 Jason Garrett... Deprecate CREDITS
2011-01-18 Jason Garrett... Initial MAINTAINERS update
2011-01-18 Justin RugglesRevise check for codec id in voc demuxer.
2011-01-18 Justin RugglesFix bug in voc demuxer that was introduced in SVN r26309.
2011-01-18 Justin Rugglescosmetics: reindent
2011-01-18 Daniel KangAdd check for changing number of channels in DCA.
2011-01-18 Michael NiedermayerUpdate threshold to detect real timebase for stream...
2011-01-18 Reimar DöffingerMissing parts of IVF muxer support.
2011-01-17 Michael NiedermayerFeed the filter chain with the sample aspect ratio...
2011-01-17 Anssi HannulaAdd my GPG fingerprint to MAINTAINERS
2011-01-17 Stefano SabatiniMerge two if (got_picture) {} blocks in ffplay.c:get_vi...
2011-01-17 Janne Grunauupdate av_log_missing_feature() to git
2011-01-17 Lou LoganChange SVN to Git in configure
2011-01-17 Stefano SabatiniRemove outcommented fossil code.
2011-01-17 Reimar DöffingerExplain how to set up user name/email correctly for...
2011-01-17 Reimar DöffingerAdd muxer for IVF format.
2011-01-17 John Wimerprevent integer overflow in calculating duration
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-17 Janne GrunauAdd instructions how to check out a specific svn revisi...
2011-01-17 Janne Grunaurewrite git-howto for the no merge policy
2011-01-17 Carl Eugen... Fix date and revision for lavc 52.104.
2011-01-17 Alexander StrangeVP3: remove an unnecessary static variable
2011-01-16 Michael NiedermayerAllocate last picture for 4xm pfrm if its not allocated.
2011-01-16 Alex ConverseFix two typos in git howto.
2011-01-16 Stefano SabatiniMake config_props() return AVERROR(EINVAL) rather than...
2011-01-16 Ramiro Pollause git describe for naming version in pure git clones
2011-01-16 Janne Grunaufix typo in git howto section heading
2011-01-16 Michael NiedermayerCheck 4xm headers for validity. This should avoid 1/0.
2011-01-16 Janne GrunauAdd section how to find a svn changeset with git commands
2011-01-16 Stefano SabatiniFix weird indent in get_video_frame().
2011-01-16 Anton KhirnovAdd git-howto.
2011-01-16 Sascha Sommersupport decoding of files that contain the number
2011-01-16 Stefano SabatiniIn ffmpeg.texi, prefer @itemize lists over text formatt...
2011-01-16 Carl Eugen... Values >4 for lowres corrupt output.
2011-01-16 Stefano SabatiniReformat documentation for -vsync @var{parameter}.
2011-01-16 Carl Eugen... Since lowres == crop for bmp, remove it to avoid confusion.
2011-01-16 Ronald S. BultjeFix fate breakage in r26382.
2011-01-16 Baptiste CoudurierRemove useless free, fix warning:
2011-01-15 Ronald S. BultjeFix overflow in pred16x16_plane x86 simd code. Fixes...
2011-01-15 Stefano SabatiniInclude libavcore/audioconvert.h, required for
2011-01-15 Stefano SabatiniReindent.
2011-01-15 Stefano SabatiniMake ff_dprintf_link() print meaningful information...
2011-01-15 Jason Garrett... Remove evil timers that snuck their way into r26375.
2011-01-15 Jason Garrett... Fix r26375 on non-x86.
2011-01-15 Jason Garrett... H.264: Partially inline CABAC residual decoding
2011-01-15 Stefano SabatiniRename AVFilterBufferRefAudioProps.samples_nb to nb_sam...
2011-01-15 Stefano SabatiniMake avfilter_unref_buffer() accept a NULL parameter.
2011-01-15 Stefano SabatiniReindent after the last commit.
2011-01-15 Stefano SabatiniIn ffplay, do not open display if -nodisp is set.
2011-01-15 Michael NiedermayerParse fact chunks from wav files to find duration.
2011-01-15 Michael NiedermayerFactor tag reading code out of wav read_header()
2011-01-15 Frank BarchardSecond hunk from secrity fix from google.
2011-01-15 Sascha Sommerdo not read over the end of the packet
2011-01-15 Michael NiedermayerSet duration for wav files from sample size and data...
2011-01-15 Frank BarchardCheck rangebits to avoid a possible crash.
2011-01-15 Kostya ShishkovChange some band size calculations in Bink decoder...
2011-01-15 Reimar DöffingerLagarith: fix decoding of one-coloured frames by readin...
2011-01-15 Stefano SabatiniAdd docs and Changelog entry for the -copytb option...
2011-01-15 Stefano SabatiniAdd APIchanges entry for the av_metadata_copy() addition.
2011-01-15 Daniel KangCheck symbol validity to avoid a crash, fixes issue...
2011-01-15 Justin Rugglescosmetics: spacing, line wrap, and remove unneeded...
2011-01-15 Justin RugglesProcess all EXP_REUSE blocks at once in exponent_min().
2011-01-15 Justin RugglesTake advantage of per-channel exponent and exponent...
2011-01-15 Justin RugglesSimplify compute_exp_strategy() by passing a pointer...
2011-01-15 Justin RugglesUse a local variable in the inner loop of group_exponen...
2011-01-15 Justin Rugglescosmetics: remove unneeded braces
2011-01-15 Justin Rugglescosmetics: rename block_num to blk for variable name...
2011-01-15 Justin RugglesMove exp_strategy from AC3Block to AC3EncodeContext...
2011-01-15 Justin RugglesRearrange exponent buffer to group all blocks for a...
2011-01-15 Stefano SabatiniCosmetics: fix weird indent.
2011-01-15 Jason Garrett... H.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-15 Jason Garrett... Port SVQ3 to use the new mb_luma_dc method of storing...
2011-01-15 Baptiste CoudurierIn yadif filter, default to top field first if interlac...
2011-01-14 Sascha Sommeralso support decoding of AVPackets with multiple wma...
2011-01-14 Jason Garrett... H.264: Remove useless arg to chroma_dc_dequant_idct_c
2011-01-14 Ronald S. BultjeFix ff_pw_3 alignment.
2011-01-14 Baptiste CoudurierIn mxf muxer, check the return value of gmtime, fix...
2011-01-14 Baptiste CoudurierUpdate smc fate ref due to r26310
2011-01-14 Jason Garrett... Fix SVQ3
2011-01-14 Baptiste CoudurierNew "copytb" ffmpeg cli option to copy input stream...
2011-01-14 Jason Garrett... Remove outdated comment in h264dsp.h
2011-01-14 Jason Garrett... Reindent after r26337.
2011-01-14 Jason Garrett... H.264: switch to x264-style tracking of luma/chroma...
2011-01-14 Jason Garrett... H.264: split luma dc idct out and implement MMX/SSE2...
2011-01-14 Stefano SabatiniMake opt_audio_sample_fmt() abort in case of invalid...
2011-01-14 Stefano SabatiniAdd the word "Parsed" in the parsed filter names.
2011-01-14 Stefano SabatiniAdd avcore.h header in samplefmt.h.
2011-01-14 Ronald S. BultjeCopy metadata from ASF files contained in RTSP streams...
2011-01-14 Ronald S. BultjeReindent after 26330.
2011-01-14 Ronald S. BultjeIntroduce av_metadata_copy() to copy metadata from...
2011-01-14 Jason Garrett... H.264: eliminate non-transposed scantable support.
2011-01-14 Sascha Sommeradd support for blocksize 64
2011-01-14 Peter Rosswtv: ignore VIDEOINFOHEADER2 picture aspect ratio infor...
2011-01-13 Martin StorsjöRevert aviobuf: Retry if the read/write function return...
2011-01-13 Stefano SabatiniCheck linked pads media type mismatch in avfilter_link().
2011-01-13 Stefano SabatiniMake av_get_channel_layout_string() guess the number...
2011-01-12 Stefano SabatiniMake avfilter_graph_free() do nothing if graph is NULL.
2011-01-12 Stefano SabatiniPrint link audio format name in tools/graph2dot.
2011-01-12 Stefano SabatiniUse AVERROR_INVALIDDATA rather than -1 for nutdec error...
next