]> git.sesse.net Git - ffmpeg/history - libavcodec
avi: try to synchronize the points in time of the starts of streams after seeking.
[ffmpeg] / libavcodec /
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.
2011-04-19 Nicolas GeorgeOgg: add support for Xiph's CELT (Opus) codec.
2011-04-19 Peter Belkner32bit libmp3lame support.
2011-04-19 Peter BelknerCheck avcodec_alloc_frame() failure.
2011-04-19 Gavin KinseyFix compilation.for iOS ARMv7.
2011-04-19 Carl Eugen HoyosOnly ask once in the code for a TrueHD sample with...
2011-04-19 Carl Eugen HoyosAlso set the MLP/TrueHD channel layout in the decoder.
2011-04-19 Carl Eugen HoyosMake MLP/TrueHD channel layout functions visible to...
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-18 Luca Barbatolibvo-aacenc,libvo-amrwbenc}: fix api usage
2011-04-18 Bill PringlemeirAllow h264pred_init_arm.c to compile.
2011-04-18 Peter Rossanm decoder: move buffer allocation from decode_init...
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-18 Diego BiurrunReplace mplayerhq.hu URLs by libav.org.
2011-04-18 Diego Biurrunptx: Use av_log_ask_for_sample() where appropriate.
2011-04-17 Alexander Strange Merge remote-tracking branch 'ffmpeg-mt/master'
2011-04-17 Michael Niedermayer10l, commit that should have been stashed into the...
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-17 Justin Rugglesac3dec: fix processing of delta bit allocation information.
2011-04-17 Ronald S. Bultjevc1: fix fate-vc1 after previous commit.
2011-04-16 Baptiste CoudurierIn libx264 wrapper, add -preset and -tune options
2011-04-16 Michael NiedermayerCorrectly implement ac3 float/fixed encoder.
2011-04-16 Ronald S. Bultjewmv3dec: fix playback of complex WMV3 files using simpl...
2011-04-16 Philip LangdaleCrystalHD: Fix usage of h264 parser.
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Kostya Shishkovmake av_dup_packet() more cautious on allocation failures
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-04-15 Kostya Shishkovintroduce side information for AVPacket
2011-04-15 Carl Eugen HoyosWarn if Vorbis does not support the provided channel...
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Martin Storsjölibavcodec: Bump micro after adding the dtx AVOptions
2011-04-14 Carl Eugen HoyosFix channel order for 7.1 TrueHD samples.
2011-04-14 Carl Eugen HoyosFix channel order for some MLP samples.
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Allow enabling DTX...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Only check the bitrate...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Find the closest match...
2011-04-13 Martin Storsjölibvo-*: Fix up the long codec names
2011-04-13 Martin Storsjölibavcodec: Mark AVCodec->priv_class const
2011-04-13 Carl Eugen HoyosMention VisualOn in the new codecs' long names to expla...
2011-04-13 Martin Storsjölibvo-aacenc: Only produce extradata if the global...
2011-04-13 Anton Khirnovlavc: postpone removal of request_channels
2011-04-13 Anton Khirnovlavc: postpone removal of audioconvert and sample_fmt...
2011-04-13 Martin Storsjölibopencore-amr: Cosmetics: Rewrap and align
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrbwenc: Rename variables and...
next