]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better
[frescor/ffmpeg.git] / libavcodec /
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 jbrcosmetics: line wrap and indentation after last commit.
2009-02-26 jbrUse a shared function to validate FLAC extradata.
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 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 cehoyosFix VC1 and WMV3 playback in MPlayer.
2009-02-25 kostyacosmetics: reindent after last commit
2009-02-25 kostyaSince motion vectors for intra blocks are always zero...
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 diegoMark two variables with av_uninit to avoid false positi...
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 vitorChange sign in ff_celp_lp_synthesis_filterf(). This...
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-22 diegoFix xvmc object dependencies.
2009-02-22 michaelFix vc1 split().
2009-02-22 kostyaBetter parsing of i263 picture header
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-22 darkshikariConvert x264 asm files to proper unix line breaks
2009-02-22 darkshikariRemove (incorrect) filenames from x264 asm files, add...
2009-02-22 reimarCheck return value of frame_start(), this avoids a...
2009-02-22 iiveChange the type of pblocks from pointers to short array...
2009-02-22 prossSupport 48-bit RGB PPM image.
2009-02-22 prossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 cehoyosSet context variable picture_structure in H264 parser.
2009-02-21 cehoyosSet context variable key_frame in H264 parser.
2009-02-21 cehoyosParse NAL units in H264 parser.
2009-02-21 cehoyosMake the following H264 functions available to the...
2009-02-21 michaelindent
2009-02-21 mruAlpha: fix inline asm with DEC/Compaq/HP compiler
2009-02-21 michaelFix raw rgb/bgr vertical flip in avi based on info...
2009-02-20 jbrSet the correct number of samples for E-AC-3 in the...
2009-02-20 cehoyosUse last decoded SPS as current SPS in order to parse...
2009-02-20 romanshFixing a value returning issue
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
2009-02-19 alexcReindent after last commit
2009-02-19 cehoyosSilence two warnings:
2009-02-19 alexcSome buffer checks for indeo3
2009-02-19 michaelA try to fix the regressions.
2009-02-19 prossAdd AVERROR_EOF.
2009-02-19 iiveAdd more paranoid checks of xvmc token.
2009-02-19 iiveExit with error if MPV_common_init() is called with...
2009-02-19 diegoOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 diegoDirectly #include required X11/XvMC header.
2009-02-19 romanshtransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-19 romanshAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 jbrAllow AC-3 parser to modify codec_id.
2009-02-19 romanshMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-19 aurelfix missing dependencies
2009-02-19 diegoprettyprinting whitespace cosmetics
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 cehoyosParse buffering period (H.264, D.1.1).
2009-02-18 diegoThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 cehoyosStore CPB count in the context.
2009-02-18 michaelClarify get_ue_golomb_31() behavior with >31.
2009-02-18 cehoyosInstead of crashing, return from ff_vdpau_mpeg_picture_...
2009-02-18 cehoyosParse cbp_removal_delay in SEI picture structure.
2009-02-18 cehoyosParse dpb_output_delay in SEI picture structure.
2009-02-18 cehoyosParse initial_cpb_removal_delay_length.
2009-02-18 diegoHandle conditional compilation of CPU-specific FFT...
2009-02-17 diegompegvideo_xvmc.o depends on mpegvideo.o.
2009-02-17 diegoReplace sizeof(short) by the more robust sizeof(*s...
2009-02-17 diegosmall Doxygen comment grammar fix
2009-02-17 diegoRevert converting two asserts into if checks and error...
2009-02-17 cehoyosFix MBAFF/PAFF samples.
next