]> git.sesse.net Git - ffmpeg/history - libavcodec
Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used
[ffmpeg] / libavcodec /
2009-02-28 Måns RullgårdARM: fix corner-case overflow in H.264 weighted prediction
2009-02-28 David S. Millersub_mb_type[] needs to be 8-byte aligned because it...
2009-02-28 Cédric SchieliFix avpicture_layout to not chroma shift the alpha...
2009-02-27 Ivan SchreterCorrectly reset SEI variables.
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 NiedermayerFix SVQ3 regression since ticks_per_frame=2.
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-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Michael NiedermayerHalf user provided time_base once during the first...
2009-02-26 Carl Eugen HoyosCosmetics: Fix indentation after last commit.
2009-02-26 Ivan SchreterInitialize H264 parser context correctly if the optiona...
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 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 HoyosCompleted 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 HoyosApply 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 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 Carl Eugen HoyosFix VC1 and WMV3 playback in MPlayer.
2009-02-25 Kostya Shishkovcosmetics: reindent after last commit
2009-02-25 Kostya ShishkovSince motion vectors for intra blocks are always zero...
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 BiurrunMark two variables with av_uninit to avoid false positi...
2009-02-24 Måns RullgårdFix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
2009-02-24 Michael NiedermayerAVPixFmtDescriptor doxy
2009-02-24 Michael NiedermayerPixel Format descriptor, try #1.
2009-02-23 Kenan GilletChange sign in ff_celp_lp_synthesis_filterf(). This...
2009-02-23 Alex ConverseClose the AAC parse context, discovered by Netgem.
2009-02-23 Zuxy MengRemove CPUID availability check on AMD64 as it's archit...
2009-02-23 Reimar DöffingerCheck return value of ff_fill_pointer in avcodec_defaul...
2009-02-23 Reimar Döffinger100l, always declare variables at the top of a block...
2009-02-23 Gwenole BeauchesneMore approved hunks for VAAPI & our new and cleaner...
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-22 Diego BiurrunFix xvmc object dependencies.
2009-02-22 Michael NiedermayerFix vc1 split().
2009-02-22 Kostya ShishkovBetter parsing of i263 picture header
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-22 Jason Garrett-GlaserConvert x264 asm files to proper unix line breaks
2009-02-22 Jason Garrett-GlaserRemove (incorrect) filenames from x264 asm files, add...
2009-02-22 Reimar DöffingerCheck return value of frame_start(), this avoids a...
2009-02-22 Ivan KalvachevChange the type of pblocks from pointers to short array...
2009-02-22 Peter RossSupport 48-bit RGB PPM image.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-21 Ivan SchreterSet context variable picture_structure in H264 parser.
2009-02-21 Ivan SchreterSet context variable key_frame in H264 parser.
2009-02-21 Ivan SchreterParse NAL units in H264 parser.
2009-02-21 Ivan SchreterMake the following H264 functions available to the...
2009-02-21 Michael Niedermayerindent
2009-02-21 Måns RullgårdAlpha: fix inline asm with DEC/Compaq/HP compiler
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-20 Justin RugglesSet the correct number of samples for E-AC-3 in the...
2009-02-20 Ivan SchreterUse last decoded SPS as current SPS in order to parse...
2009-02-20 Roman ShaposhnikFixing a value returning issue
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-19 Alex ConverseReindent after last commit
2009-02-19 Ivan SchreterSilence two warnings:
2009-02-19 Alex ConverseSome buffer checks for indeo3
2009-02-19 Michael NiedermayerA try to fix the regressions.
2009-02-19 Peter RossAdd AVERROR_EOF.
2009-02-19 Ivan KalvachevAdd more paranoid checks of xvmc token.
2009-02-19 Ivan KalvachevExit with error if MPV_common_init() is called with...
2009-02-19 Diego BiurrunOnly enable SSE/3DNOW optimizations when they have...
2009-02-19 Diego BiurrunDirectly #include required X11/XvMC header.
2009-02-19 Roman Shaposhniktransitioning dv_guess_dct_mode to dsputil cmp function
2009-02-19 Roman ShaposhnikAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 Joakim PlateAllow AC-3 parser to modify codec_id.
2009-02-19 Roman ShaposhnikMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-19 Aurelien Jacobsfix missing dependencies
2009-02-19 Diego Biurrunprettyprinting whitespace cosmetics
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
next