OSDN Git Service

coroid/ffmpeg_saccubus.git
2009-03-17 Ronald S. BultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-17 avcodercosmetics: fix indentation, patch by avcoder, ffmpeg...
2009-03-17 Diego BiurrunFix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2...
2009-03-17 Diego Biurrunwhitespace cosmetics: Consistently format function...
2009-03-17 Justin RugglesAdd documentation about missing E-AC-3 features.
2009-03-16 John CoxFix SEIs when splitting H264 input.
2009-03-16 Reimar DöffingerExtend mov edit list support to work for a first paddin...
2009-03-16 Måns Rullgårdrmdec: fix crash at end of file
2009-03-16 Cédric SchieliAdd an alpha parameter to the YUV2RGBFUNC macro to...
2009-03-16 Alex ConverseCosmetics: Re-indent after last commit
2009-03-16 Alex ConverseMOV: Support stz2 "Compact Sample Size Box"
2009-03-16 Alex ConverseAAC: IEEE-754 type punning for 16-bit floating point...
2009-03-16 Ronald S. BultjeMore reindent, forgotten in previous commit.
2009-03-16 Ronald S. BultjeParse index chunk so that seeking in modern .rm files...
2009-03-16 Benoit FouetRevert the alphabetical reordering which made me owner...
2009-03-16 Ronald S. BultjeReindent after r18010.
2009-03-16 Ronald S. BultjeMark the first output audio frame as keyframe (separate...
2009-03-16 Ronald S. BultjeRemove packet returning in ff_rm_parse_packet() if...
2009-03-16 Benoit FouetFix alphabetical order.
2009-03-16 Ronald S. BultjeReindent after r18005.
2009-03-16 Daniel VerkampFix an assert().
2009-03-16 Ronald S. BultjeMerge code for packet reading in "old" (.ra, audio...
2009-03-16 Cédric SchieliSplit YUV2RGB operands declaration into a separate...
2009-03-16 Baptiste Couduriercosmetics, remove useless braces
2009-03-16 Baptiste Couduriersimplify printing
2009-03-16 Baptiste Coudurierreindent
2009-03-16 Baptiste Coudurierfix trkn metadata parsing
2009-03-16 Baptiste Couduriermove read_udta_string up to avoid forward declaration
2009-03-16 Baptiste Couduriermore generic metadata handling
2009-03-16 Baptiste Coudurierdo not set isom if ctype is not set, happens in mov
2009-03-16 David ConradRemove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef...
2009-03-15 Baptiste Couduriersearch for hdlr atom in meta, some files do not store...
2009-03-15 Ramiro Pollamingw32: call lib.exe instead of lib to facilitate...
2009-03-15 Matthieu CastetDisallow out-of-tree builds with config.h in the source...
2009-03-15 Ronald S. BultjeFix index generation in the way that it was supposed...
2009-03-15 Benjamin LarssonAdd cook channel count function, part of multichannel...
2009-03-15 Benjamin LarssonAdd max allowed subpackets in multichannel cook
2009-03-15 Diego BiurrunRemove code that was disabled by the recent major versi...
2009-03-15 Stefano SabatiniFix typo: 'conjuction' -> 'conjunction'.
2009-03-15 Benjamin Larssonsave avctx in cook decoder context and use it for av_log
2009-03-15 Benjamin Larssonmemset when category is >=7, part of cook multichannel
2009-03-15 Reimar Döffinger1 km^3 cola, timecode_frame_start is a 64 bit integer...
2009-03-15 Carl Eugen... Force ebp_available for icc.
2009-03-15 Diego Biurruncosmetics: Remove file name from file header.
2009-03-15 Baptiste Coudurieradd my gpg key fingerprint
2009-03-15 Attila Kinaliadd my gpg key fingerprint
2009-03-15 Baptiste Couduriertypo in the mail, the 4am commit is always the worst
2009-03-15 Baptiste Couduriercosmetics
2009-03-15 Baptiste Coudurieradd my copyright in mov de/muxer
2009-03-15 Stefano SabatiniExpand "lsb" to "least significant bits".
2009-03-15 Stefano SabatiniRename the (yet not defined) macros:
2009-03-15 Baptiste Coudurierallocate palette in codec directly
2009-03-15 Baptiste Couduriercosmetics, add some whitespaces and empty lines
2009-03-15 Kostya ShishkovCorrect MV prediction for B-frame blocks in RV4 decoder
2009-03-15 Baptiste Coudurieradd loglevel option to set libav* logging level, -v...
2009-03-15 Baptiste Coudurierdo not modify sample_count, check against index entries
2009-03-14 Baptiste Coudurieruse utc time for timestamp and do not set it if not...
2009-03-14 Måns RullgårdFix ff_random_get_seed() prototype
2009-03-14 Baptiste Coudurierswf timestamps are 16 bits
2009-03-14 Baptiste Coudurierremove unused fields in swf context
2009-03-14 Baptiste Coudurierdo not parse timestamp if bitexact is set, should fix...
2009-03-14 Reimar DöffingerEnable generic index creation and seeking for NUV demuxer.
2009-03-14 Reimar DöffingerAdd AVFMT_GENERIC_INDEX support also for formats that...
2009-03-14 Reimar DöffingerMake pcm_read_seek treat negative time stamps as 0...
2009-03-14 Diego BiurrunAdd av_uninit to vbA[1-8], vbB[1-8] variables to work...
2009-03-14 Diego Biurrunprettyprinting cosmetics
2009-03-14 Diego BiurrunAdd av_uninit to vsrcBuc variable to work around some
2009-03-14 Diego BiurrunImprove description of next_free_data_block_num struct...
2009-03-14 Michael NiedermayerDo not lose user flags when passing calls from the...
2009-03-14 Michael NiedermayerSwitch ffplay to new seeking API.
2009-03-14 Michael NiedermayerSwitch regression test to the new seeking API.
2009-03-14 Michael Niedermayeradd avformat_seek_file()
2009-03-14 Stefano SabatiniAdd an example showing how to create a video from many...
2009-03-14 Cédric SchieliMake the source buffer operands parametrized in the...
2009-03-13 Daniel VerkampAdd 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.
2009-03-13 Reimar DöffingerSet pkt->pos correctly (to the start of header of the...
2009-03-13 Baptiste Coudurierfix swf seeking by fixing new stream detection
2009-03-13 Diego BiurrunRemove 'lib' and 'swscale-error' from list of phony...
2009-03-13 Diego BiurrunMark all clean targets as phony.
2009-03-13 Michael NiedermayerPrint timing_info on -debug 1.
2009-03-13 Reimar DöffingerAdd "testclean" target to .PHONY
2009-03-13 Kostya ShishkovFix direct and skip MB motion compensation in RV4:
2009-03-13 Reimar DöffingerSimplify RoQ demuxer pts calculation by using a appropr...
2009-03-12 Reimar DöffingerSet video width/height and create audio stream in read_...
2009-03-12 Baptiste Coudurierremove sws_flags, seems to have no effect
2009-03-11 Alex Conversepatcheck: Replace non-POSIX echo -e with printf.
2009-03-11 Cédric SchieliMake MMX registers parametrized in the YSCALEYUV2PACKED...
2009-03-11 Cédric SchieliIn initMMX2HScaler, when chrDstW is not divisible by...
2009-03-11 Gwenole BeauchesneUse av_mallocz() to initialize hwaccel_data_private.
2009-03-11 Baptiste Coudurierstag option to force subtitle tag
2009-03-11 Baptiste Coudurierreindent
2009-03-11 Baptiste Coudurierkeep original tag when stream copying subs with ipod...
2009-03-11 Baptiste Coudurieripod supports both subs tags
2009-03-11 Baptiste Coudurierreindent
2009-03-11 Baptiste Coudurierwrite correct atoms based on tag and not format, fixes...
2009-03-11 Baptiste Coudurieruse correct codec tag list for ipod format
2009-03-11 Baptiste Couduriermxf and mxf d10 regression tests
2009-03-11 Baptiste Coudurieragain 10l, typo, put_byte instead of put_buffer
2009-03-11 Baptiste Coudurierattempt to try to generate an random umid
2009-03-11 Baptiste Coudurier10l, set ret to 0 when finished
next