http://hg.honeyplanet.jp/libavformat.hg/ libavformat.hg Changelog 2010-09-28T00:33:21+00:00 [libavformat] In mov demuxer, check that nb_streams is valid before using it in read_dac3 http://hg.honeyplanet.jp/libavformat.hg/#changeset-b7f807b4cd88a1252fea22a7e00dccbae157e593 bcoudurier bcoudurier 2010-09-28T00:33:21+00:00 2010-09-28T00:33:21+00:00
changeset b7f807b4cd88
branch libavformat
bookmark
tag tip
user bcoudurier
description In mov demuxer, check that nb_streams is valid before using it in read_dac3
files mov.c
[libavformat] Fix index_entries pos: http://hg.honeyplanet.jp/libavformat.hg/#changeset-e1716e7b179fd51b43c7b168a6f56a65c0eed7ff cehoyos cehoyos 2010-09-27T22:17:58+00:00 2010-09-27T22:17:58+00:00
changeset e1716e7b179f
branch libavformat
bookmark
tag
user cehoyos
description Fix index_entries pos:
It was being set wrong for files with data_offset > 0

Patch by Michael Chinen, mchinen gmail
files utils.c
[libavformat] rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom http://hg.honeyplanet.jp/libavformat.hg/#changeset-7406dd71c060bc2066ed346eadb6d47dc1e2b511 mstorsjo mstorsjo 2010-09-27T16:10:23+00:00 2010-09-27T16:10:23+00:00
changeset 7406dd71c060
branch libavformat
bookmark
tag
user mstorsjo
description rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom
files rtpproto.c
[libavformat] mpegtsenc: Indent http://hg.honeyplanet.jp/libavformat.hg/#changeset-96d44d29ac986ed99e0c41cac9467d5509b8b1c6 thardin thardin 2010-09-27T12:27:26+00:00 2010-09-27T12:27:26+00:00
changeset 96d44d29ac98
branch libavformat
bookmark
tag
user thardin
description mpegtsenc: Indent
files mpegtsenc.c
[libavformat] mpegtsenc: Write subtitle extradata if set http://hg.honeyplanet.jp/libavformat.hg/#changeset-3d0c78997accdc26605612e809cf89fbc9925ffd thardin thardin 2010-09-27T12:27:23+00:00 2010-09-27T12:27:23+00:00
changeset 3d0c78997acc
branch libavformat
bookmark
tag
user thardin
description mpegtsenc: Write subtitle extradata if set
files mpegtsenc.c
[libavformat] Move AVOptions from libavcodec to libavutil http://hg.honeyplanet.jp/libavformat.hg/#changeset-fed4be3337717ea97a1651f9f5213d523b8dcd60 michael michael 2010-09-26T14:25:22+00:00 2010-09-26T14:25:22+00:00
changeset fed4be333771
branch libavformat
bookmark
tag
user michael
description Move AVOptions from libavcodec to libavutil
files avio.c
http.c
options.c
utils.c
[libavformat] Make WMV3 decoder attempt to decode WMVP as well http://hg.honeyplanet.jp/libavformat.hg/#changeset-74295564eed04c99b35a22c29e351b75fba6d3e0 kostya kostya 2010-09-26T13:56:50+00:00 2010-09-26T13:56:50+00:00
changeset 74295564eed0
branch libavformat
bookmark
tag
user kostya
description Make WMV3 decoder attempt to decode WMVP as well
files riff.c
[libavformat] Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the http://hg.honeyplanet.jp/libavformat.hg/#changeset-29e95ae56fa9a23d84d8f581fcfaf523d974008b stefano stefano 2010-09-25T23:27:16+00:00 2010-09-25T23:27:16+00:00
changeset 29e95ae56fa9
branch libavformat
bookmark
tag
user stefano
description Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
corresponding AVMEDIA_TYPE_* symbols.
files asfdec.c
flic.c
flvenc.c
rtpdec_qdm2.c
rtpdec_svq3.c
tty.c
[libavformat] Add an AVOption max_delay for AVFormatContext->max_delay http://hg.honeyplanet.jp/libavformat.hg/#changeset-ac299df1864207aedc6c96faaf5223a1108f1625 mstorsjo mstorsjo 2010-09-24T18:04:21+00:00 2010-09-24T18:04:21+00:00
changeset ac299df18642
branch libavformat
bookmark
tag
user mstorsjo
description Add an AVOption max_delay for AVFormatContext->max_delay

This can currently also be set via -muxdelay in ffmpeg for muxers,
but not for demuxers (nor for demuxers in ffplay) - this patch
allows it to be set in all those cases.
files options.c
[libavformat] Fix indentation after r25158. http://hg.honeyplanet.jp/libavformat.hg/#changeset-c59fad269e3925b2257e71c9eaedc146c65dbffe cehoyos cehoyos 2010-09-23T09:53:26+00:00 2010-09-23T09:53:26+00:00
changeset c59fad269e39
branch libavformat
bookmark
tag
user cehoyos
description Fix indentation after r25158.
files asfdec.c