OSDN Git Service

coroid/ffmpeg_saccubus.git
2011-05-09 Michael NiedermayerPatch checklist:Suggest adding a regression test
2011-05-09 Michael Niedermayerdoc:Partial update of our issue tracker doc. More work...
2011-05-09 Peter Rosswtv: calculate ole date correctly (is seconds since...
2011-05-09 Peter Rosswtv: detect ole date overflow
2011-05-08 Michael Niedermayerswscale: implement Nbit->non native endian 16bit. Fixes...
2011-05-08 Michael Niedermayerfate: add 9/10 BE pixdesc checksums
2011-05-08 Stefano Sabatinipnmdec: reindent after the previous commit
2011-05-08 Stefano Sabatinipnmdec: add support for mono images with non-space...
2011-05-08 Michael Niedermayerffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10
2011-05-08 Baptiste Coudurierv210enc:clip values according to specifications
2011-05-08 Baptiste Coudurierv210enc: switch to PIX_FMT_422P10
2011-05-08 Baptiste Coudurierv210dec: switch to PIX_FMT_422P10
2011-05-08 Stefano Sabatiniffv1: set internal frame defaults
2011-05-08 Baptiste Coudurierswscale: 9,10 bits pixel format output support
2011-05-08 Baptiste CoudurierPIX_FMT_422P10 support
2011-05-08 Michael Niedermayeradpcmenc:Optimize adpcm_ima_qt_compress_sample()
2011-05-08 Baptiste Coudurieradpcmenc: fix QT IMA ADPCM encoder
2011-05-08 Baptiste Coudurieradpcmdec: Fix QT IMA ADPCM decoder
2011-05-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-07 Michael Niedermayersvq1dec: simpify mean calculation.
2011-05-07 Michael Niedermayersvq1dec: replace /2 by >>1
2011-05-07 Michael Niedermayerpnm: Fix spurious error message.
2011-05-07 Stefano Sabatinilibopenjpeg: set internal frame defaults
2011-05-07 Reimar DöffingerFix function pointer type to match function it is assigned.
2011-05-07 Reimar DöffingerStore pointers in a less messy way in SWSContext.
2011-05-07 Reimar DöffingerRemove unused variable.
2011-05-07 Reimar DöffingerReplace deprecated url_fseek by avio_seek.
2011-05-07 Reimar DöffingerMove ifdef to avoid unused variable warnings.
2011-05-07 Reimar DöffingerRemove unused variables.
2011-05-07 Reimar DöffingerFix printf format string, fixes a warning.
2011-05-07 Michael Niedermayerriffenc/ffmpeg: Fix stream copy
2011-05-07 Michael Niedermayerffplay: fix null pointer read when codec unavilable.
2011-05-07 Reimar Döffingeraacdec: add decode_channel_map overread check
2011-05-07 Reimar DöffingerIncrease TS packet size detection buffer.
2011-05-07 Reimar DöffingerAssume some TS packet size instead of failing completely.
2011-05-07 jan gerberoggdec:Correct duration
2011-05-07 Michael NiedermayerOnly add 1 byte to av_malloc(0) when it actually return...
2011-05-07 Michael NiedermayerMake av_realloc(0) behave like our av_malloc(0)
2011-05-07 Stefano Sabatinivsrc_buffer: during init, print information about timeb...
2011-05-07 Stefano Sabatinivsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface
2011-05-07 Stefano Sabatinilavc: set defaults in internal codec frames
2011-05-07 Stefano Sabatiniffmpeg: rename ost->pict_tmp to ost->resample_frame
2011-05-07 Stefano Sabatiniffmpeg: prefer dec/enc over ost/ist->st->codec in do_vi...
2011-05-07 Stefano Sabatiniffmpeg: move resample_changed check within the #if...
2011-05-07 Stefano Sabatiniffmpeg: remove useless intermediary variable resample_d...
2011-05-07 Stefano Sabatiniffmpeg: simplify mid-stream reconfiguration when libavf...
2011-05-07 Stefano Sabatinilavfi: add libavfilter/avcodec.h and avfilter_copy_fram...
2011-05-07 Stefano Sabatinilavc: add format field to AVFrame
2011-05-07 Stefano Sabatinilavc: add width and height fields to AVFrame
2011-05-07 Reimar DöffingerUse MAP_FAILED to check for mmap failure instead of...
2011-05-07 Stefano Sabatinidrawtext: add documentation for the shadow parameters
2011-05-07 Michael Niedermayerdrawtext: add shadow support.
2011-05-07 Michael Niedermayerdrawtext: factor draw_glyphs.
2011-05-07 Michael Niedermayerdrawtext: fix and optimize yuv blend.
2011-05-07 Michael Niedermayerdrawtext: get rid of divisions in the inner loop.
2011-05-07 Michael Niedermayerdrawtext: simplify chroma blend and fix chroma alpha.
2011-05-07 Stefano Sabatinilavfi: Port drawtext filter by Hemanth from the libavfi...
2011-05-07 Reimar DöffingerUse av_fast_malloc instead of av_fast_realloc.
2011-05-07 Reimar DöffingerSimplify condition.
2011-05-07 Reimar Döffingermsvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid...
2011-05-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-07 Michael Niedermayermp3enc:simplify
2011-05-07 Michael Niedermayermp3enc:better variable name for the frames field file...
2011-05-07 Michael Niedermayermp3enc: drop nested structs
2011-05-07 Michael Niedermayermp3enc:use FFMIN()
2011-05-07 Michael Niedermayermp3enc:Drop unneeded floating point math.
2011-05-07 Michael Niedermayermp3enc: drop sum and count bytes instead of bitrates...
2011-05-07 Michael Niedermayermp3enc: remove unneeded ifdef
2011-05-07 Michael Niedermayermp3enc: remove unneeded static const variables.
2011-05-07 Peter Belknermp3enc: mux a XING header
2011-05-06 Michael Niedermayeravfilter: dont use AVFilterLink as priv for pictures...
2011-05-06 Michael Niedermayeravfilter: Fix ticket82 / fix initial buffer values.
2011-05-06 Michael NiedermayerAVFilter: use picture pool to avoid malloc().
2011-05-06 Michael Niedermayeravfilter_unref_buffer: favor av_freep()
2011-05-06 Michael Niedermayermpegvideo: fix 422 lowres
2011-05-06 Michael Niedermayeraiffdec:Rewrite get_meta()
2011-05-06 JULIAN GARDNERAllow encodiing empty subtitles.
2011-05-06 Michael Niedermayerswscale: Dither for unscaled 10->8bit per channel
2011-05-06 Michael Niedermayerswscale: dont reshuffle bytes
2011-05-06 Yusuke Nakamuramov: fix composition timestamps on movie fragments.
2011-05-06 Alex Conversewmavoice: Use proper size in memeset().
2011-05-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-06 Michael Niedermayeravidec: correct frame_offset for seeking
2011-05-06 Carl Eugen... Silence a warning if pkg_config is not installed.
2011-05-06 Michael NiedermayerMakefile:Put lost tab back.
2011-05-06 Michael Niedermayeravidec: detect mpeg4 keyframes in indexless avi
2011-05-05 Baptiste CoudurierIn svq3 decoder, check negative mb_type, fix potential...
2011-05-05 Francesco Cosoletofate: mention fate documentation in the error message
2011-05-05 Michael NiedermayerMPEG: support 4:4:4 lowres
2011-05-05 Michael NiedermayerMPEG: support 4:4:4 intra lowres
2011-05-05 Mans Rullgardconfigure: warn if pkg-config is missing
2011-05-05 Stefano Sabatinilavfi-regression: provide filter arguments to showfiltfmts
2011-05-05 Stefano Sabatinieval: add sqrt function for computing the square root
2011-05-05 Stefano Sabatiniconfigure: add strong dependencies for movie source...
2011-05-05 Baptiste CoudurierSVQ3: do not modify const input buffer
2011-05-05 Baptiste CoudurierSVQ3: Check that things match up after a frame.
2011-05-05 Baptiste CoudurierSVQ3: Move svq3 specific fields to their own context.
2011-05-05 Michael Niedermayerffplay: set CODEC_FLAG_EMU_EDGE earlier
2011-05-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-05 Michael Niedermayerrgb24toyv12: break out in the middle before out of...
next