]> git.sesse.net Git - ffmpeg/history - libavcodec
Extract timestamp correction code from ffplay.c to cmdutils.c
[ffmpeg] / libavcodec /
2010-09-27 Michael ChinenFix index_entries pos:
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 Michael NiedermayerFix several security issues in flicvideo.c
2010-09-27 Jason Garrett-GlaserImprove error concealment of lost frames
2010-09-27 Stefano SabatiniBump version and update APIchanges after r25210.
2010-09-26 Martin StorsjöBump minor version for the addition of the G.722 encoder
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-26 Kostya ShishkovMake WMV3 decoder attempt to decode WMVP as well
2010-09-26 Kostya ShishkovRES_SM in WMV3 is really two flags, so split it in...
2010-09-26 Reimar DöffingerAdd d suffix to movd target register to make it work...
2010-09-26 Reimar DöffingerSplit and then simplify address generation macro.
2010-09-26 Michael NiedermayerFix rv20 encoding so the binary decoder can decode it.
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-09-25 Maksym VeremeyenkoSupport deinterlacing of YUVJ422P in old deinterlacer.
2010-09-25 Reimar Döffingerrawdec: ensure that there is always a valid palette...
2010-09-24 Måns Rullgårdvorbisenc: remove VLAs
2010-09-24 Ronald S. BultjeRemove unused variable.
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add16intra_sse2(). Basically...
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add8_sse2(). This means we...
2010-09-24 Stefano SabatiniDeprecate av_opt_show() in favor of a new function...
2010-09-23 Martin StorsjöAdd a G.722 encoder
2010-09-23 Reimar Döffingerrawdec: only allocate a full-frame size buffer if it...
2010-09-21 Ivan KalvachevThe debug text output of macroblocks can indicate MB_TY...
2010-09-21 Måns Rullgårdx86: disable SSE functions using stack when stack is...
2010-09-20 Måns RullgårdARM: disable movw/movt for relocated values on Apple...
2010-09-20 Benjamin LarssonSupport deinterlacing of YUVJ420P.
2010-09-18 Måns Rullgårdx86: remove hack disabling sse2 h264 loop filter with...
2010-09-17 Vitor SessakRemove pointless semicolon
2010-09-17 Ronald S. BultjeDon't access upper 32 bits of a 32-bit int on 64-bit...
2010-09-17 Ronald S. BultjeProperly add HAVE_YASM around yasmified symbols. Should...
2010-09-17 Ronald S. BultjeMove hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from...
2010-09-17 Ronald S. BultjeMove sse16_sse2() from inline asm to yasm. It is one...
2010-09-16 Carl Eugen HoyosRemove useless comment.
2010-09-15 James DarnleyAllow float values for libmp3lame quality.
2010-09-15 Reimar DöffingerCheck avctx width/height more thoroughly (e.g. all...
2010-09-14 Måns RullgårdARM: fix NEON h264_idct_add8
2010-09-14 Ronald S. BultjeRename h264_idct_sse2.asm to h264_idct.asm; move inline...
2010-09-13 Carl Eugen HoyosReindent after r25115.
2010-09-13 Zhou ZongyiAdd R10k decoder.
2010-09-13 Carl Eugen HoyosTest lowres before codec init.
2010-09-11 Justin RugglesSet a constant frame size for encoding G.726 audio.
2010-09-11 Måns Rullgårdtta: remove stray semicolon
2010-09-10 James DarnleyAllow mpeg encoding with qscale and very low frame...
2010-09-10 Marcelo Galvăo PóvoaMove AMR-NB frame unpacking code to a common file so...
2010-09-10 Luca BarbatoUpdate H263_AIC asm offset for the apple variant
2010-09-10 Alex Converseaacdec: Rework channel mapping compatibility hacks.
2010-09-10 Reimar DöffingerFix 24 bpp CSCD decoding, as for Windows bitmaps in...
2010-09-10 Martin StorsjöAllow the lowres option to affect audio codecs, too
2010-09-10 Jason Garrett-GlaserLGPL SSE2 H.264 iDCT
2010-09-09 Reimar DöffingerFix indentation.
2010-09-09 Martin StorsjöAdd G.722 ADPCM audio decoder
2010-09-08 Diego BiurrunUse filename as pattern for multiple inclusion guards.
2010-09-08 Diego BiurrunAdd missing stdint.h #include; necessary to pass 'make...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-08 Stefano SabatiniRemove reference to not anymore existing symbol has_alt...
2010-09-08 Stefano SabatiniMerge has_altivec() function into mm_support(), remove...
2010-09-08 Reimar DöffingerOnly draw the actually visible area in vp3_draw_horiz_band.
2010-09-07 Stefano SabatiniRemove use of deprecated functions av_image_fill_pointe...
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniReimplement av_picture_data_copy() avoiding the use...
2010-09-07 Stefano SabatiniReindent after the last commit.
2010-09-07 Stefano SabatiniReimplement ff_img_copy_plane() as av_image_copy_plane...
2010-09-07 Marcelo Galvăo PóvoaMove lsp2lpc_sipr() function to common code so it can...
2010-09-07 Marcelo Galvăo PóvoaMove AMRNB lsf2lsp() function to common code for using...
2010-09-07 Måns RullgårdCheck rc_buffer_size value using integer arithmetic
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-09-06 Reimar DöffingerFix slice height for y position calculation for vp3_dra...
2010-09-06 Reimar DöffingerFix vp3_draw_horiz_band to not produce completely chaot...
2010-09-06 Reimar DöffingerVP3/Theora: validate aspect and reduce it before export...
2010-09-05 Stefano SabatiniAdd #ifndef around FF_API_MM_FLAGS.
2010-09-05 Reimar DöffingerUse "d" suffix for general-purpose registers used with...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-09-03 Martin StorsjöFix the dependencies of the RTP muxer
2010-09-03 Ronald S. BultjePort latest x264 deblock asm (before they moved to...
2010-09-01 Eli FriedmanFix typo in r25019.
2010-09-01 Ronald S. BultjeUnscrew breakage after my last commit because of symbol...
2010-09-01 Ronald S. BultjeRename h264_weight_sse2.asm to h264_weight.asm; add...
2010-09-01 Ronald S. BultjeSplit h264dsp_mmx.c (which was #included in dsputil_mmx...
2010-09-01 Aurelien Jacobsadd FF_API_PALETTE_CONTROL define to drop usage of...
2010-09-01 Diego BiurrunUse quotes instead of angle brackets for local #includes.
2010-08-31 Ronald S. BultjeFix vertical align.
2010-08-31 Tobias BindhammerChecking return values of av_malloc(z) and report an...
2010-08-31 Alex Converseaacenc: Remove an unused variable from adjust_frame_inf...
2010-08-31 Alex Converseaacenc: Don't set s->cur_channel before apply_window_an...
2010-08-30 Alex Converseaacenc: Write tag.elem_id early.
2010-08-30 Alex Conversepsymodel: Const correct FFPsyWindowInfo.
2010-08-30 Alex Converseaacenc: Only apply M/S if common_window is set.
2010-08-30 David Conradvorbisdec: Use int instead of uint16_fast_t for index...
2010-08-30 Ronald S. BultjeFix compilation failure if yasm is disabled (missing...
2010-08-30 Ronald S. BultjeSplit intra prediction initialization (i.e. assigning...
2010-08-30 Ronald S. BultjeMove H264 chroma MC from inline asm to yasm. This fixes...
2010-08-30 Ronald S. BultjeMove VP3 IDCT functions from inline ASM to YASM. This...
2010-08-30 Ronald S. BultjePut ff_ prefix on non-static {put_signed,put,add}_pixel...
2010-08-29 Vitor SessakInclude stdint.h instead of inttypes.h, it is enough...
2010-08-28 Vitor SessakHopefully fix the fate-ws_snd breakage on PPC
2010-08-28 Loren Merrittcosmetics in imdct_sse
2010-08-28 Aurelien Jacobscosmetic
2010-08-26 Ronald S. BultjeFix typos when converting inline asm to yasm, fixes...
next