]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-17 Michael KarcherSupport demuxing of Sony OpenMG files without metadata...
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-16 Stefano SabatiniFix typo, "get rid off" -> "get rid of".
2010-01-16 Måns Rullgårdregtest: run tests only for enabled codecs and formats
2010-01-16 Måns Rullgårdregtest: split wma test into wmav1 and wmav2
2010-01-16 Måns Rullgårdregtest: split reference files allowing tests to run...
2010-01-16 Måns Rullgårdregtest: suppress console output from tests
2010-01-16 Stefano SabatiniRevert r30331, which broke compilation.
2010-01-16 Stefano SabatiniPrefer enum PixelFormat to int as the parameter type of
2010-01-16 Stefano SabatiniDeclare with av_unused the variable alpMmxFilter, fix...
2010-01-16 Stefano SabatiniFactorize the code which calls the non optimized C...
2010-01-16 Stefano SabatiniPrefer "to %s%s" over "to%s %s", slightly more readable.
2010-01-16 Stefano SabatiniSimplify code in sws_getContext() which logs if the...
2010-01-16 Ramiro PollaDocument some of SwsContext.
2010-01-16 Ramiro PollaReuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bi...
2010-01-16 Stefano SabatiniFactorize code which logs the source and destination...
2010-01-16 Ramiro PollaRead "Last Changed Rev" field instead of "Revision...
2010-01-16 Michael NiedermayerComment for() ; out
2010-01-16 Michael NiedermayerMark a few functions as noinline, this makes ff_h264_fi...
2010-01-16 Michael NiedermayerApply last 2 optimizations to similar code i forgot.
2010-01-16 Michael NiedermayerAnother microopt, 4 cpu cycles for avoidance of FFABS().
2010-01-16 Måns RullgårdAdd missing guards and includes to arm/aac.h
2010-01-16 Michael NiedermayerMinor (2 cpu cycles) optimization ||->|.
2010-01-16 ami_stuffSupport decoding of SoftLab-NSK VideoTizer.
2010-01-16 Michael NiedermayerConsider slice_beta_offet in qp_thresh.
2010-01-16 Michael NiedermayerAvoid wasting 4 cpu cycles per MB in redundantly calcul...
2010-01-16 Stefano SabatiniSimplify reset_ptr(): employ usePal() macro rather...
2010-01-16 Stefano SabatiniImplement null video sink.
2010-01-16 Carl Eugen... Correctly decode some Avid AV1x samples, fixes issue...
2010-01-16 Stefano SabatiniImplement null video source.
2010-01-16 Anatoly NenashevSupport lowres 3 when decoding MPEG video.
2010-01-16 Stefano SabatiniMake avfilter_default_start_frame() request a buffer...
2010-01-16 Michael NiedermayerReplace cabac checks in inline functions from h264...
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-16 Måns Rullgårdconfigure: add test_ldflags function
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-16 Vitor SessakSIPR16k decoder
2010-01-16 Vitor SessakAllow a SIPR table to be used by the upcoming SIPR16k...
2010-01-16 Vitor SessakSplit some SIPR structs to a header file for the upcomi...
2010-01-16 Vitor SessakUse macros instead of inline functions to replace the...
2010-01-16 ami_stuffSupport 2Vuy in mov, fixes issue 1690.
2010-01-15 Ramiro PollaExclude .svn and .git directories from doxygen document...
2010-01-15 Måns RullgårdFix out of tree build with hardcoded tables
2010-01-15 Ramiro Pollamingw32: Build for Windows XP by default. Add note...
2010-01-15 Ramiro PollaDon't initialize normal horizontal filter if MMX2 filte...
2010-01-15 Ramiro PollaGet one step closer to world domination.
2010-01-15 Jai MenonDo not print VDPAU upgrade notice when configure is...
2010-01-15 Måns RullgårdAAC: optimise bitstream reading in decode_spectrum_and_...
2010-01-15 Carl Eugen... Support decoding of Avid uncompressed mov files, fixes...
2010-01-15 Carl Eugen... Support decoding Avid 1:1x codec, (partially) fixes...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-15 Michael NiedermayerAdd forgotten include of h264_mvpred.h to h264.h.
2010-01-15 Michael NiedermayerAdd forgotton multiple inclusion guards to h264_mvpred.h.
2010-01-15 Måns RullgårdAAC: ARM/NEON asm for VMUL2/4 functions
2010-01-15 Carl Eugen... Do not assign codec_tag to pix_fmt in rawdec.c, but...
2010-01-15 Stefano SabatiniFix typo.
2010-01-14 Måns RullgårdOptimise av_log2 with clz when available
2010-01-14 Måns RullgårdSet HAVE_FAST_CLZ if CPU has a fast count leading zeros...
2010-01-14 Ramiro PollaRemove unused clip_table code.
2010-01-14 Måns Rullgårdconfigure: allow reverse auto-selection of options
2010-01-14 Reimar DöffingerChange code so it uses 2 adds instead of one FFABS.
2010-01-14 Peter RossLatent libavformat version bump and documentation updat...
2010-01-14 Peter RossAdobe Filmstrip muxer and demuxer
2010-01-14 Ramiro PollaAdd const qualifier to rgb48 to YV12 functions' src.
2010-01-14 Ramiro PollaAdd missing parameter to rgb48 to YV12 functions.
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2010-01-14 Andrew Wasonset stream aspect from mov tkhd width/height, patch...
2010-01-13 Baptiste Coudurierdo not skip mdat data if it's the last atom, avoids...
2010-01-13 Baptiste Coudurierrestore old buffer content when seek failed in http...
2010-01-13 Baptiste Coudurierrevert wrongly commited hunk in r21205
2010-01-13 Baptiste Coudurierremove useless type declarations
2010-01-13 Baptiste Coudurierremove useless declarations from mpegts.h
2010-01-13 Baptiste Coudurieruse codec rc_max_rate if set and warn if bit rate is...
2010-01-13 Baptiste CoudurierDo not split audio frames accross pes packets.
2010-01-13 Luca AbeniSurprisingly enough, the RTP muxer does not depend...
2010-01-13 Mike Scheutzowprint more debug info about muxing parameters, patch...
2010-01-13 Mike Scheutzowupdate mpegts_write_pes documentation, patch by Mike...
2010-01-13 Mike ScheutzowInsert null packets to keep pcr values correct, patch...
2010-01-13 Mike Scheutzowmove pcr/sdt/pat period computation after ts->mux_rate...
2010-01-13 Mike Scheutzowoutput a pcr as soon as possible, patch by Mike Scheutz...
2010-01-13 Niobosfix ts packet header size computation, patch by Niobos...
2010-01-13 Niobosfix sdt, pat, pcr size computation, patch by Niobos...
2010-01-13 Luca AbeniThe RTP muxer does not need rtp_asf.c
2010-01-13 Luca AbeniRemove the inclusion of unneeded headers
2010-01-13 Måns RullgårdDefine !CONFIG_FOO in config.make if feature disabled
2010-01-13 Måns RullgårdAAC: Reduce depth of vlc_spectral tables to 2
2010-01-13 Måns RullgårdAAC: Unswitch loop over window groups in decode_spectru...
2010-01-13 Måns RullgårdAAC: simplify some calculations in decode_spectrum_and_...
2010-01-13 Måns RullgårdAAC: Compress codebook tables and optimise sign bit...
2010-01-13 Ronald S. BultjeFix issue1658 (trailing space in rtpmap descriptor).
2010-01-13 Tomas HärdinCheck there is a stream before writing header.
2010-01-13 Vitor SessakRemove needless use of log2f()
2010-01-13 Vitor SessakRemove the struct SiprModeParam of the context. This...
2010-01-13 Måns RullgårdSIPR: kill variable-length arrays
2010-01-13 Michael Niedermayerremove unused variable
2010-01-13 Michael NiedermayerSplit cabac decoding code out of h264.c.
2010-01-13 Michael NiedermayerMove golomb_to_int*cbp tables back to h264_data.h as...
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.
next