OSDN Git Service

coroid/libav_saccubus.git
2008-02-26 Loren Merrittdecode mng color decorrelation
2008-02-26 Diego BiurrunRemove START_TIMER and STOP_TIMER macros.
2008-02-26 Peter RossDisable vhook on Interix, patch by Pete Ross, pross...
2008-02-26 Peter RossThis header just needs stdint.h, not inttypes.h, which...
2008-02-26 Loren Merrittsimplify
2008-02-25 Aurelien Jacobssplit encoding part of dsputil_mmx into its own file
2008-02-25 Diego BiurrunRemove commented-out av_log calls.
2008-02-25 Michael NiedermayerFix trellis quant + AAN DCT.
2008-02-25 Michael NiedermayerMake diego happy.
2008-02-25 Aurelien Jacobscompile various fdct only when encoders are enabled
2008-02-25 Eddie PangFix MSVC identification, patch by Eddie Pang.
2008-02-25 Michael NiedermayerMake code C conformant.
2008-02-25 Stefano SabatiniClarify the documentation for 'ffmpeg -v'.
2008-02-25 Diego BiurrunImprove wording/grammar of Doxygen comments.
2008-02-25 Michael NiedermayerClarify which BSD license.
2008-02-25 Diego Biurruncosmetics: prettyprint
2008-02-25 Michael NiedermayerAllow use of my AAN DCT under BSD, AMD has agreed to...
2008-02-25 Stefano SabatiniMake parse_options() use parse_number_or_die().
2008-02-25 Stefano SabatiniExport and document in cmdutils.h the function parse_nu...
2008-02-25 Baptiste Coudurierfix mace duration
2008-02-25 Baptiste Coudurierprotect malloc overflow
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierfail if extradata cannot be allocated
2008-02-25 Baptiste Coudurier10l, protect malloc overflow
2008-02-25 Baptiste Couduriersupport QDM2 in aiff, QDM2.aif
2008-02-25 Baptiste Coudurierremove useless close function
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierremove useless casts
2008-02-25 Baptiste Couduriercosmetics
2008-02-25 Baptiste Coudurierremove useless tags, codec_get_id matches independently...
2008-02-25 Baptiste Coudurierset bps to uncompressed original sound data for compres...
2008-02-25 Baptiste Coudurierfix duration for ima4
2008-02-25 Baptiste Coudurierima4 in aiff support
2008-02-25 Loren Merrittpng filters
2008-02-25 Diego BiurrunFix outdated comment.
2008-02-25 Måns Rullgård#include "libavutil/avutil.h" in swscale.h
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-25 Loren Merrittremove a memcpy
2008-02-24 Diego Biurruncosmetics: Sort and prettyprint codec_wav_tags[].
2008-02-24 Måns Rullgårdfix memory leaks in vp3 decoder
2008-02-24 Michael NiedermayerSet indexmem to a saner default.
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 3
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 2
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile, improves code consist...
2008-02-24 Vitor SessakFix bug I introduced in r11962.
2008-02-24 Michael NiedermayerReduce initial fifo size, so as not to senselessly...
2008-02-24 Michael Niedermayerrealloc fifo
2008-02-24 Michael NiedermayerFix issue357
2008-02-24 Michael Niedermayerflv/swf do not have a big endian codec id, they only...
2008-02-23 Benjamin LarssonRiff ids for wmapro and wmavoice, this adds support...
2008-02-23 Måns Rullgårduse diff -u -w in codec regression test
2008-02-23 Nico Sabbitreat stream_type==0x82 as AUDIO_DTS when the program...
2008-02-22 Michael NiedermayerRemove apparently unneeded and buggy align.
2008-02-22 Diego BiurrunAdd -lm to x264 check, it is needed on most systems.
2008-02-22 Loren Merrittcleaner way of writing packed-byte constants.
2008-02-22 Carl Eugen... Discard two symbols from libswscale.
2008-02-21 Michael NiedermayerAscii art to explain what avfilter_formats_changeref...
2008-02-21 Michael Niedermayercosmetic
2008-02-21 Michael NiedermayerBetter description (merge is too vague IMHO).
2008-02-21 Michael NiedermayerBetter description for merge_ref().
2008-02-21 Michael NiedermayerDocument avfilter_formats_ref() with some ascii art.
2008-02-21 Mike Melansonminor English corrections
2008-02-21 Michael Niedermayertypos
2008-02-21 Diego BiurrunExplain that libavcodec/i386/idct_mmx.c is GPLed.
2008-02-21 Michael Niedermayer"General Tips" section
2008-02-21 Michael Niedermayerparse_number_or_die()
2008-02-21 Loren Merrittindent
2008-02-21 Loren Merrittpseudo-simd add_bytes and diff_bytes
2008-02-21 Loren Merrittsimd and unroll png_filter_row
2008-02-21 Michael NiedermayerDisabling all SSE* code for old gcc to avoid alignment...
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerForgot this, which is needed for merging field pics...
2008-02-20 Michael NiedermayerMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-20 Eddie Pang10l: Correctly use preprocessor conditionals.
2008-02-20 Luca AbeniFix computation of the "NTP time" field in RTCP SR...
2008-02-20 Michael NiedermayerGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-20 Måns Rullgård#include avutil.h in postprocess.h
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Michael NiedermayerFix ;;
2008-02-19 Reimar DöffingerAdd some const, fixes warnings:
2008-02-19 Reimar DöffingerMissing const, fix warnings:
2008-02-19 Reimar DöffingerFix warnings:
2008-02-19 Reimar DöffingerRemove duplicate ;
2008-02-19 Reimar DöffingerAdd casts to avoid warnings:
2008-02-19 Reimar DöffingerMissing const
2008-02-19 Reimar DöffingerFix misplaced const, avoids a cast-discards-qualifiers...
2008-02-19 Michael Niedermayerconst
2008-02-19 Michael NiedermayerReduce the number of senselessly scanned bytes.
2008-02-19 Guillaume Poirierarg 10000l. Fix wrong fix committed in r12141
2008-02-19 Guillaume Poirierfix broken indentation
2008-02-19 Guillaume Poirier10l: fix always false test: Binary & has lower preceden...
2008-02-18 Diego BiurrunRefactor vcprm and vcii macros by using the AVV macro.
2008-02-18 Diego BiurrunRefactor the FOUROF macro using the AVV macro.
2008-02-18 Diego BiurrunRemove stray #undef.
2008-02-18 Alexander Strangefix crash on non-AltiVec powered machines: MPV_common_i...
2008-02-18 Stefano SabatiniRemove a superfluous call to atoi in ffmpeg.c:opt_verbose
2008-02-17 Michael NiedermayerAdd notes where known timestamp issues remain.
2008-02-17 Michael NiedermayerSet initial next_pts to unknown, this avoids the nonsen...
next