]> git.sesse.net Git - mlt/history - src/modules/avformat/producer_avformat.c
Fix underlinking libm by removing math function.
[mlt] / src / modules / avformat / producer_avformat.c
2009-12-09 Dan DennedyFix underlinking libm by removing math function.
2009-12-03 Dan DennedyFix audio buffer overflow on large resampling (2902193).
2009-12-03 Dan DennedyFix regression converting mono to stereo.
2009-11-30 Dan DennedyAdd force_fps property to avformat producer.
2009-11-30 Dan DennedyFix pointer of V plane for yuv420p.
2009-11-30 Dan DennedyFix crash in avformat producer on unusable file.
2009-11-21 Dan DennedyAdd support for new libavcodec decode functions.
2009-11-21 Dan DennedyFix seek on some AVCHD causing infinite loop.
2009-11-21 Dan DennedyFix dropping samples on math error (kdenlive 1219).
2009-10-14 Dan DennedyFix audio distortion due to supplying incorrect decode...
2009-10-14 Dan DennedyAdd dynamically resizing audio buffer.
2009-10-13 Dan DennedyMerge branch 'kdenlivetitle' of git://github.com/j...
2009-10-13 Dan DennedyFix regression on video-only files (kdenlive-1206).
2009-10-12 Dan DennedyFix regression with mono audio (kdenlive-1204).
2009-10-11 Dan DennedyAdd codec.frame_rate and drop the profile/level meta...
2009-10-11 Dan DennedyImprove this log message.
2009-10-07 Dan DennedyAdd support for audio_index=all.
2009-10-07 Dan DennedyConvert audio structures to arrays.
2009-10-07 Dan DennedyFactor out audio seeking and decoding from the get_audi...
2009-10-07 Dan DennedyFactor out video codec initialization.
2009-10-07 Dan DennedyFactor out audio codec setup from audio index handling.
2009-10-07 Dan DennedyReduce usage of properties for state.
2009-09-15 Dan DennedyRemove the old location of the first_pts calculation.
2009-09-15 Dan DennedyFix concurrency instability.
2009-09-15 Dan DennedyRelocate setting first_pts and fix ffmpeg concurrency.
2009-09-15 Dan DennedyRestore seeking to one second before target.
2009-09-15 Dan DennedyPatch from Ivan Schreter to fix seeking on AVCHD.
2009-08-31 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-31 j-b-mMerge branch 'master' of git://mltframework.org/mlt...
2009-08-29 Marco GittlerMerge branch 'kdenlivetitle' of github.com:gmarco/mlt...
2009-08-28 Dan DennedyFix A/V sync regression introduced in commit f6916f
2009-08-26 Marco GittlerMerge branch 'master' of git://mltframework.org/mlt...
2009-08-26 Dan DennedyFix A/V sync regression introduced in commit f6916f
2009-08-21 Marco GittlerMerge branch 'master' of git://mltframework.org/mlt...
2009-08-19 Dan DennedyFix a/v sync on files with incorrect codec frame rate...
2009-08-16 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-04 Dan DennedyRefactor audio conversion and mixing.
2009-07-03 Dan DennedyMassive refactoring of image conversion.
2009-06-22 Dan DennedyFix crash in avformat producer on audio overrun.
2009-06-20 Dan DennedyFix regression in 8bit audio handling.
2009-06-17 Dan DennedyMigrate to FFmpeg av_audio_resample_init.
2009-06-17 Dan DennedyFix (kdenlive-824) >2 channels not downmixed.
2009-06-04 Dan DennedyWorkaround video streams with wild timestamps (kdenlive...
2009-06-03 Dan DennedyAdd support for RGBA formats such as QT Anim.
2009-05-14 Dan DennedyImprove reliability of video playback.
2009-05-09 Dan DennedyFix over- and under-linking.
2009-05-08 Dan DennedyMerge ../mlt++
2009-05-05 ddennedyImprove seek performance with dnxhd and huffyuv codecs.
2009-04-30 ddennedyproducer_avformat.c: improve audio synchronization...
2009-04-10 ddennedyMerge branch 'review-2' of git://github.com/rayl/mlt
2009-04-10 ddennedyMerge branch 'review-1' of git://github.com/rayl/mlt
2009-04-09 ddennedyproducer_avformat.c: bugfix building on some older...
2009-03-10 ddennedyproducer_avformat.c: add backwards compatibility macro...
2009-02-10 ddennedyproducer_vorbis.c, producer_avformat.c, consumer_avform...
2009-01-24 ddennedyproducer_avformat.c: add version check to use AVCodec...
2009-01-06 ddennedyproducer_avformat.{c,yml}: support special constructor...
2008-12-31 ddennedyproducer_avformat.c: fix build on older versions of...
2008-12-28 ddennedyfilter_rescale.c, producer_avformat.c, producer_libdv...
2008-12-26 ddennedyproducer_avformat.c, consumer_avformat.c: use av_set_st...
2008-12-21 ddennedyproducer_avformat.c: add a bunch of metadata about...
2008-12-18 ddennedyproducer_avformat.c: add support for AVOptions as prope...
2008-12-14 ddennedyproducer_avformat.c: bugfix (kdenlive-432) segfault...
2008-11-25 ddennedyproducer_avformat.c: bugfix r1242 segfault due to impro...
2008-11-25 ddennedyproducer_avformat.c: fix to previous commit to still...
2008-11-25 ddennedyproducer_avformat.c: bugfix (kdenlive-297) audio distor...
2008-11-13 ddennedyproducer_avformat.c: bugfix (kdenlive-347) segfault...
2008-11-08 ddennedyproducer_avformat.c: bugfix detection of aspect ratio...
2008-11-08 ddennedyproducer_avformat.c: inadvertantly left something comme...
2008-11-08 ddennedyproducer_avformat.c: rework the aspect ratio detection...
2008-10-27 j-b-mproducer_avformat.c: Fix crash / corruption when changi...
2008-10-27 ddennedyproducer_avformat.c: optimize slightly the stream index...
2008-10-27 ddennedyproducer_avformat.c: bugfix regression with audio_index...
2008-10-20 ddennedyproducer_avformat.c: bugfix Ogg Vorbis files and possib...
2008-10-02 ddennedyproducer_avformat.c: bugfix reading file over http.
2008-07-13 ddennedyproducer_avformat.c: bugfix segfault when fail to open...
2008-07-09 ddennedyproducer_avformat.c: bugfix regression playing audio...
2008-06-25 ddennedyproducer_avformat.c: bugfix segfault up the call stack...
2008-06-17 ddennedyproducer_avformat.c: bugfix segfault in unprotected...
2008-06-10 ddennedyproducer_avformat.c: close the file at the end of objec...
2008-06-04 ddennedyproducer_avformat.c: remove multi-threaded audio decodi...
2008-05-15 ddennedyprofiles/dv_*, consumer_avformat.c, producer_avformat...
2008-05-09 ddennedyproducer_avformat.c: bugfix reporting of top_field_firs...
2008-02-13 ddennedyproducer_avformat.c: cleanup whitespace
2008-02-11 ddennedyconsumer_avformat.c, producer_avformat.c: add FFmpeg...
2008-02-02 ddennedyframework: remove global profile, rather share one...
2008-01-11 ddennedyproducer_avformat.c: do not free AVPacket if av_read_fr...
2007-12-04 ddennedymlt_consumer.c, mlt_frame.c, mlt_multitrack.c, mlt_play...
2007-07-14 ddennedyconsumer_avformat.c: save disabled, experimental flushi...
2007-07-01 ddennedyproducer_avformat.c: improve frame accuracy
2007-06-26 ddennedyproducer_avformat.c: bugfix audio sync with some codecs...
2007-06-10 ddennedyproducer_avformat.c: bugfix segfault when paused after...
2007-06-10 ddennedyproducer_avformat.c: make better test for existence...
2007-06-10 ddennedyproducer_avformat.c: fix setting int property as double
2007-06-10 ddennedyproducer_avformat.c:
2007-03-30 ddennedyCleanup license declarations and remove dv1394d references.
2007-03-04 ddennedyadd support for ffmpeg libswscale
2006-12-31 j-b-mRead metadata from avformat and vorbis producers, using...
2006-10-06 lilo_booter+ General improved media support
2006-10-03 lilo_booter+ Correction to previous patch - fixes pause behaviour...
2006-10-03 lilo_booter+ Corrections for uncompressed video sources
next