From ce02f9becfc2e89bf552a86303b00d0b36323cdf Mon Sep 17 00:00:00 2001 From: anatoly Date: Mon, 28 Mar 2011 20:02:19 +0400 Subject: Add MxPEG decoder Signed-off-by: Anton Khirnov --- doc/general.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/general.texi b/doc/general.texi index 7d5f082477..5d66e42b6b 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -443,6 +443,7 @@ following image formats are supported: @item Miro VideoXL @tab @tab X @tab fourcc: VIXL @item MJPEG (Motion JPEG) @tab X @tab X +@item Mobotix MxPEG video @tab @tab X @item Motion Pixels video @tab @tab X @item MPEG-1 video @tab X @tab X @item MPEG-1/2 video XvMC (X-Video Motion Compensation) @tab @tab X -- cgit v1.2.3 From 95c851e2c69bb379b9458558561526bcbd02d5db Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 30 Mar 2011 16:57:08 +0200 Subject: APIChanges: mark the place where 0.6 was branched. --- doc/APIchanges | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 2932028139..d242791c54 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -453,16 +453,22 @@ API changes, most recent first: 2010-05-26 - r23334 - lavc 52.72.0 - CODEC_CAP_EXPERIMENTAL Add CODEC_CAP_EXPERIMENTAL flag. + NOTE: this was backported to 0.6 2010-05-23 - r23255 - lavu 50.16.0 - av_get_random_seed() Add av_get_random_seed(). 2010-05-18 - r23161 - lavf 52.63.0 - AVFMT_FLAG_RTP_HINT Add AVFMT_FLAG_RTP_HINT as possible value for AVFormatContext.flags. + NOTE: this was backported to 0.6 2010-05-09 - r23066 - lavfi 1.20.0 - AVFilterPicRef Add interlaced and top_field_first fields to AVFilterPicRef. +------------------------------8<------------------------------------- + 0.6 branch was cut here +----------------------------->8-------------------------------------- + 2010-05-01 - r23002 - lavf 52.62.0 - probe function Add av_probe_input_format2 to API, it allows ignoring probe results below given score and returns the actual probe score. -- cgit v1.2.3