summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-111-6/+11
* still image support - increase audio buffer size - do hex dump even if packet...Fabrice Bellard2003-01-111-14/+60
* 1000l, but for whom? (zero ME sucks and caused the many I frames in the regre...Michael Niedermayer2003-01-061-1/+1
* huffyuv 4cc & -strictMichael Niedermayer2002-12-271-0/+8
* This fixes the jerky video from vob files. However, I am convinced that thisPhilip Gladstone2002-12-251-2/+5
* fix segfault with -vcodec copyMichael Niedermayer2002-12-241-0/+7
* 10lMichael Niedermayer2002-12-201-1/+1
* mb qp limitsMichael Niedermayer2002-12-181-0/+26
* more debug outputMichael Niedermayer2002-12-171-1/+10
* Add the -em_rate option to make the img reader run at the nominal frame rate.Philip Gladstone2002-12-111-0/+2
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-9/+9
* crop optmization patch by (Dieter Shirley <dieters at schemasoft dot com>)Dieter2002-12-051-18/+54
* infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer2002-12-051-0/+3
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-041-7/+10
* cleanupMichael Niedermayer2002-12-041-11/+24
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-031-0/+1
* Fixed problem with frame rate reduction when capturing from a sourcePhilip Gladstone2002-12-021-6/+19
* * Add frame rate conversion when there is no audio channel. This makesPhilip Gladstone2002-11-201-32/+98
* '-' can be used for standard inputFabrice Bellard2002-11-191-0/+3
* fixes the frame number counter for -vcodec copy patch by (mru at users dot so...Måns Rullgård2002-11-081-0/+1
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-081-0/+5
* * use larger buffer - the size should be calculcated from the bitstreamZdenek Kabelac2002-11-051-2/+2
* * fix leak with output file closingZdenek Kabelac2002-11-051-2/+8
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-051-1/+1
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-021-6/+7
* -vcodec copy fix patch by (mru at users dot sourceforge dot net (MÃ¥ns RullgÃ...MÃ¥ns RullgÃ¥rd2002-10-301-0/+1
* fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench ...Kareila2002-10-261-1/+1
* use new PTS api - corrected AV sync for transcoding - factorized print_report...Fabrice Bellard2002-10-211-214/+218
* fixing unused variables & adding missing optionsMichael Niedermayer2002-10-151-0/+43
* suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard2002-10-151-4/+0
* raw picture support in muxFabrice Bellard2002-10-141-1/+9
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-131-2/+11
* activated 'raw stream copy' feature (use -acodec copy or -vcodec copy)Fabrice Bellard2002-10-111-193/+214
* added two pass support (same syntax as mencoder)Fabrice Bellard2002-10-101-0/+75
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-0/+10
* regression test for ratecontrol & adv mpeg4 stuffMichael Niedermayer2002-09-201-0/+17
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-191-1/+1
* fixingMichael Niedermayer2002-09-181-0/+7
* fixing rc of non-intra-only streams which only contain i framesMichael Niedermayer2002-09-161-1/+22
* error resilience command line optionMichael Niedermayer2002-09-121-0/+9
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-011-2/+85
* using only the fast int dct for regression testsMichael Niedermayer2002-08-301-0/+8
* cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)Felix Bünemann2002-08-301-4/+6
* new ratecontrol codeMichael Niedermayer2002-08-251-4/+45
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-251-3/+3
* -bug comand line option to workaround encoder bugs which cannot be detected a...Michael Niedermayer2002-07-221-0/+8
* nanosleep patch by François Revol <revol at free dot fr>François Revol2002-07-211-0/+8
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-171-2/+2
* * Go faster stripes: don't check to see if the user presses 'q' if stdinPhilip Gladstone2002-05-301-7/+16
* * Make video grabbing work again (if you are grabbing multiple streamsPhilip Gladstone2002-05-291-9/+10
OpenPOWER on IntegriCloud