OSDN Git Service

coroid/libav_saccubus.git
2009-07-06 Diego Biurrunlibfaac no longer claims to be LGPL.
2009-07-05 Diego BiurrunThe AltiVec code in libswscale no longer is under GPL.
2009-07-05 Reimar DöffingerEnsure that the filter limit values do not exceed the...
2009-07-05 Reimar DöffingerExtend init_loop_filter to work for filter limit values...
2009-07-05 Reimar DöffingerAdd a check to vp6_parse_coeff_huffman to ensure it...
2009-07-05 Aurelien Jacobsvp56dec: ensure range coder won't read past the end...
2009-07-05 Reimar DöffingerCheck that palctrl is available on init instead of...
2009-07-04 Loren Merrittfix a buffer overrun on corrupt huffyuv streams
2009-07-04 David ConradARM: NEON VP3 IDCT
2009-07-04 Reimar DöffingerIf the end of the input buffer is reached while decodin...
2009-07-04 Reimar DöffingerMake the MJPEG decoder return -1 when no image was...
2009-07-04 Reimar DöffingerAdd a got_picture flag to MJpegDecodeContext which...
2009-07-04 Reimar Döffingermjpegdec: check that the coded dc_index and ac_index...
2009-07-04 Carl Eugen... Use enum CodecID instead of int.
2009-07-04 Baptiste Coudurierfix and simplify long gop mpeg codec ul computation
2009-07-04 Baptiste Coudurierset index duration to 0 for cbr, specifying whole conta...
2009-07-04 Baptiste Coudurieruse ber4 length for descriptors preferred by specs
2009-07-04 Baptiste Coudurierwrite profile and level local tag in mpeg descriptor
2009-07-04 Alexander StrangeH.264: Check the return value of decode_vui_parameters()
2009-07-03 Reimar DöffingerReplace invalid Theora frame rate by 25 FPS.
2009-07-03 Reimar DöffingerCheck for failed extradata malloc, fixes a crash in...
2009-07-03 Reimar DöffingerCheck size of "strf" header against size of enclosing...
2009-07-03 Reimar DöffingerFix indentation
2009-07-03 Reimar DöffingerAvoid divisions by 0 in the ASF demuxer if packet_size...
2009-07-03 Alexander StrangeH.264: Don't set data_partitioning for invalid NAL_DPA.
2009-07-02 Art ClarkeCleanup properly at the end of MPEG Audio parsing.
2009-07-02 Michael NiedermayerIf either of num or den is 0 make both 0 in av_set_pts_...
2009-07-01 Michael NiedermayerMake sure av_set_pts_info() does not set the fields...
2009-07-01 Baptiste CoudurierRevert r19317, "simplify slice_end, return size of...
2009-07-01 Michael Niedermayerindent
2009-07-01 Michael NiedermayerMake sure we dont read over the end.
2009-07-01 Stefano SabatiniAdd an explanation and complete the metadata usage...
2009-07-01 Michael NiedermayerMake arguments of av_set_pts_info() unsigned.
2009-07-01 Måns RullgårdFix potentially unaligned accesses in ff_copy_bits()
2009-07-01 Baptiste Couduriersimplify slice_end, return size of output frame
2009-07-01 Kostya ShishkovRV3/4 intra types array causes alignment issues (at...
2009-07-01 Frank BarchardUse slightly more appropriate format strings for printi...
2009-07-01 Måns RullgårdUse enum PixelFormat in sws_format_name() prototype
2009-07-01 Måns RullgårdFix argument type mismatches for av_picture_crop and...
2009-07-01 Baptiste Coudurieradd missing \n to error message
2009-07-01 Måns RullgårdADPCM: remove unreachable break statement after return
2009-07-01 Måns RullgårdARM: use gcc inline asm in bswap.h only when available
2009-06-30 Jason Garrett... Fix libx264.c to not drop SEI userdata from x264 encoder.
2009-06-30 Frank BarchardUse more portable 'PRId64' instead of 'llx' as conversi...
2009-06-30 Måns RullgårdARM: enable fast_unaligned when --cpu=armv[67] is specified
2009-06-30 Reimar DöffingerFix nalsize check to avoid an integer overflow that...
2009-06-30 Michael NiedermayerUpdate seek regression checksums due to:
2009-06-30 Baptiste Couduriercosmetics, change case and comments alignment
2009-06-30 Baptiste Couduriercorrectly compute frame flags with closed gop
2009-06-30 Stefan Gehrerfix slice header checking
2009-06-30 Michael NiedermayerDrop code that attempts to decode frames that are prefi...
2009-06-30 Kostya ShishkovSupport RGB48 PNG decoding
2009-06-30 Michael NiedermayerRewrite mp3 parser. New code is much simpler and does...
2009-06-29 Alex ConverseUse av_log_missing_feature in the ADTS encoder. (Pseudo...
2009-06-29 Måns RullgårdFix build on Net/OpenBSD
2009-06-29 Stefano SabatiniCosmetics: group together indev/outdev dependencies.
2009-06-29 Ronald S. BultjeAdd doxy to av_log_missing_feature() etc. stating that...
2009-06-29 Ronald S. BultjeMove av_log_missing_feature() from the internal.h to...
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-06-29 Stefano SabatiniMake the configure script select the input/output devic...
2009-06-29 Michael Niedermayerindent
2009-06-29 Michael Niedermayerid3v2.4.0 uses syncsafe integers for sizes of frames.
2009-06-29 David ConradRevert r19149 "Disable native Vorbis encoder"
2009-06-28 Stefano SabatiniRemove inconsistent use of a @brief command in av_write...
2009-06-28 Stefano SabatiniUse consistently the third person in doxy, as recommend...
2009-06-28 Stefano SabatiniFix braino.
2009-06-28 Carl Eugen... Icc does not support attribute flatten, do not try...
2009-06-27 Stefano SabatiniUpdate ffmpeg documentation regarding metadata setting...
2009-06-27 Carl Eugen... Remove superfluous const.
2009-06-27 Carl Eugen... Replace an occurence of -1 by PIX_FMT_NONE, fixes icc...
2009-06-27 Carl Eugen... Icc 11.1 does not support attributes force_align_arg_po...
2009-06-26 Vladimir VoroshilovPitch delay decoding
2009-06-26 Vladimir VoroshilovReplace pitch_delay_int array with single variable.
2009-06-26 Jason Garrett... Handle variable input stream pixfmts using the same...
2009-06-25 Stefano SabatiniOnly link against alsa if enabled.
2009-06-25 Adrian StutzOnly checks for jack if it is enabled and hence only...
2009-06-25 Diego BiurrunAltiVec code and runtime cpudetect do not require CONFI...
2009-06-25 Michael NiedermayerFix id3v2.2 frame size parsing.
2009-06-25 Michael NiedermayerFix id3v2.3/4 tag size parsing.
2009-06-25 Baptiste Coudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-06-25 Baptiste CoudurierOnly set CODEC_ID_PROBE when a packet from a stream...
2009-06-25 Baptiste Coudurierlimit raw packet buffer size used for codec probing
2009-06-25 Diego BiurrunThe AltiVec optimizations of libswscale are no longer...
2009-06-25 Diego BiurrunPPC: Make sure that COMPILE_C is not deactivated if...
2009-06-25 Baptiste Coudurieronly set par if it does not indicates a rotation, ex...
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-24 Diego BiurrunSplit developer documentation off from general document...
2009-06-24 Stefano SabatiniRewrite doxy for av_strtod().
2009-06-24 Justin Rugglesflvdec: Build a Speex header during FLV demuxing using...
2009-06-24 Haruhiko YamagataImprove wording: s/reseted/reset
2009-06-24 Reimar DöffingerReindent after last patch.
2009-06-24 Reimar Döffingermov demuxer: Track the current position also for stream...
2009-06-24 Reimar Döffingermov_read_packet: extract code that searches for the...
2009-06-24 Reimar Döffingermov_read_packet: if dv_get_packet fails, return exactly...
2009-06-24 Reimar DöffingerIn mov_read_packet remember the AVStream we want to...
2009-06-24 Vladimir VoroshilovLSF (Line Spectral Frequencies) decoding routine.
2009-06-24 Baptiste Couduriercheck stream existence before assignment, fix #1222
2009-06-23 Haruhiko YamagataFix H.264 picture reordering, 2nd try.
2009-06-23 Brian CrowellMake documentation better match the code. Now AVCodecCo...
2009-06-23 Peter HolikAdd support for "chunked" data blocks. Patch by Peter...
next