aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* automatic pixel format selectionMichael Niedermayer2004-05-121-1/+13
| | | | Originally committed as revision 3131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* next_pts fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-05-051-1/+1
| | | | | | note, dont take the PSNR/stddev values serious, they are caused by a bug in ffmpeg.c which drops one frame before the last frame during encoding with b frames Originally committed as revision 3110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* coder, context, predictor command line optionsMichael Niedermayer2004-05-051-1/+10
| | | | Originally committed as revision 3109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra_dc_precission>0 encoding supportMichael Niedermayer2004-04-301-0/+3
| | | | Originally committed as revision 3093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg -versionMichael Niedermayer2004-04-301-0/+10
| | | | Originally committed as revision 3091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix synthetic next_pts calculation / audio pts patch by (Wolfram Gloger ↵Wolfram Gloger2004-04-261-3/+3
| | | | | | <wmglo at dent dot med dot uni-muenchen dot de>) Originally committed as revision 3079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lmin/lmaxMichael Niedermayer2004-04-251-0/+16
| | | | Originally committed as revision 3070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support reusing mb types and field select values of the source file, but use ↵Michael Niedermayer2004-04-251-0/+7
| | | | | | | | | motion vectors just as additional predictors minor cleanup segfault fix Originally committed as revision 3060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -qpel optionMichael Niedermayer2004-04-241-0/+5
| | | | Originally committed as revision 3055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me_range patch by ("Timofei V. Bondarenko" <timm at ipi dot ac dot ru>)Timofei V. Bondarenko2004-04-231-0/+9
| | | | Originally committed as revision 3045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reuse motion vectors/mb types/field select values of the source video, if ↵Michael Niedermayer2004-04-231-2/+23
| | | | | | | | | the SSE for a macroblock which is predicted with these values is below me_threshold currently works only with mpeg1/2 source or some luck may need -sync 0 as otherwise framedrops could lead to extreemly long b frame sequences Originally committed as revision 3042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-181-2/+2
| | | | Originally committed as revision 3034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix / b frame segfault fixMichael Niedermayer2004-04-181-0/+1
| | | | Originally committed as revision 3030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2004-04-181-1/+2
| | | | Originally committed as revision 3029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like ↵Michael Niedermayer2004-04-171-21/+25
| | | | | | | | motion vectors can be passed from the decoder to the encoder moving ref_index from Picture to AVFrame Originally committed as revision 3028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stream copy pts fixMichael Niedermayer2004-04-171-1/+2
| | | | Originally committed as revision 3025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (stats didnt include av_write_trailer())Michael Niedermayer2004-04-151-3/+3
| | | | Originally committed as revision 3015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print video/audio/global_header size and muxing overheadMichael Niedermayer2004-04-151-5/+18
| | | | Originally committed as revision 3014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf macro patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-111-2/+4
| | | | Originally committed as revision 2998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-111-28/+58
| | | | Originally committed as revision 2997 to svn://svn.ffmpeg.org/ffmpeg/trunk