OSDN Git Service

coroid/libav_saccubus.git
2011-05-04 Ronald S. Bultjenutenc: don't av_malloc(0).
2011-05-04 Ronald S. Bultjempegvideo: don't av_malloc(0).
2011-05-04 Ronald S. Bultjeasfdec: fix parsing of packets that overrun into padding.
2011-05-03 Reinhard TartlerImplement fate-rsync target
2011-05-03 Luca BarbatoMake ffmpeg support generic data stream
2011-05-02 Ronald S. Bultjevp8: frame-multithreading.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-05-02 Kostya Shishkovdpx: Do not use DPX encoder for decoding.
2011-05-01 Diego BiurrunALPHA: Replace sized int_fast integer types with plain...
2011-05-01 Peter RossDPX image encoder
2011-05-01 Peter RossDPX decoder: read sample aspect ratio
2011-05-01 Reimar DöffingerDPX decoder: add buffer size checks.
2011-05-01 Justin Rugglesac3enc: clip large coefficient values and negative...
2011-05-01 Justin Rugglesac3enc: do not store a bandwidth code for each channel.
2011-05-01 Justin Rugglesac3enc: remove bandwidth reduction as fallback for...
2011-05-01 Justin Rugglesac3enc: merge compute_exp_strategy_ch() into compute_ex...
2011-05-01 Justin Rugglesac3enc: return error if frame+exponent bits are too...
2011-05-01 Justin Rugglesac3enc: differentiate between current block and referen...
2011-05-01 Justin Rugglesac3enc: simplify exponent_init() by calculating exponen...
2011-05-01 Justin Rugglesac3enc: simplify stereo rematrixing decision options
2011-05-01 Reinhard TartlerUpdate URL to fate samples
2011-04-29 Michael NiedermayerAMV: disable DR1 and don't override EMU_EDGE
2011-04-29 Anssi Hannulalavf: inspect more frames for fps when container time...
2011-04-29 Reinhard TartlerFix races in default av_log handler
2011-04-29 Diego Biurrunvorbis: Replace sized int_fast integer types with plain...
2011-04-29 Diego BiurrunRemove disabled non-optimized code variants.
2011-04-29 Diego Biurrunbswap.h: Remove disabled code.
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Diego BiurrunReplace more disabled printf() calls by av_dlog().
2011-04-29 Diego Biurruntests: Remove disabled code.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-29 Diego Biurrunvorbisdec: Replace some sizeof(type) by sizeof(*variable).
2011-04-29 Diego Biurrunvf_fieldorder: Replace FFmpeg by Libav in license boile...
2011-04-28 Martin Storsjöavio: Fix the deprecated fallback URL-prefixed open...
2011-04-28 Reinhard Tartleravoid duplicate -lm in .pc files
2011-04-28 Stefano Sabatinimpeg12: terminate mpeg2_video_profiles arrays
2011-04-28 Gil Pedersennetwork: Check POLLERR and POLLHUP in ff_network_wait_fd
2011-04-28 Anton Khirnovmpegtsenc: make PMT PID really start on pmt_start_pid
2011-04-28 Peter Rossnut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-04-28 Peter Rossrawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-04-28 Peter Rosshflip: make the filter accept PIX_FMT_BGR48LE and PIX_F...
2011-04-28 Peter Rosscrop: make the filter accept PIX_FMT_BGR48LE and PIX_FM...
2011-04-28 Peter Rosslibswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler...
2011-04-27 Diego Biurrunvorbisdec: Rename silly "class_" variable to plain...
2011-04-27 Diego Biurrunsimple_idct_alpha: Drop some useless casts.
2011-04-27 Diego BiurrunSimplify av_log_missing_feature().
2011-04-27 Justin Rugglesac3enc: remove check for mismatching channels and chann...
2011-04-27 Justin RugglesIf AVCodecContext.channels is 0 and AVCodecContext...
2011-04-27 Justin RugglesIf AVCodecContext.channel_layout and AVCodecContext...
2011-04-27 Justin Rugglescosmetics: indentation
2011-04-27 Justin RugglesCheck AVCodec.supported_samplerates and AVCodec.channel...
2011-04-27 Alex Converseaacdec: remove sf_scale and sf_offset.
2011-04-27 Justin Rugglesaacdec: use a scale of 2 in the LTP MDCT rather than...
2011-04-27 Alex ConverseDefine POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_...
2011-04-27 Alex ConverseLarge intensity stereo and PNS indices are legal. Clip...
2011-04-27 Stefano Sabatiniqpeg: use reget_buffer() in decode_frame()
2011-04-27 Stefano Sabatiniultimotion: use reget_buffer() in ulti_decode_frame()
2011-04-27 Stefano Sabatinismacker: remove unnecessary call to avctx->release_buff...
2011-04-27 Ronald S. Bultjeavparser: don't av_malloc(0).
2011-04-26 Justin Rugglesac3enc: correct the flipped sign in the ac3_fixed encoder
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-26 Vitor SessakIncrease alignment of av_malloc() as needed by AVX...
2011-04-26 Vitor SessakUpdate x86inc.asm from x264 to allow AVX emulation...
2011-04-26 Michael Niedermayermjpeg: Detect overreads in mjpeg_decode_scan() and...
2011-04-26 Stefano Sabatinidocumentation: extend documentation for ffmpeg -aspect...
2011-04-26 Anton KhirnovAPIChanges: update commit hashes for recent additions.
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-26 Michael Niedermayeraac: add headers needed for log2f()
2011-04-26 Anton Khirnovlavc: remove FF_API_MB_Q cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_RATE_EMU cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-26 Stefano Sabatinipad: make the filter parametric
2011-04-26 roygervsrc_movie: add key_frame and pict_type.
2011-04-26 Stefano Sabatinivsrc_movie: fix leak in request_frame()
2011-04-26 Roger Pau Monnélavfi: add key_frame and pict_type to AVFilterBufferRef...
2011-04-26 Michael Niedermayervsrc_buffer: add sample_aspect_ratio fields to arguments.
2011-04-26 Mark Himsleylavfi: add fieldorder filter
2011-04-26 Stefano Sabatiniscale: make the filter parametric
2011-04-26 James Darnleyyadif: support 16-bit
2011-04-26 James Darnleyyadif: support more than yuv420p.
2011-04-26 Michael Niedermayeryadif: Fix assert() failure
2011-04-25 Stefano Sabatinigraphparser: add a NULL check on the argument passed...
2011-04-25 Stefano Sabatinisetdar: prefer "sar" over "par" in log info message
2011-04-25 Mark Himsleyfade: fix draw_slice() check on fade->factor value
2011-04-25 Mark Himsleyfade: make draw_slice() chroma check against planes...
2011-04-25 Luca Barbatowin32: include the correct header in cmdutils.c
2011-04-25 Janne Grunauac3: fix memleak in fixed-point encoder
2011-04-25 Diego Biurrunflashsv: Return more meaningful error values.
2011-04-25 Diego Biurrunflashsv: Employ explicit AVCodec struct initializers.
2011-04-25 Kostya Shishkovread AVI palette from the end of extradata
2011-04-24 Diego Biurruncosmetics: K&R coding style and more whitespace for...
2011-04-24 Diego Biurrunvorbisdec: Employ proper printf format specifiers for...
2011-04-24 Martin Storsjöapplehttp: Don't export variant_bitrate if it isn't...
2011-04-24 Martin Storsjöcrypto: Use av_freep instead of av_free
2011-04-24 Reinhard Tartlerconfigure: Add missing libm library dependencies to...
2011-04-24 Clément Bœschoggdec: reindent after 8f3eebd6
2011-04-24 Reinhard Tartlerconfigure: Add missing libavutil inter-library dependen...
2011-04-23 Kirill GavrilovHandle unicode file names on windows
next