summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* typo fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-07-26
| | | | Originally committed as revision 3344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multi frame duplication fixMichael Niedermayer2004-07-25
| | | | 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-25
| | | | | | (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-21
| | | | | | <patrice.bensoussan at free dot fr>) Originally committed as revision 3331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-07-16
| | | | Originally committed as revision 3322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* in/outfile optionsMichael Niedermayer2004-07-14
| | | | 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-14
| | | | Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment is no longer trueMichael Niedermayer2004-07-14
| | | | 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-05
| | | | 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-02
| | | | 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-02
| | | | | | uni-muenchen dot de>) Originally committed as revision 3283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a more portable version macroMike Melanson2004-07-01
| | | | Originally committed as revision 3281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better audio drift compensationMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio timestamp drift compensationMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-06-30
| | | | 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-30
| | | | | | 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-29
| | | | Originally committed as revision 3266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to allocate the buffer before usig it :)Michael Niedermayer2004-06-22
| | | | Originally committed as revision 3245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
| | | | | | 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-18
| | | | | | (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-18
| | | | Originally committed as revision 3233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-15
| | | | | | 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-12
| | | | Originally committed as revision 3218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified start time offsetWolfram Gloger2004-06-11
| | | | | | | | 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-05
| | | | | | change -dc range from 0-3 to 8-11 Originally committed as revision 3193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -qprdMichael Niedermayer2004-06-02
| | | | Originally committed as revision 3187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (-top 0)Michael Niedermayer2004-06-02
| | | | Originally committed as revision 3186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
| | | | | | | 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-29
| | | | | | | | | | 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-23
| | | | Originally committed as revision 3151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxing overhead statistic fix for stream copyingMichael Niedermayer2004-05-20
| | | | Originally committed as revision 3143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatic framerate selectionMichael Niedermayer2004-05-12
| | | | Originally committed as revision 3132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatic pixel format selectionMichael Niedermayer2004-05-12
| | | | 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-05
| | | | | | 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-05
| | | | Originally committed as revision 3109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra_dc_precission>0 encoding supportMichael Niedermayer2004-04-30
| | | | Originally committed as revision 3093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg -versionMichael Niedermayer2004-04-30
| | | | 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-26
| | | | | | <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-25
| | | | 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-25
| | | | | | | | | 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-24
| | | | 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-23
| | | | 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-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-18
| | | | Originally committed as revision 3034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix / b frame segfault fixMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2004-04-18
| | | | 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-17
| | | | | | | | 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-17
| | | | Originally committed as revision 3025 to svn://svn.ffmpeg.org/ffmpeg/trunk