OSDN Git Service

coroid/libav_saccubus.git
2011-02-26 Reimar Döffingerconfigure: document FATE_SAMPLES env var in --help...
2011-02-26 Mans Rullgardfate: get samples location from env var if not explicit...
2011-02-25 Ronald S. Bultjemovenc: remove uses of deprecated API.
2011-02-25 Maksym Veremeyenkostore pasp atom for all types of quicktime movie
2011-02-25 Maksym Veremeyenkoreindent after tapt patch
2011-02-25 Maksym Veremeyenkouse tapt atom for sample aspect ratio
2011-02-25 Peter Rossbink: prevent overflows within binkidct by using int...
2011-02-25 Peter Rossbink: decode audio track identifiers into AVStream.id
2011-02-25 Peter RossBink version 'b' audio decoder
2011-02-25 Peter Rossbinkaudio: simplify frame_len_bits and frame_len calcul...
2011-02-25 Peter Rossbinkaudio: remove unnecessary loop
2011-02-25 Peter Rossbinkaudio: perform band table scaling in decode_init
2011-02-25 Peter Rossbink: set audio stream codec_tag such that binkaudio...
2011-02-25 Mans Rullgardbink: use LOCAL_ALIGNED for aligned stack data
2011-02-25 Kyledxva2: define required feature selection macros
2011-02-25 Dave YeoOS/2: lxlite should use stdout
2011-02-25 Anton Khirnovavio: deprecate put_tag
2011-02-25 Anton Khirnovlavf: replace remaining uses of put_tag with avio_write
2011-02-25 Anton Khirnovavienc: replace &tag[0] with tag.
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-24 Anssi Hannuladca: use EXT_AUDIO_ID field to determine core extensions
2011-02-24 Justin Rugglesvmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
2011-02-24 Justin Rugglesvmdaudio: remove unnecessary fields from VmdAudioContex...
2011-02-24 Justin Rugglesvmdaudio: add out_bps to VmdAudioContext and use it...
2011-02-24 Justin Rugglesvmdaudio: simplify vmdaudio_decode_frame() by handling...
2011-02-24 Justin Rugglescosmetics: reindent after previous commit
2011-02-24 Justin Rugglesvmdaudio: move all silence chunk handling to vmdaudio_l...
2011-02-24 Justin Rugglescosmetics: remove debugging cruft
2011-02-24 Justin Rugglescosmetics: reindent after previous commit
2011-02-24 Justin Rugglesvmdaudio: simplify buffer pointer and header size handling.
2011-02-24 Justin Rugglesvmdaudio: set *data_size to zero when skipping small...
2011-02-24 Justin Rugglesvmdaudio: validate block type
2011-02-24 Justin Rugglesvmdaudio: use macros and a local variable for block...
2011-02-24 Justin Rugglesvmdaudio: correct the silent chunk count in the first...
2011-02-24 Justin Rugglesvmdaudio: output audio samples for standalone silent...
2011-02-24 Justin Rugglesvmdaudio: remove duplicated code by merging mono and...
2011-02-24 Justin Rugglesvmdaudio: fix raw_block_size calculation.
2011-02-23 longstoneavienc: fix AVI stream index for files with >10 streams
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-22 Benjamin LarssonAdd more AVC Intra FOURCCs
2011-02-22 Young Han Leeaacdec: Reduce the size of buf_mdct.
2011-02-22 Alex ConverseRemove old VCSs from version.sh
2011-02-21 Tony Straussmpegtsenc: use correct PES stream_id for AAC
2011-02-21 Ronald S. Bultjespdifenc.c: fix compile because of missing include...
2011-02-21 Mans Rullgardvp8: ppc: fix invalid reads in altivec epel mc
2011-02-21 Mans Rullgardppc: fix vc1 inverse transform, unbreak build
2011-02-21 Anton Khirnovavio: make put_nbyte internal.
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-21 Ronald S. Bultjetarga: prevent integer overflow in bufsize check.
2011-02-21 Anton Khirnovavio: make get_partial_buffer internal.
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-21 Anton Khirnovavio: rename av_alloc_put_byte -> avio_alloc_context...
2011-02-21 Ronald S. Bultjedsputil: make {add/put/put_signed}_pixels_clamped(...
2011-02-21 Ronald S. BultjeVC1: inline vc1_put_block() in vc1_decode_i_blocks().
2011-02-21 Stefano Sabatinilavfi: put color source in a dedicated file
2011-02-21 Stefano Sabatinilavfi: add drawutils
2011-02-20 Mans RullgardMakefile: include deps from tools directory
2011-02-20 Mans Rullgardamrnb: use correct size when copying lsf_r array
2011-02-20 Mans Rullgardx86: use raw opcode for xgetbv instruction
2011-02-20 Ronald S. BultjeUpdate version and APIchanges.
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-20 Ronald S. BultjeVC1: don't use vc1_put_block() in vc1_decode_i_blocks_a...
2011-02-20 Mans Rullgardx86: check for AVX support
2011-02-19 Marton BalintMMS: also discover streams in extended stream propertie...
2011-02-19 Ronald S. Bultjedsputil_mmx.c: remove ff_vector128.
2011-02-19 Reimar DöffingerFix invalid reads in VC1 decoder
2011-02-19 David ConradFix VP3 edge emulation
2011-02-19 Young Han Leeaacdec: dsputilize the scalar multiplication in intensi...
2011-02-18 Jason Garrett... VP3: fix decoding of videos with stride > 2048
2011-02-18 Jean-Daniel... targa: fix potential buffer overreads
2011-02-18 Ronald S. BultjeFix PPC build.
2011-02-17 Jason Garrett... VP8: init one less near_mv
2011-02-17 Jason Garrett... Force inlining of avutil common routines
2011-02-17 Jason Garrett... VP8: split out declarations to new header
2011-02-17 Jason Garrett... VP8: faster MV clipping
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-17 Ronald S. BultjeVC1: simplify a calculation in a loop.
2011-02-17 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2011-02-17 Martin Storsjöffserver: Try matching the RTSP url without a trailing...
2011-02-17 Janne GrunauAdd SHA1s to APIChanges for av_dump_format, av_parse_ti...
2011-02-17 Anton Khirnovlavf, lavu: bump minor versions and add an APIChanges...
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-17 Young Han Leemdct: remove unnecessary multiplication
2011-02-16 Justin Rugglesac3enc: fix bug in stereo rematrixing decision.
2011-02-16 Anton KhirnovReplace remaining uses of parse_date with av_parse_time.
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-16 Martin Storsjörtsp: udp_read_packet returning 0 doesn't mean success
2011-02-16 Nicolas Georgeffserver: set the sample aspect ratio
2011-02-16 James Zerndocumentation: add encoders chapter
2011-02-16 Stefano SabatiniIn graph2dot, print more specific audio information...
2011-02-16 Anssi Hannulaspdifenc: set flag AVFMT_NOTIMESTAMPS
2011-02-16 Michael Niedermayervbv_delay AVOption for ABI compatibility
2011-02-16 Carl Eugen... Set maximum lowres value for the MJPEG decoder to 3.
2011-02-16 Justin Rugglesac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs...
2011-02-16 Maksym Veremeyenkofix nsvdec.c compilation if DEBUG macro defined
2011-02-16 Balint MartonFix av_find_best_stream when using a program
next