summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* fixing stackoverflowMichael Niedermayer2002-05-271-2/+7
* license/copyright change - fixed memory leaksFabrice Bellard2002-05-251-55/+50
* began to simplify code - use modified API for stream readingFabrice Bellard2002-05-201-396/+111
* oops - removed obsolete license draftFabrice Bellard2002-05-181-10/+1
* use av memory functionsFabrice Bellard2002-05-181-31/+32
* - Bug fix for AVStream->r_frame_rate not being initialized for live videoJuanjo2002-05-151-0/+2
* - Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frameJuanjo2002-05-141-15/+179
* - Video CD option for ffmpegJuanjo2002-05-121-0/+4
* - ffmpeg relies on libavcodec to repeat frames from 3:2 sources.Juanjo2002-05-121-2/+4
* - Bug fix in map stream parserJuanjo2002-05-111-1/+6
* - Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo2002-05-091-1/+3
* * Fix nasty problem with unitialized memory in the file_tablePhilip Gladstone2002-05-091-6/+43
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-061-1/+3
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-061-5/+30
* - ME method compatibility with legacy apps.Juanjo2002-04-141-6/+6
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-141-4/+14
* - New switch to activate 4MV in ffmpeg.Juanjo2002-04-091-0/+6
OpenPOWER on IntegriCloud