git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
lavf : update muxing doxy
21 mai 2016, par Anton Khirnov -
avconv : stop using AVStream.codec
21 mai 2016, par Anton Khirnovavconv: stop using AVStream.codec It is now only used by the av_parser_change() call during streamcopy, so allocate a special AVCodecContext instance for this case. This instance should go away when the new parser API is finished. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
h264 : handle frame recovery in h264_field_start()
20 mai 2016, par Anton Khirnov -
h264 : always set redundant_pic_count during slice header parsing
20 mai 2016, par Anton Khirnov -
h264 : discard slices of redundant pictures right after parsing the slice header
20 mai 2016, par Anton Khirnov