]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-26 stefanoRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-26 michaelHalf user provided time_base once during the first...
2009-02-26 cehoyosCosmetics: Fix indentation after last commit.
2009-02-26 cehoyosInitialize H264 parser context correctly if the optiona...
2009-02-26 aurelmove static tables from asf.h to non-static tables...
2009-02-26 aurelrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-26 aurelfix a memleak in av_metadata_set()
2009-02-26 rbultjeImplement marker bit, which is used for several RTP...
2009-02-26 rbultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-26 rbultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-26 michaelFix next_pts computation to consider repeat_pict.
2009-02-26 aurelmovenc: add muxing of language along with metadata...
2009-02-26 aurelreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-02-26 aurelcosmetics: indentation
2009-02-26 aureluse new metadata API in mov muxer
2009-02-26 aureldon't trigger metadata compatibility code when user...
2009-02-26 bcoudurierdv probe
2009-02-26 jbrShare the function to write a raw FLAC header and use...
2009-02-26 jbrcosmetics: add a comment in flac_write_header().
2009-02-26 jbrAdd support for full header extradata to raw FLAC muxer.
2009-02-26 jbrcosmetics: line wrap and indentation after last commit.
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-26 jbrSeparate the raw FLAC muxer from raw.c to its own file...
2009-02-26 alexcRe-indent after last commit.
2009-02-26 alexcRefactor AAC unsigned band type decoding for a modest...
2009-02-26 alexcUse const to better allow the compiler to optimize...
2009-02-26 cehoyosCompleted documentation of reference field.
2009-02-26 cehoyosDo not set h264.is_reference for pictures that are...
2009-02-26 cehoyosThe field rangered in VDPAU's VdpPictureInfoVC1 now...
2009-02-25 cehoyosApply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
2009-02-25 diegoAdd missing prototype for ff_is_hwaccel_pix_fmt().
2009-02-25 superdumphttp://bytesex.org/xawtv/ permanently redirects to
2009-02-25 michaelAdd hwaccel->decode_slice() call for avhwaccel by Gweno...
2009-02-25 michaelMore AVhwaccel hunks from Gwenole Beauchesne.
2009-02-25 diegospelling/wording/grammar cosmetics
2009-02-25 diegospelling/wording/grammar cosmetics
2009-02-25 cehoyosFix VC1 and WMV3 playback in MPlayer.
2009-02-25 michaeluntypo
2009-02-25 kostyacosmetics: reindent after last commit
2009-02-25 kostyaSince motion vectors for intra blocks are always zero...
2009-02-25 bcoudurierfix index edit rate, inverse num and den
2009-02-25 bcouduriersimplify, use codec->block_align
2009-02-25 bcoudurierset channel number even for inactive channels
2009-02-25 bcoudurierdo not set frame start bit since marked as not used...
2009-02-25 michaelAVInputFormat.reed_seek2()
2009-02-24 diego10l: Ignore error output from failed attempt to read...
2009-02-24 diegoRead revision string from the file snapshot_version...
2009-02-24 diegocosmetics: USE $() instead of ``, the former can be...
2009-02-24 cehoyosExport timestamp parameter from H.264.
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-24 michael1000l for me, wrong pix_fmt.
2009-02-24 cehoyosCorrect time_base and repeat_pict for MPEG2 video.
2009-02-24 cehoyosCorrect time_base of H.264 and repeat_pict.
2009-02-24 cehoyosChange duration computation to use time_base instead...
2009-02-24 michaeladd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-24 michaelff_find_hwaccel()
2009-02-24 michaelav_hwaccel_next() by Gwenole Beauchesne.
2009-02-24 michaelav_register_hwaccel() from Gwenole Beauchesne.
2009-02-24 michaelAnother AVhwaccel hunk from Gwenole Beauchesne.
2009-02-24 michaelAdd and use ff_pixfmt_list_420.
2009-02-24 michaelApproved hunk from the AVHWaccel patch by Gwenole Beauc...
2009-02-24 vitorDo not reimplement ff_celp_lp_synthesis_filterf().
2009-02-24 kostyaRename buf_vdpau to buf_start
2009-02-24 michaelAdd ff_h263_find_resync_marker() to find the bit positi...
2009-02-24 stefangcheck for a stuffing byte at the end of a slice
2009-02-24 stefangchange macroblock loop in inter frames so that after a
2009-02-24 diego100l: Revert removal of GPL check for libswscale.
2009-02-24 diegoThe software scaler is no longer GPLed.
2009-02-24 michaelDo not duplicate frames if the muxer claims that its...
2009-02-24 michaelAdd AVFMT_VARIABLE_FPS to specify which muxers dont...
2009-02-24 diegoUpdate information regarding LGPL libswscale.
2009-02-24 diegoMark two variables with av_uninit to avoid false positi...
2009-02-24 michaelAdd CODEC_ID_H264 to tb_unreliable(), it belongs there...
2009-02-24 mruFix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
2009-02-24 michaelAVPixFmtDescriptor doxy
2009-02-24 michaelPixel Format descriptor, try #1.
2009-02-23 stefanoImplement in AVFilterGraph the scale_sws_opts field...
2009-02-23 vitorChange sign in ff_celp_lp_synthesis_filterf(). This...
2009-02-23 bcoudurierstart track id at 2, track id 1 for timecode
2009-02-23 alexcClose the AAC parse context, discovered by Netgem.
2009-02-23 zuxyRemove CPUID availability check on AMD64 as it's archit...
2009-02-23 reimarCheck return value of ff_fill_pointer in avcodec_defaul...
2009-02-23 reimar100l, always declare variables at the top of a block...
2009-02-23 michaelMore approved hunks for VAAPI & our new and cleaner...
2009-02-23 michaelApproved hunks for VAAPI by Gwenole Beauche.
2009-02-23 michaelAllow av_find_stream_info() to be aborted.
2009-02-23 diegoCheck if -lrt is required for nanosleep, as is the...
2009-02-23 diegoDocument 'ffmpeg -formats', patch by Daniel Verkamp...
2009-02-23 diegoUpdates notes about which files are GPL.
2009-02-22 diegoFix xvmc object dependencies.
2009-02-22 michaelFix vc1 split().
2009-02-22 kostyaBetter parsing of i263 picture header
2009-02-22 michaelCompact repeated messages to "Last message repeated...
2009-02-22 stefangmention raw Chinese AVS video demuxer
2009-02-22 michaelSearch for things like "int *src" without const.
2009-02-22 stefanoSplit avutil.h, move all the pixel format definitions...
2009-02-22 stefangconsistent naming of Chinese AVS raw demuxer
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-22 michaelAdd note about big vs. little endian.
2009-02-22 darkshikariConvert x264 asm files to proper unix line breaks
next