Commit Graph

24 Commits

Author SHA1 Message Date
Diego Biurrun 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate.
Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-21 10:15:08 +00:00
Panagiotis Issaris a40de11209 Use a more correct value for Pi.
Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18 21:20:01 +00:00
Ramiro Polla 5d915e827e Use av_malloc instead of plain malloc where appropriate
Patch by Ramiro Polla % ramiro86 A hotmail.com %
Original thread:
Date: Aug 20, 2006 5:00 AM
Subject: [Ffmpeg-devel] [PATCH] plain malloc in output_example.c

Originally committed as revision 6125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29 12:09:00 +00:00
Luca Abeni 03ae87a3e8 Move output_example.c and ffplay.c to the swscale interface
Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-03 16:55:36 +00:00
Michael Niedermayer 8720de5b76 fix memleak, based upon a patch by Wolfram Gloger
Originally committed as revision 4947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-06 12:45:52 +00:00
Dieter ceaf1909c1 add static keyword to some functions
patch by Dieter <freebsd at sopwith solgatos com>

Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-30 23:33:19 +00:00
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17 18:14:38 +00:00
Michael Niedermayer 5b28c8c355 time_base description by Rich Felker | dalias, aerifal cx
Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-21 22:31:01 +00:00
Michael Niedermayer b5bc8591ee 10l (!= vs. >)
Originally committed as revision 4468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-23 15:43:07 +00:00
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-17 22:24:36 +00:00
Andreas Öman 002c01a6f3 fixing output_example to work with current CVS libavcodec/libavformat patch by ("Andreas U. Trottmann": andreas trottmann, werft22 com)
Originally committed as revision 4424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-08 10:08:59 +00:00
Michael Niedermayer c0df9d75bd switch to native time bases
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-30 21:43:59 +00:00
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-24 19:08:50 +00:00
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame()
fixes the random dts/pts during encoding
asf preroll fix
no more initial zero frames for b frame encoding
mpeg-es dts during demuxing fixed
.ffm timestamp scale fixed, ffm is still broken though

Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29 02:06:32 +00:00
Michael Niedermayer e06d3d553c ooops
Originally committed as revision 3149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-22 12:21:58 +00:00
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-03 15:41:21 +00:00
Michael Niedermayer 85e3374798 mpeg1 overflowing dc coeff fix
Originally committed as revision 2674 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-06 21:16:59 +00:00
Michael Niedermayer af547ce5a4 fix assertion failure when writing mov files
Originally committed as revision 2673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-06 21:03:41 +00:00
Fabrice Bellard cb0c448a8d example using video encoder latency
Originally committed as revision 2257 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-10 23:09:30 +00:00
Michael Niedermayer 264cb2b82f M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill at rfa dot org>)
Originally committed as revision 2175 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-28 23:05:25 +00:00
Fabrice Bellard cb750e331b added get_audio_frame()
Originally committed as revision 2116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08 18:03:31 +00:00
Fabrice Bellard e70fcf075b suppressed memory leaks - added image conversion support if the codec does not support YUV420P - added raw output (any comments are welcome to simplify the API)
Originally committed as revision 2072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22 14:41:49 +00:00
Fabrice Bellard 9f736ea256 removed unnecessary codec
Originally committed as revision 2071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22 13:09:26 +00:00
Fabrice Bellard 8de65d4f11 long awaited simple libavformat output API example
Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22 12:46:15 +00:00