git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
avconv : restructure sending EOF to filters
27 juin 2016, par Anton Khirnovavconv: restructure sending EOF to filters Be more careful when an input stream encounters EOF when its filtergraph has not been configured yet. The current code would immediately mark the corresponding output streams as finished, while there may still be buffered frames waiting for frames to appear on other filtergraph inputs. This should fix the random FATE failures for complex filtergraph tests after a3a0230a9870b9018dc7415ae5872784d524cfe5
-
avconv : move flushing the queued frames to configure_filtergraph()
27 juin 2016, par Anton Khirnov -
build : Drop unnecessary libavcodec libavformat object dependencies
27 juin 2016, par Diego Biurrun -
build : Move ff_mpeg12_frame_rate_tab to a separate file
27 juin 2016, par Diego Biurrun -
rle : K&R formatting cosmetics
27 juin 2016, par Vittorio Giovara