]> git.sesse.net Git - ffmpeg/history - libavcodec
Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.
[ffmpeg] / libavcodec /
2011-04-27 Baptiste CoudurierSet alpha of palettes to 0xff.
2011-04-27 Baptiste CoudurierRename y400a to gray8a.
2011-04-27 Michael NiedermayerFix add_paeth_prediction_mmx for rgb48
2011-04-27 Michael Niedermayermerge read and and in add_paeth_prediction
2011-04-27 Baptiste CoudurierMove png mmx functions into x86/png_mmx.c, remove them...
2011-04-27 Alexandre ColucciFix decoding of DXSA subtitles.
2011-04-27 Michael NiedermayerWMADEC: fix ticket125
2011-04-27 Stefano Sabatiniindeo2: remove unnecessary release_buffer() call
2011-04-27 Stefano Sabatini4xm: use reget_buffer() in decode_frame()
2011-04-27 Ronald S. Bultjeavparser: don't av_malloc(0).
2011-04-27 Michael NiedermayerRevert "Eliminate pointless '#if 1' statements without...
2011-04-27 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Justin Rugglesac3enc: correct the flipped sign in the ac3_fixed encoder
2011-04-26 anatolyAdd MxPEG decoder
2011-04-26 anatolyAdd support for picture_ptr field in MJpegDecodeContext
2011-04-26 anatolyMove MJPEG's input buffer preprocessing in separate...
2011-04-26 anatolySupport reference picture defined by bitmask in MJPEG...
2011-04-26 Alexander E. PatrakovDCA/DTA encoder
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-26 Vitor SessakUpdate x86inc.asm from x264 to allow AVX emulation...
2011-04-26 Stefano Sabatinibfi: store palette data in the context
2011-04-26 Michael Niedermayermjpeg: Detect overreads in mjpeg_decode_scan() and...
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-26 Michael Niedermayeraac: add headers needed for log2f()
2011-04-26 Anton Khirnovlavc: remove FF_API_MB_Q cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_RATE_EMU cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Michael NiedermayerFix issue1503, this fix may be incomplete we need more...
2011-04-26 Michael Niedermayerwmadec: prevent null pointer call.
2011-04-25 Stefano Sabatinifraps: do not set avctx->pix_fmt to none in decode_init()
2011-04-25 Janne Grunauac3: fix memleak in fixed-point encoder
2011-04-25 Reimar Döffingerdca: allow selecting float output at runtime.
2011-04-25 Reimar Döffingervorbisdec: allow selecting float output at runtime.
2011-04-25 Reimar Döffingeraacdec: Allow selecting float output at runtime.
2011-04-25 Reimar Döffingerac3dec: allow selecting float output at runtime.
2011-04-25 Diego Biurrunflashsv: Return more meaningful error values.
2011-04-25 Diego Biurrunflashsv: Employ explicit AVCodec struct initializers.
2011-04-25 Carl Eugen HoyosWarn if the source has unsupported (or no) channel...
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Diego Biurruncosmetics: K&R coding style and more whitespace for...
2011-04-24 Diego Biurrunvorbisdec: Employ proper printf format specifiers for...
2011-04-24 ami_stuffSupport fourcc auv2.
2011-04-24 Reimar DöffingerFix indentation.
2011-04-24 Reimar DöffingerSupport PARSER_FLAG_COMPLETE_FRAMES for h261 and h263...
2011-04-24 Philip LangdaleCrystalHD: Add AVOption to configure hardware downscaling.
2011-04-24 Reimar DöffingerCheck for malloc failures in fraps decoder.
2011-04-24 Reimar DöffingerUse av_fast_malloc instead of av_realloc in fraps decoder.
2011-04-24 Sebastian VaterHAM6/HAM8 support for IFF demuxer/decoder
2011-04-24 Peter Rosspermit decoding of multichannel ADPCM_EA_XAS
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-23 Baptiste CoudurierIn libx264 wrapper, fix side effect with has_b_frames...
2011-04-23 Diego BiurrunReplace more FFmpeg instances by Libav or ffmpeg.
2011-04-23 Diego Biurrunvorbis: Rename decoder/encoder files to follow general...
2011-04-23 Nathan Caldwellaacenc: Fix whitespace after last commit.
2011-04-23 Carl Eugen HoyosSet channel layout in flac decoder.
2011-04-23 Stefano Sabatiniflicvideo: fix crash on flic files with invalid frame...
2011-04-23 Stefano Sabatiniflicvideo: increase error level and fix error message...
2011-04-23 Diego Biurruncook: Fix small typo in av_log_ask_for_sample message.
2011-04-23 Nathan Caldwellaacenc: Finish 3GPP psymodel analysis for non mid/side...
2011-04-23 Michael Niedermayeraac: add math.h needed for log2f()
2011-04-23 Carl Eugen HoyosFix compilation with libcelt on Apple OS X.
2011-04-23 Carl Eugen HoyosFix compilation after version bump.
2011-04-23 Alex ConverseAdd some debug log messages to AAC extradata
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Diego BiurrunUse av_log_ask_for_sample() to request samples from...
2011-04-22 Diego BiurrunMake av_log_ask_for_sample() accept a variable number...
2011-04-22 Robert LeatherwoodRm duplicated define for OPT_STR.
2011-04-22 Diego Biurrunvqavideo: We no longer need to ask for version 1 samples.
2011-04-22 Michael Niedermayerrv10: set flags, Fixes Ticket90
2011-04-22 Young Han Leeaacdec: indentation cosmetics
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-21 Michael NiedermayerAMV: Fix possibly exploitable crash.
2011-04-21 Michael Niedermayermjpeg: Detect overreads in mjpeg_decode_scan() and...
2011-04-21 Diego BiurrunUse av_log_ask_for_sample() where appropriate.
2011-04-21 Baptiste CoudurierIn libx264 wrapper, detect default settings and use...
2011-04-21 Anton Khirnovlavc: provide deprecated avcodec_thread_init until...
2011-04-21 Anton Khirnovlavc: provide the opt.h header until the next bump
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Baptiste CoudurierIn libx264 wrapper, correctly support 2pass log filenam...
2011-04-20 Nicolas GeorgeXiph CELT/Opus decoder using libcelt.
2011-04-20 Carl Eugen HoyosMove the info union to the end of the vdpau_render_stat...
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Baptiste CoudurierIn libx264 wrapper, add -level specific option.
2011-04-19 Baptiste CoudurierFix libx264 fastfirstpass, move apply_fastfirstpass...
2011-04-19 Baptiste CoudurierIn libx264 wrapper, do not set pic quality if no frame...
2011-04-19 Justin RugglesIn avcodec_open(), set return code to an error value...
2011-04-19 Anton Khirnovlavc: remove reference to opt.h from Makefile.
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_INOFFICIAL cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_USE_LPC cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SUBTITLE_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_VIDEO_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_AUDIO_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_OPT_SHOW cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_MM_FLAGS cruft.
2011-04-19 Diego Biurrunpcm: Add const to cast in ENCODE macro.
next