Branch: refs/heads/asi
  Home:   https://github.com/mltframework/mlt
  Commit: 45f77ecabd9b506ea5e2d54a3bdd52e240fb4154
      
https://github.com/mltframework/mlt/commit/45f77ecabd9b506ea5e2d54a3bdd52e240fb4154
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c
    M src/framework/mlt_consumer.h

  Log Message:
  -----------
  Qualify queue, mutex, and cond vars with frame_queue_.


  Commit: 4ded8c9e77c0fdfa9de634872815476c49112be2
      
https://github.com/mltframework/mlt/commit/4ded8c9e77c0fdfa9de634872815476c49112be2
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_deque.c
    M src/framework/mlt_deque.h

  Log Message:
  -----------
  Add mlt_deque_insert().


  Commit: 8e09c11079e4886eaf08e84c6b076074e2597831
      
https://github.com/mltframework/mlt/commit/8e09c11079e4886eaf08e84c6b076074e2597831
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c
    M src/framework/mlt_consumer.h

  Log Message:
  -----------
  Add parallelism to mlt_consumer.

To use set real_time greater than 1 for frame-dropping or less than -1
for no frame-dropping. It works better with a liberal buffer size. You
can still set prefill less than buffer size, but it must be at least the
same number as real_time, preferably a little higher to help with frame
ordering.


  Commit: b80e0e56bfa7093f9542f6c0ab3e6f5336ce3a5c
      
https://github.com/mltframework/mlt/commit/b80e0e56bfa7093f9542f6c0ab3e6f5336ce3a5c
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_tractor.c

  Log Message:
  -----------
  Set the proper size of "image" where known.


  Commit: 98dda5088a6657f90853d3109b6a6746d473686c
      
https://github.com/mltframework/mlt/commit/98dda5088a6657f90853d3109b6a6746d473686c
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/avformat/filter_avresample.c
    M src/modules/avformat/filter_swscale.c
    M src/modules/avformat/producer_avformat.c
    M src/modules/core/filter_data_show.c
    M src/modules/core/filter_luma.c
    M src/modules/core/filter_watermark.c
    M src/modules/core/producer_colour.c
    M src/modules/core/transition_composite.c
    M src/modules/core/transition_luma.c
    M src/modules/core/transition_region.c
    M src/modules/effectv/filter_burn.c
    M src/modules/frei0r/filter_frei0r.c
    M src/modules/frei0r/producer_frei0r.c
    M src/modules/frei0r/transition_frei0r.c
    M src/modules/gtk2/producer_pango.c
    M src/modules/gtk2/producer_pixbuf.c
    M src/modules/kdenlive/filter_freeze.c
    M src/modules/kdenlive/producer_framebuffer.c
    M src/modules/resample/filter_resample.c

  Log Message:
  -----------
  Add service locks for parallelism.

RGB filters and transitions from frei0r and burningtv are still not safe
enough.


  Commit: b838ef0e542a3840689c9978e96e4e984e5a4274
      
https://github.com/mltframework/mlt/commit/b838ef0e542a3840689c9978e96e4e984e5a4274
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/sdl/consumer_sdl.c

  Log Message:
  -----------
  Log dropped frames at info log level.


  Commit: aa765c0b7e7043472b93eb76b2f1a3051b76c0a9
      
https://github.com/mltframework/mlt/commit/aa765c0b7e7043472b93eb76b2f1a3051b76c0a9
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/sdl/consumer_sdl_preview.c

  Log Message:
  -----------
  Pass real_time, buffer, and prefill properties onto normal sdl consumer.


  Commit: bda753c773aa1f0ab9664accfc4ae77627251f35
      
https://github.com/mltframework/mlt/commit/bda753c773aa1f0ab9664accfc4ae77627251f35
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/motion_est/filter_autotrack_rectangle.c
    M src/modules/motion_est/filter_crop_detect.c
    M src/modules/motion_est/filter_motion_est.c
    M src/modules/normalize/filter_volume.c
    M src/modules/oldfilm/filter_dust.c
    M src/modules/oldfilm/filter_lines.c
    M src/modules/plus/filter_affine.c
    M src/modules/plus/transition_affine.c
    M src/modules/qimage/producer_kdenlivetitle.c
    M src/modules/qimage/producer_qimage.c
    M src/modules/sox/filter_sox.c
    M src/modules/vorbis/producer_vorbis.c

  Log Message:
  -----------
  Add service locks for parallelism.


  Commit: fbd2e3fcb30b1e25d547969364d67a5b766b31c1
      
https://github.com/mltframework/mlt/commit/fbd2e3fcb30b1e25d547969364d67a5b766b31c1
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Change this log message to debug level.


  Commit: 21657dcf412dafe259c3687661632b82573af27c
      
https://github.com/mltframework/mlt/commit/21657dcf412dafe259c3687661632b82573af27c
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/xine/filter_deinterlace.c

  Log Message:
  -----------
  Add service locks around yadif context.


  Commit: 652d58f8b6b942a96bbc880ef2984d87d89d373c
      
https://github.com/mltframework/mlt/commit/652d58f8b6b942a96bbc880ef2984d87d89d373c
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Add work queue to the parallel consumer.

This removes get_frame calls from the worker threads. The get_frame call
must take a service lock and that creates contention between the
threads.


  Commit: 761b8069b78df0c99b768c4451fabb522b9d6523
      
https://github.com/mltframework/mlt/commit/761b8069b78df0c99b768c4451fabb522b9d6523
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c
    M src/framework/mlt_tractor.c

  Log Message:
  -----------
  Remove the tractor service locking.

This completely inhibited parallelism, but removing it also exposes more
race conditions that require resolution.


  Commit: a51438a8e9a128179c52c5d866f32ad6016ab39b
      
https://github.com/mltframework/mlt/commit/a51438a8e9a128179c52c5d866f32ad6016ab39b
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c
    M src/framework/mlt_frame.c
    M src/framework/mlt_tractor.c
    M src/modules/core/filter_imageconvert.c
    M src/modules/sdl/consumer_sdl.c

  Log Message:
  -----------
  Fix image format consistency and conversion.


  Commit: db3ecd50c316def1855489ac7980b62563d20d20
      
https://github.com/mltframework/mlt/commit/db3ecd50c316def1855489ac7980b62563d20d20
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Change this log message back to debug level.


  Commit: 75f7340545e6a0954a78c8c13677784a3ad03d9e
      
https://github.com/mltframework/mlt/commit/75f7340545e6a0954a78c8c13677784a3ad03d9e
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Fix compiler warning on this enum.


  Commit: 39b76a7859bb35d509cc9a35a0d7bb3028277c18
      
https://github.com/mltframework/mlt/commit/39b76a7859bb35d509cc9a35a0d7bb3028277c18
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Fix regression frames out-of-order.


  Commit: fe41b254eaff2491bb856d5f3a11ee74c7a7f6dd
      
https://github.com/mltframework/mlt/commit/fe41b254eaff2491bb856d5f3a11ee74c7a7f6dd
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/xine/filter_deinterlace.c

  Log Message:
  -----------
  Make YADIF reentrant.


  Commit: 80345fb10db4b96b767906228de85e697264c3fc
      
https://github.com/mltframework/mlt/commit/80345fb10db4b96b767906228de85e697264c3fc
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Remove audio processing from the worker threads.

This has a bad interaction with the avformat producer, which contains a
buffer of unused decoded samples. This shifts audio processing to the
main consumer thread, which is often light anyways. I recommend to set
the threads property to 2 or more on the avformat consumer to offload
video encoding to separate threads from the audio processing and
encoding.


  Commit: 40bf8fcabb8497820e4c7e5374006a5b29b55ca2
      
https://github.com/mltframework/mlt/commit/40bf8fcabb8497820e4c7e5374006a5b29b55ca2
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_deque.c
    M src/framework/mlt_deque.h

  Log Message:
  -----------
  Add mlt_deque_peek() with index.


  Commit: 425a28a6efb16ce5e104112ec9e0dc4858938652
      
https://github.com/mltframework/mlt/commit/425a28a6efb16ce5e104112ec9e0dc4858938652
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_types.h

  Log Message:
  -----------
  Add a MLT_FRAME() cast.

And white-space align the casts.


  Commit: 641839d1133f425d2ab9e0d470d11d68d2b02d8d
      
https://github.com/mltframework/mlt/commit/641839d1133f425d2ab9e0d470d11d68d2b02d8d
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c
    M src/framework/mlt_consumer.h
    M src/framework/mlt_frame.h

  Log Message:
  -----------
  Use a single queue for parallel workers.

This is a major change from the previous model of moving work items
(frames) from one queue to another. This new model improves the behavior
of realtime mode and performance overall. In the new model, a single
queue is used along with an is_processed flag on the frame. Also, there
is an index into the queue (process_head) that indicates from which
point should a worker consider fetching the next unprocessed frame.

There are situations in realtime mode where the processing of a frame
takes longer than the queue (or from head to its fetch index). Over
extended periods of this heavy processing, the video frame in the
consumer may never be updated (rendered=1)! To remedy this, the consumer
detects this and automatically moves the process_head towards the tail,
but even this may not be good enough. The only real remedy is to
increase buffers and suffer with poor latency. If lower latency is
preferred, then it may be better to not use realtime mode and permit
audio discontinuity.


  Commit: 5b092b025a09e0b3d802e4065877cad5148c2011
      
https://github.com/mltframework/mlt/commit/5b092b025a09e0b3d802e4065877cad5148c2011
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Fix multiple workers getting the same frame.


  Commit: 4a6f14e5e29b2a03ac530a8290966a345ea83060
      
https://github.com/mltframework/mlt/commit/4a6f14e5e29b2a03ac530a8290966a345ea83060
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Fix race condition on frame pointer in parallel consumer.


  Commit: de5043873b979d4d7f6088aefd9ddf2d98ff6978
      
https://github.com/mltframework/mlt/commit/de5043873b979d4d7f6088aefd9ddf2d98ff6978
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/avformat/producer_avformat.c

  Log Message:
  -----------
  Add service locks for parallelism.

RGB filters and transitions from frei0r and burningtv are still not safe
enough.


  Commit: b07dac35dfe209aec5e6f869259ff92989fa626f
      
https://github.com/mltframework/mlt/commit/b07dac35dfe209aec5e6f869259ff92989fa626f
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Fix image format consistency and conversion.


  Commit: b1e06b7b9118d46a8020c7df02600c5f7e713399
      
https://github.com/mltframework/mlt/commit/b1e06b7b9118d46a8020c7df02600c5f7e713399
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/avformat/factory.c

  Log Message:
  -----------
  Add mlt: protocol to do avformat I/O with other MLT services.


  Commit: 06d3a36db72ee71671beed1359d561b24f6e8e1c
      
https://github.com/mltframework/mlt/commit/06d3a36db72ee71671beed1359d561b24f6e8e1c
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/Makefile
    A src/modules/linsys/calcstuff.c
    A src/modules/linsys/calcstuff.h
    A src/modules/linsys/consumer_asi.c
    M src/modules/linsys/factory.c

  Log Message:
  -----------
  Add asi consumer.


  Commit: 84a588a5872bd3caf454006dd67bcb9835969b56
      
https://github.com/mltframework/mlt/commit/84a588a5872bd3caf454006dd67bcb9835969b56
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Add asirate property to override muxrate.

Used for stuffing calculation only.


  Commit: aceb4351128152bdc97370a5c9408fa954cc19df
      
https://github.com/mltframework/mlt/commit/aceb4351128152bdc97370a5c9408fa954cc19df
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Add packet buffer queue and calculate the actual mux rate.

The actual muxed bitrate is used to set the card's stuffing parameters
since FFmpeg gives an actual muxrate slightly different than requested.
This provides the very beginnings of remuxer in the form of TS
packetizing and parsing (PID and PCR).


  Commit: bca430e82f92011bbd2139f5aed09875d231abe7
      
https://github.com/mltframework/mlt/commit/bca430e82f92011bbd2139f5aed09875d231abe7
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Fix mux rate calculation, change remux property to noremux.


  Commit: de1925a5144f5d083227cc3f9abc12c3191d9255
      
https://github.com/mltframework/mlt/commit/de1925a5144f5d083227cc3f9abc12c3191d9255
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Add asi remux thread with null packet inserter.

This does not yet do anything with PSI/SI sections.


  Commit: a9b94b73592643f507736449fea8890088421465
      
https://github.com/mltframework/mlt/commit/a9b94b73592643f507736449fea8890088421465
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Cleanup stopping asi.


  Commit: f22bd1d9f17161ea35ff5a08e1842e3ed8a6a6b6
      
https://github.com/mltframework/mlt/commit/f22bd1d9f17161ea35ff5a08e1842e3ed8a6a6b6
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Add PSI/SI section insertion.

Requires OpenCaster to generate .sec files.
Uses properties:
si.pat.file=filename
si.pat.pid=number
si.pat.time=milliseconds
and so on for sdt, nit, etc.


  Commit: 091eb308fc5b7aec1b34bad918abadad5ea35c88
      
https://github.com/mltframework/mlt/commit/091eb308fc5b7aec1b34bad918abadad5ea35c88
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Anticipate eventual muxrate for section period.


  Commit: e73813d866ae3ee80edd26db9109ad07df8a0b86
      
https://github.com/mltframework/mlt/commit/e73813d866ae3ee80edd26db9109ad07df8a0b86
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Only filter SDT and PAT if their si files are set.

Also, improve interface with avformat when real_time > 1 and report
dropped frames.


  Commit: 60fc87cc5ef22af3f5b74ea0a91710d3ccda4047
      
https://github.com/mltframework/mlt/commit/60fc87cc5ef22af3f5b74ea0a91710d3ccda4047
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Restore noremux=1 capability.

For troubleshooting, this mode bypasses any filter and SI section
inserting.


  Commit: 41ce56af02e91e015c92922c071d94c1586ff5d6
      
https://github.com/mltframework/mlt/commit/41ce56af02e91e015c92922c071d94c1586ff5d6
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Remove FFmpeg muxrate hack - use VBR now.


  Commit: ec17fe7e9b6b30f016ec2696bfbec8bdb6ac2899
      
https://github.com/mltframework/mlt/commit/ec17fe7e9b6b30f016ec2696bfbec8bdb6ac2899
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Add muxrate overflow handling.


  Commit: cc55e87735ba94fd5ce98d853fb27b1519db0566
      
https://github.com/mltframework/mlt/commit/cc55e87735ba94fd5ce98d853fb27b1519db0566
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Add support for rewriting PMT from .sec file.

This works around the problem that ffmpeg vbr muxer inserts pmt too
frequently.


  Commit: 1ff19f47514827af0fd8dd8e24244c7f98c33c75
      
https://github.com/mltframework/mlt/commit/1ff19f47514827af0fd8dd8e24244c7f98c33c75
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Reduce aggressivity of muxrate control.

Since reducing PCR interval in FFmpeg (80ms -> 40ms) we can relax the
CBR period to 80ms since StreamXpert did not complain about that.


  Commit: 7c77f6729274093fc09096af6319dcb8c539d7fa
      
https://github.com/mltframework/mlt/commit/7c77f6729274093fc09096af6319dcb8c539d7fa
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Add rewriting the PCR and fix PCR interval.


  Commit: 91d310f225eda3b38a3f74b7d582d1cac14b8ff2
      
https://github.com/mltframework/mlt/commit/91d310f225eda3b38a3f74b7d582d1cac14b8ff2
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Fix a case of sending a huge amount of null packets.

Also, make the PCR interval more reliable and smooth out the input data
rate further.


  Commit: 906ed0c98f4624ef35cbb08d8efb1fb78aeac6a1
      
https://github.com/mltframework/mlt/commit/906ed0c98f4624ef35cbb08d8efb1fb78aeac6a1
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Fix a memory leak in asi consumer.


  Commit: 70349eaa6330757af475ade33f7aba72be549d04
      
https://github.com/mltframework/mlt/commit/70349eaa6330757af475ade33f7aba72be549d04
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Fix infinite loop in output_cbr.

Happens when input_rate becomes zero due to wild PCR jump from FFmpeg
encoding.


  Commit: bb5dd55d5a2fd3602351f80935b042afcd02d112
      
https://github.com/mltframework/mlt/commit/bb5dd55d5a2fd3602351f80935b042afcd02d112
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/avformat/producer_avformat.c

  Log Message:
  -----------
  Revert "Add service locks for parallelism."

This reverts commit 3d8d9941586dcffb3972ef8591f592d9876c78cb.


  Commit: 9edc4024534d6c85dbba3dfe821e23acbd021220
      
https://github.com/mltframework/mlt/commit/9edc4024534d6c85dbba3dfe821e23acbd021220
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Handle read less than requested.


  Commit: 520eb2e254c11ddba4631a816c86706b4a13535e
      
https://github.com/mltframework/mlt/commit/520eb2e254c11ddba4631a816c86706b4a13535e
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/modules/linsys/consumer_asi.c

  Log Message:
  -----------
  Fix dropped frame not released.


  Commit: 724e261d6225dea226cf2d469272dcff09219963
      
https://github.com/mltframework/mlt/commit/724e261d6225dea226cf2d469272dcff09219963
  Author: Dan Dennedy <d...@dennedy.org>
  Date:   2010-11-09 (Tue, 09 Nov 2010)

  Changed paths:
    M src/framework/mlt_consumer.c

  Log Message:
  -----------
  Revert "Fix image format consistency and conversion."

This reverts commit b07dac35dfe209aec5e6f869259ff92989fa626f.


Compare: 
https://github.com/mltframework/mlt/compare/45f77ecabd9b^...724e261d6225
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to