[FFmpeg-cvslog] r20198 - trunk/doc/APIchanges

Ramiro Polla ramiro.polla
Sat Oct 10 19:08:25 CEST 2009


Hi,

On Sat, Oct 10, 2009 at 7:40 AM, stefano <subversion at mplayerhq.hu> wrote:
> Author: stefano
> Date: Sat Oct 10 12:40:36 2009
> New Revision: 20198
>
> Log:
> Document the additon of the w and h fields to AVFilterPic.
>
> Modified:
> ? trunk/doc/APIchanges

We seem to have neglected APIchanges for quite some time... I went
through the commits since 19250 and found these potential candidates
to be documented:

Author: stefano
Date: Tue Jun 23 00:22:40 2009
New Revision: 19252

Log:
Export av_strtod() to eval.h.
---------------------------------------
Author: bcoudurier
Date: Thu Jun 25 21:10:27 2009
New Revision: 19274

Log:
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
---------------------------------------
Author: rbultje
Date: Mon Jun 29 21:07:04 2009
New Revision: 19294

Log:
Rename ff_log_missing_feature() to av_log_missing_feature().
---------------------------------------
Author: mru
Date: Wed Jul  1 12:36:18 2009
New Revision: 19314

Log:
Fix argument type mismatches for av_picture_crop and av_picture_fill
---------------------------------------
Author: mru
Date: Wed Jul  1 14:40:28 2009
New Revision: 29409

Log:
Use enum PixelFormat in sws_format_name() prototype
---------------------------------------
Author: michael
Date: Wed Jul  1 20:50:31 2009
New Revision: 19319

Log:
Make arguments of av_set_pts_info() unsigned.
Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1
---------------------------------------
Author: kostya
Date: Fri Jul 17 06:30:06 2009
New Revision: 19449

Log:
Add SHA-2 hashing
---------------------------------------
Author: aurel
Date: Mon Aug 10 22:48:05 2009
New Revision: 19623

Log:
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc
---------------------------------------
Author: ramiro
Date: Thu Aug 13 20:47:13 2009
New Revision: 19636

Log:
Introduce av_clip_uint16().
---------------------------------------
Author: jbr
Date: Sun Aug 30 17:50:03 2009
New Revision: 19747

Log:
Add function to compute ceil(log2(x)).
Patch by Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
---------------------------------------
Author: ramiro
Date: Sun Sep  6 01:33:25 2009
New Revision: 19775

Log:
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Patch by Lars T?uber <lars <dot> taeuber <at> gmx <dot> net>.
---------------------------------------
Author: faust3
Date: Wed Sep 16 17:08:26 2009
New Revision: 19881

Log:
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
per AVPacket
No longer print "Multiple frames in a packet" error message
when CODEC_CAP_SUBFRAMES is set (wmapro, wavpack)
---------------------------------------
Author: diego
Date: Wed Sep 23 20:22:00 2009
New Revision: 20006

Log:
id3v2: Add support for UTF-16 encoding.
patch by Anton Khirnov, wyskas gmail com
---------------------------------------
The avctx->codec_type changes in avcodec_open
---------------------------------------

These functions are in installed headers and have av_ prefix, are they
intended to be used by anyone?
av_strtod
av_log_missing_feature
av_ceil_log2
av_clip_uint16

GET_UTF16 is in an installed header but it doesn't have an av_ prefix.
Is it also part of the API?

SHA-2 maybe would be better in ChangeLog instead of APIchanges.

I might have missed some other API-related commits, if anyone wants to
go through them all again and double check that'd be nice.

Ramiro Polla



More information about the ffmpeg-cvslog mailing list