[FFmpeg-devel] [RFC] Split libavformat

Diego Biurrun diego
Thu Nov 22 15:59:42 CET 2007


On Thu, Nov 22, 2007 at 03:46:28PM +0100, Luca Abeni wrote:
>
> Michael Niedermayer wrote:
> [...]
>>>> renames (which are pure cosmetic changes) must be seperate
>>>> also i dont see any sense in the renames
>>> Which renames?  If it is about the format registration I disagree,
>>> calling the input/output devices (de)muxers is suboptimal.
>> they ARE (de)muxers, implement them as URLProtocol if you like but
>> as long as they are demuxers they should be called demuxers
>
> Since there does not seem to be an agreement and I would like to
> commit something soon, I removed all the renaming from the patch (that
> returns to be similar to the original version ;-)...
> The renaming will not break the API, and could be committed later
> if/when people will agree.
>
> I was not planning to send another version for review, but I prefer to
> have an explicit ack before committing. Some notes about this version
> of the patch:
> 1) I changed libavdevice version to 52.0.0 (the current libavformat
>    version)
> 2) I removed the call to av_register_all() from avdevice_register_all(),
>    and added all the explicit initializations in ffmpeg.c and ffplay.c
> 3) I removed all the renamings, but I left unchanged the macros names
>    in alldevices.c (REGISTER_OUTDEV, REGISTER_INDEV, and REGISTER_INOUTDEV)
> 4) I hope I did not break anything during the last changes ;-)

Patch is OK from my side.

Diego




More information about the ffmpeg-devel mailing list