OSDN Git Service

coroid/libav_saccubus.git
2010-10-02 Martin Storsjöapplehttp: Allow the base url to be a local file name...
2010-10-02 Justin RugglesSupport decoding of FLAC files without a STREAMINFO...
2010-10-02 Reimar DöffingerRemove pointless -vn option, the file has no video...
2010-10-02 Reimar DöffingerRename fate-gsm test to the more accurate fate-gsm-ms
2010-10-02 Reimar DöffingerFix GSM decoding: regular GSM and MSGSM do not use...
2010-10-02 Stefano SabatiniAvoid cast of double nan to int.
2010-10-02 Stefano SabatiniDocument url_get_filename().
2010-10-02 Reimar DöffingerAdd init and uninit functions to cmdutils, reduces...
2010-10-02 Jason Garrett... Make FRAPS decoder use PC range instead of TV range
2010-10-02 Baptiste Coudurier10l fix h263 encoder resolution test, array size is...
2010-10-01 Aurelien Jacobsffmpeg: replace MAX_STREAMS by an arbitrary sanity...
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate bitstream_filters
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate stream_maps
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate output_codecs
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate input_codecs
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate input_files_ts_scale
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate streamid_map
2010-10-01 Aurelien Jacobsffmpeg: add a grow_array() helper function
2010-10-01 Stefano SabatiniFix reference to nonexistent function.
2010-10-01 Martin Storsjörtsp: Return a queued packet if it has been in the...
2010-10-01 Martin Storsjörtpdec: Reorder received RTP packets according to the...
2010-10-01 Martin Storsjörtpdec: Split out the part of rtp_parse_packet that...
2010-10-01 Reimar DöffingerFix indentation of ff_id3v2_read
2010-10-01 Martin StorsjöReindent/rewrap
2010-10-01 Martin Storsjörtsp: Reorganize if statements in rtsp_read_play
2010-10-01 Martin Storsjörtsp/rtpdec: Allow rtp_parse_packet to take ownership...
2010-10-01 Martin Storsjörtsp: Use a dynamically allocated receive buffer
2010-10-01 Stefano SabatiniFix weird indent.
2010-10-01 Måns Rullgårdavassert: add missing #include <stdlib.h>
2010-10-01 Måns Rullgårdavassert: prettify macro
2010-10-01 Måns RullgårdRename libavutil/assert.h to avassert.h
2010-10-01 Michael NiedermayerFix av_cmp_q() with negative denominators.
2010-10-01 Tomas HärdinAdd myself as maintainer of lxfdec.c
2010-10-01 Tomas HärdinAdd demuxer for LXF (Leitch/Harris' VR native stream...
2010-10-01 Tomas HärdinAdd pcm_lxf, a decoder for the 20-bit planar PCM format...
2010-09-30 Michael NiedermayerFix a typo in the nameing of av_assert0() in currently...
2010-09-30 Michael Niedermayerav_assert() system.
2010-09-30 Aurelien Jacobsadd FF_API_INOFFICIAL define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_SET_STRING_OLD define to disable the depreca...
2010-09-30 Aurelien Jacobsadd FF_API_USE_LPC define to disable the deprecated...
2010-09-30 Stefano SabatiniReturn AVERROR(EINVAL) rather than -1 in case of invali...
2010-09-30 Aurelien Jacobsadd FF_API_SUBTITLE_OLD define to disable the deprecate...
2010-09-30 Aurelien Jacobsadd FF_API_VIDEO_OLD define to disable the deprecated...
2010-09-30 Baptiste CoudurierCorrect tag is m2v1
2010-09-30 Aurelien Jacobsadd FF_API_AUDIO_OLD define to disable the deprecated...
2010-09-30 NiobosFix a yuv420p sample that was incorrectly detected...
2010-09-30 Stefano SabatiniDocument url_filesize().
2010-09-30 Stefano SabatiniMake register_protocol() use the function av_register_p...
2010-09-29 Michael NiedermayerUser application side of Codec specific parameters.
2010-09-29 Stefano SabatiniSet default values for the scale context in sws_alloc_c...
2010-09-29 Stefano SabatiniSet the default value of param0 and param1 to SWS_PARAM...
2010-09-29 Stefano SabatiniSet valid default values for the srcw, srch, dstw,...
2010-09-29 Stefano SabatiniAdd missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_d...
2010-09-29 Baptiste CoudurierRemove duplicate entries
2010-09-29 Baptiste CoudurierUse new apple fourcc for mpeg-1 and mpeg-2 in mov,...
2010-09-29 Ronald S. BultjeMove static inline function to a macro, so that constan...
2010-09-29 Stefano SabatiniCosmetics: put "if (...)" and "av_log(...)" in the...
2010-09-29 Alexander Strangerawdec: Properly pass reordered_opaque through the...
2010-09-29 Ronald S. BultjeCheck return value of get_chunk_header(). Since enum...
2010-09-29 Eli FriedmanUse sse2 variant of put_pixels16() for no_rnd also...
2010-09-29 Michael NiedermayerAllow setting the impulse block bias for libvorbis...
2010-09-29 Michael NiedermayerMove allocation and init to defaults of the private...
2010-09-29 Ronald S. BultjeMerge b_idx and edge variables, and optimize the ASM...
2010-09-29 Ronald S. BultjeRemove mv_mask variable. Replace the related pand ...
2010-09-29 Ronald S. BultjeRemove d_idx as a variable, and instead load it as...
2010-09-29 Ronald S. BultjeUnroll inner bidir loop in h264_loop_filter_strength_mm...
2010-09-29 Ronald S. BultjeUnloop the outer loop in h264_loop_filter_strength_mmx2...
2010-09-29 Stefano SabatiniPut if (...) av_log() in the same line, more compact...
2010-09-29 Stefano SabatiniAmend constraints for the src_format and dst_format...
2010-09-29 Alexander StrangeFix compile on Darwin (FATE). Compile error:
2010-09-29 Michael NiedermayerAdd AVClass for the private context, this will be used...
2010-09-29 Stefano SabatiniCosmetics: fix braces placement.
2010-09-28 Stefano SabatiniDeprecate sws_getContext(), use sws_alloc_context(...
2010-09-28 Stefano SabatiniAdd documentation for the returned value of sws_init_co...
2010-09-28 Stefano SabatiniAdd APIchanges entry for lsws change of r32368.
2010-09-28 Stefano SabatiniBump minor version after the addition of sws_alloc_cont...
2010-09-28 Stefano SabatiniMake init() return sensible error code rather than...
2010-09-28 Stefano SabatiniCosmetics: apply nits.
2010-09-28 Stefano SabatiniMake new doxy follows the agreed upon style and grammatical
2010-09-28 Stefano SabatiniGroup togheter filter dependency specifications.
2010-09-28 Stefano SabatiniAdd the drawbox filter from the soc libavfilter repo.
2010-09-28 Jason Garrett... Try to fix crashes introduced by r25218
2010-09-28 Alexander StrangeAll else being equal, prefer PTS over DTS in timestamp...
2010-09-28 Alexander StrangeExtract timestamp correction code from ffplay.c to...
2010-09-28 Baptiste CoudurierIn mov demuxer, check that nb_streams is valid before...
2010-09-27 Baptiste Coudurier100l fix if condition
2010-09-27 Baptiste CoudurierY400A (gray alpha) input support in libswscale
2010-09-27 Michael ChinenFix index_entries pos:
2010-09-27 Stefano SabatiniUpdate APIchanges after r25236.
2010-09-27 Måns RullgårdFix out of tree builds with vf_yadif and mmx
2010-09-27 Stefano SabatiniMove av_set_options_string() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniUse more expressive names for the avfilter_insert_filte...
2010-09-27 Aurelien Jacobsuse a Makefile in x86 subdir
2010-09-27 Aurelien Jacobsmerge #if with if()
2010-09-27 Baptiste CoudurierIn dv decoder, set sample aspect aspect ratio, fix...
2010-09-27 Baptiste CoudurierIn dv decoder, use the expected aspect ratio logic...
2010-09-27 Janne Grunauswscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu...
2010-09-27 Janne Grunaucosmetics: break long line update_flags_cpu
2010-09-27 Janne Grunauuse strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]
2010-09-27 Stefano SabatiniMake avfilter_insert_filter() propagate an error code...
next