]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-02-27 Cédric SchieliUse YUV420P code path for YUVA420P where appropriate
2009-02-27 Ivan SchreterCorrectly reset SEI variables.
2009-02-27 Måns Rullgårdconfigure: remove redundant alsa/asoundlib.h check
2009-02-27 Michael NiedermayerDetect static prototypes.
2009-02-27 Michael NiedermayerImprove detection of non doxy comments.
2009-02-27 Cédric SchieliRefactor code for upcoming alpha patches.
2009-02-27 Michael NiedermayerFix misdetection of #else in 'missing } prior to else'.
2009-02-27 Gwenole BeauchesneMake ff_print_debug_info() a no-op when using HW accele...
2009-02-27 Gwenole BeauchesneUse ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
2009-02-27 Gwenole BeauchesneAdd hardware acceleration hooks to H.264.
2009-02-27 Michael NiedermayerMake sure -vsync 2 does not produce timestamps equal...
2009-02-27 Michael NiedermayerUpdate commented fprintf().
2009-02-27 Reimar DöffingerDo not allow standard-frame-rate detection to increase...
2009-02-27 Michael NiedermayerFix SVQ3 regression since ticks_per_frame=2.
2009-02-27 Reimar DöffingerSimplify ipmovie.c pts calculation by using an appropri...
2009-02-27 Benoit FouetAdd a context to av_log() call.
2009-02-27 Gwenole BeauchesneAdd HW acceleration hooks for MPEG-4 / H.263 decoding.
2009-02-27 Gwenole BeauchesneRemove superfluous call to mpeg_decode_slice() for...
2009-02-27 Gwenole BeauchesneReturn early if a HW accelerator is used.
2009-02-27 Gwenole BeauchesneAdd VA API pixel formats.
2009-02-27 Gwenole BeauchesneAdd ff_hwaccel_pixfmt_list_420[] definition.
2009-02-27 Reimar DöffingerHack: #undef printf so compilation works with DEBUG_IPM...
2009-02-27 Reimar DöffingerDetect the case when the time base is exact but far...
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Aurelien Jacobscosmetics: vertical alignment
2009-02-26 Aurelien Jacobsuse new metadata API in rpl demuxer
2009-02-26 Aurelien Jacobsuse new metadata API in wc3 demuxer
2009-02-26 Stefano SabatiniMark as "internal but installed" the avio.h file.
2009-02-26 Stefano SabatiniAdd a @file notice to avio.h.
2009-02-26 Stefano SabatiniRename avfilter_parse_graph() to avfilter_graph_parse...
2009-02-26 Stefano SabatiniRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-26 Michael NiedermayerHalf user provided time_base once during the first...
2009-02-26 Carl Eugen... Cosmetics: Fix indentation after last commit.
2009-02-26 Ivan SchreterInitialize H264 parser context correctly if the optiona...
2009-02-26 Aurelien Jacobsmove static tables from asf.h to non-static tables...
2009-02-26 Aurelien Jacobsrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-26 Aurelien Jacobsfix a memleak in av_metadata_set()
2009-02-26 Ronald S. BultjeImplement marker bit, which is used for several RTP...
2009-02-26 Ronald S. BultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-26 Ronald S. BultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-26 Michael NiedermayerFix next_pts computation to consider repeat_pict.
2009-02-26 Aurelien Jacobsmovenc: add muxing of language along with metadata...
2009-02-26 Aurelien Jacobsreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-02-26 Aurelien Jacobscosmetics: indentation
2009-02-26 Aurelien Jacobsuse new metadata API in mov muxer
2009-02-26 Aurelien Jacobsdon't trigger metadata compatibility code when user...
2009-02-26 Baptiste Coudurierdv probe
2009-02-26 Justin RugglesShare the function to write a raw FLAC header and use...
2009-02-26 Justin Rugglescosmetics: add a comment in flac_write_header().
2009-02-26 Justin RugglesAdd support for full header extradata to raw FLAC muxer.
2009-02-26 Justin Rugglescosmetics: line wrap and indentation after last commit.
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-26 Justin RugglesSeparate the raw FLAC muxer from raw.c to its own file...
2009-02-26 Alex ConverseRe-indent after last commit.
2009-02-26 Alex ConverseRefactor AAC unsigned band type decoding for a modest...
2009-02-26 Alex ConverseUse const to better allow the compiler to optimize...
2009-02-26 Carl Eugen... Completed documentation of reference field.
2009-02-26 NVIDIA CorporationDo not set h264.is_reference for pictures that are...
2009-02-26 NVIDIA CorporationThe field rangered in VDPAU's VdpPictureInfoVC1 now...
2009-02-25 Carl Eugen... Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
2009-02-25 Gwenole BeauchesneAdd missing prototype for ff_is_hwaccel_pix_fmt().
2009-02-25 Robert Swainhttp://bytesex.org/xawtv/ permanently redirects to
2009-02-25 Michael NiedermayerAdd hwaccel->decode_slice() call for avhwaccel by Gweno...
2009-02-25 Michael NiedermayerMore AVhwaccel hunks from Gwenole Beauchesne.
2009-02-25 Diego Biurrunspelling/wording/grammar cosmetics
2009-02-25 Diego Biurrunspelling/wording/grammar cosmetics
2009-02-25 Carl Eugen... Fix VC1 and WMV3 playback in MPlayer.
2009-02-25 Michael Niedermayeruntypo
2009-02-25 Kostya Shishkovcosmetics: reindent after last commit
2009-02-25 Kostya ShishkovSince motion vectors for intra blocks are always zero...
2009-02-25 Baptiste Coudurierfix index edit rate, inverse num and den
2009-02-25 Baptiste Couduriersimplify, use codec->block_align
2009-02-25 Baptiste Coudurierset channel number even for inactive channels
2009-02-25 Baptiste Coudurierdo not set frame start bit since marked as not used...
2009-02-25 Michael NiedermayerAVInputFormat.reed_seek2()
2009-02-24 Diego Biurrun10l: Ignore error output from failed attempt to read...
2009-02-24 Diego BiurrunRead revision string from the file snapshot_version...
2009-02-24 Diego Biurruncosmetics: Use $() instead of ``, the former can be...
2009-02-24 Diego BiurrunRename yuv2rgb2.c --> yuv2rgb.c.
2009-02-24 Ivan SchreterExport timestamp parameter from H.264.
2009-02-24 Ivan SchreterAdd timestamp computation if values are exported by...
2009-02-24 Michael Niedermayer1000l for me, wrong pix_fmt.
2009-02-24 Ivan SchreterCorrect time_base and repeat_pict for MPEG2 video.
2009-02-24 Ivan SchreterCorrect time_base of H.264 and repeat_pict.
2009-02-24 Ivan SchreterChange duration computation to use time_base instead...
2009-02-24 Michael Niedermayeradd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-24 Michael Niedermayerff_find_hwaccel()
2009-02-24 Michael Niedermayerav_hwaccel_next() by Gwenole Beauchesne.
2009-02-24 Michael Niedermayerav_register_hwaccel() from Gwenole Beauchesne.
2009-02-24 Michael NiedermayerAnother AVhwaccel hunk from Gwenole Beauchesne.
2009-02-24 Michael NiedermayerAdd and use ff_pixfmt_list_420.
2009-02-24 Gwenole BeauchesneApproved hunk from the AVHWaccel patch by Gwenole Beauc...
2009-02-24 Vitor SessakDo not reimplement ff_celp_lp_synthesis_filterf().
2009-02-24 Gwenole BeauchesneRename buf_vdpau to buf_start
2009-02-24 Gwenole BeauchesneAdd ff_h263_find_resync_marker() to find the bit positi...
2009-02-24 Stefan Gehrercheck for a stuffing byte at the end of a slice
2009-02-24 Stefan Gehrerchange macroblock loop in inter frames so that after a
2009-02-24 Diego Biurrun100l: Revert removal of GPL check for libswscale.
2009-02-24 Diego BiurrunRelicense AltiVec optimizations as LGPL with the permis...
2009-02-24 Diego BiurrunThe software scaler is no longer GPLed.
next