Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-14 Thread Michael Niedermayer
On Fri, Dec 12, 2014 at 12:13:29PM +0100, wm4 wrote: [...] > If you really want to reduce rampant code duplication, improve the API > so that you don't need tons of boilerplate to do ANYTHING. Basically, > most code examples should be tiny and simple, instead of big and buggy > like they are now.

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-12 Thread wm4
On Fri, 12 Dec 2014 02:24:54 +0100 Michael Niedermayer wrote: > On Thu, Dec 11, 2014 at 01:18:21AM +, Vittorio Giovara wrote: > > On Wed, Dec 10, 2014 at 1:23 PM, wm4 wrote: > > > On Wed, 10 Dec 2014 03:38:03 +0100 > > > Lukasz Marek wrote: > > > > > >> W dniu środa, 10 grudnia 2014 Vittori

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-11 Thread Michael Niedermayer
On Thu, Dec 11, 2014 at 01:18:21AM +, Vittorio Giovara wrote: > On Wed, Dec 10, 2014 at 1:23 PM, wm4 wrote: > > On Wed, 10 Dec 2014 03:38:03 +0100 > > Lukasz Marek wrote: > > > >> W dniu środa, 10 grudnia 2014 Vittorio Giovara > >> napisał(a): > >> > >> > On Tue, Dec 9, 2014 at 10:17 PM, wm4

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-10 Thread Vittorio Giovara
On Wed, Dec 10, 2014 at 1:23 PM, wm4 wrote: > On Wed, 10 Dec 2014 03:38:03 +0100 > Lukasz Marek wrote: > >> W dniu środa, 10 grudnia 2014 Vittorio Giovara >> napisał(a): >> >> > On Tue, Dec 9, 2014 at 10:17 PM, wm4 > >> > wrote: >> > > On Tue, 9 Dec 2014 14:10:22 +0100 >> > > Michael Niedermaye

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-10 Thread wm4
On Wed, 10 Dec 2014 03:38:03 +0100 Lukasz Marek wrote: > W dniu środa, 10 grudnia 2014 Vittorio Giovara > napisał(a): > > > On Tue, Dec 9, 2014 at 10:17 PM, wm4 > > > wrote: > > > On Tue, 9 Dec 2014 14:10:22 +0100 > > > Michael Niedermayer > wrote: > > > > > >> TODO: bump version, update APICh

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-09 Thread Lukasz Marek
W dniu środa, 10 grudnia 2014 Vittorio Giovara napisał(a): > On Tue, Dec 9, 2014 at 10:17 PM, wm4 > > wrote: > > On Tue, 9 Dec 2014 14:10:22 +0100 > > Michael Niedermayer > wrote: > > > >> TODO: bump version, update APIChanges > >> > >> Signed-off-by: Michael Niedermayer > > >> --- > >> libavfo

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-09 Thread Vittorio Giovara
On Tue, Dec 9, 2014 at 10:17 PM, wm4 wrote: > On Tue, 9 Dec 2014 14:10:22 +0100 > Michael Niedermayer wrote: > >> TODO: bump version, update APIChanges >> >> Signed-off-by: Michael Niedermayer >> --- >> libavformat/avformat.h |8 >> libavformat/dump.c | 24

Re: [FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-09 Thread wm4
On Tue, 9 Dec 2014 14:10:22 +0100 Michael Niedermayer wrote: > TODO: bump version, update APIChanges > > Signed-off-by: Michael Niedermayer > --- > libavformat/avformat.h |8 > libavformat/dump.c | 24 ++-- > libavformat/options_table.h |1

[FFmpeg-devel] [PATCH] avformat: add dump_metadata_lines

2014-12-09 Thread Michael Niedermayer
TODO: bump version, update APIChanges Signed-off-by: Michael Niedermayer --- libavformat/avformat.h |8 libavformat/dump.c | 24 ++-- libavformat/options_table.h |1 + 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/libavformat