aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* user selectable packet_size and mux_rateMichael Niedermayer2004-10-061-0/+15
| | | | Originally committed as revision 3566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul ↵Paul Curtis2004-10-031-1/+1
| | | | | | Curtis <pfc at terrapin dot com>) Originally committed as revision 3557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix initial vbv buffer underflowMichael Niedermayer2004-10-031-0/+1
| | | | Originally committed as revision 3556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg not selecting first available stream, patch by (Nathan Kurz <nate at ↵Nathan Kurz2004-09-291-0/+1
| | | | | | verse dot com>) Originally committed as revision 3538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid using local arrays outside the block where they live ...Michael Niedermayer2004-09-281-2/+5
| | | | Originally committed as revision 3536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less printf spamMichael Niedermayer2004-09-281-1/+1
| | | | Originally committed as revision 3533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertMichael Niedermayer2004-09-281-2/+2
| | | | Originally committed as revision 3532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (wrong context)Michael Niedermayer2004-09-251-1/+1
| | | | Originally committed as revision 3508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/2 resolution decodingMichael Niedermayer2004-09-251-0/+6
| | | | Originally committed as revision 3507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing useless codeMichael Niedermayer2004-09-221-15/+0
| | | | Originally committed as revision 3493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last timestamp and -vsync 0 fixMichael Niedermayer2004-09-221-1/+6
| | | | Originally committed as revision 3492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial timestamp fixMichael Niedermayer2004-09-201-9/+11
| | | | Originally committed as revision 3485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten parameterMichael Niedermayer2004-09-021-0/+3
| | | | Originally committed as revision 3428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stack overflowMichael Niedermayer2004-08-141-3/+3
| | | | Originally committed as revision 3389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user overrideable level & profileMichael Niedermayer2004-08-131-0/+6
| | | | Originally committed as revision 3385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes, closes bug #1005426Michael Niedermayer2004-08-131-2/+2
| | | | Originally committed as revision 3383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-07-261-1/+1
| | | | Originally committed as revision 3344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multi frame duplication fixMichael Niedermayer2004-07-251-4/+4
| | | | Originally committed as revision 3338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug causing conversion to stop when output_packet() fails patch by ↵Patrice Bensoussan2004-07-251-2/+4
| | | | | | (Patrice Bensoussan <patrice.bensoussan at free dot fr>) Originally committed as revision 3337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Option to copy meta data from specified file patch by (Patrice Bensoussan ↵Patrice Bensoussan2004-07-211-0/+56
| | | | | | <patrice.bensoussan at free dot fr>) Originally committed as revision 3331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-07-161-2/+2
| | | | Originally committed as revision 3322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* in/outfile optionsMichael Niedermayer2004-07-141-1/+1
| | | | Originally committed as revision 3311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-141-4/+6
| | | | Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment is no longer trueMichael Niedermayer2004-07-141-1/+0
| | | | Originally committed as revision 3309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)Michael Niedermayer2004-07-051-0/+1
| | | | Originally committed as revision 3289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-07-021-1/+1
| | | | Originally committed as revision 3286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l(audio sync) fix by (Wolfram Gloger <wmglo at dent dot med dot ↵Michael Niedermayer2004-07-021-1/+1
| | | | | | uni-muenchen dot de>) Originally committed as revision 3283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a more portable version macroMike Melanson2004-07-011-2/+1
| | | | Originally committed as revision 3281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better audio drift compensationMichael Niedermayer2004-06-301-13/+44
| | | | Originally committed as revision 3275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-301-1/+1
| | | | Originally committed as revision 3273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio timestamp drift compensationMichael Niedermayer2004-06-301-31/+42
| | | | Originally committed as revision 3272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-301-2/+2
| | | | Originally committed as revision 3268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some expanded information when printing the banner, and always printMike Melanson2004-06-301-1/+11
| | | | | | the banner; this will hopefully help in bug reporting Originally committed as revision 3267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -t + capture bugfixMichael Niedermayer2004-06-291-17/+19
| | | | Originally committed as revision 3266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to allocate the buffer before usig it :)Michael Niedermayer2004-06-221-11/+11
| | | | Originally committed as revision 3245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-221-1/+53
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct audio parameters when grabbing and using "-acodec copy" patch by ↵Wolfram Gloger2004-06-181-1/+2
| | | | | | (Wolfram Gloger <wmglo at dent ot med dot uni-muenchen dot de>) Originally committed as revision 3235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-06-181-5/+11
| | | | Originally committed as revision 3233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-151-12/+19
| | | | | | use zero sized frames in avi to handle duplicate frames Originally committed as revision 3225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp discontinuity correction try #1Michael Niedermayer2004-06-121-6/+23
| | | | Originally committed as revision 3218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified start time offsetWolfram Gloger2004-06-111-3/+26
| | | | | | | | frame dup/drop info typos patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) Originally committed as revision 3217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -cbpMichael Niedermayer2004-06-051-2/+7
| | | | | | change -dc range from 0-3 to 8-11 Originally committed as revision 3193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -qprdMichael Niedermayer2004-06-021-0/+5
| | | | Originally committed as revision 3187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (-top 0)Michael Niedermayer2004-06-021-1/+1
| | | | Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave packets during encodingMichael Niedermayer2004-05-291-7/+11
| | | | | | | dts/pts fixed for streamcopy dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead Originally committed as revision 3171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-77/+73
| | | | | | | | | | 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
* 100lMichael Niedermayer2004-05-231-1/+1
| | | | Originally committed as revision 3151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-18/+12
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxing overhead statistic fix for stream copyingMichael Niedermayer2004-05-201-0/+5
| | | | Originally committed as revision 3143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatic framerate selectionMichael Niedermayer2004-05-121-1/+18
| | | | Originally committed as revision 3132 to svn://svn.ffmpeg.org/ffmpeg/trunk