summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* fixing unused variables & adding missing optionsMichael Niedermayer2002-10-15
* suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard2002-10-15
* raw picture support in muxFabrice Bellard2002-10-14
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
* activated 'raw stream copy' feature (use -acodec copy or -vcodec copy)Fabrice Bellard2002-10-11
* added two pass support (same syntax as mencoder)Fabrice Bellard2002-10-10
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* regression test for ratecontrol & adv mpeg4 stuffMichael Niedermayer2002-09-20
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-19
* fixingMichael Niedermayer2002-09-18
* fixing rc of non-intra-only streams which only contain i framesMichael Niedermayer2002-09-16
* error resilience command line optionMichael Niedermayer2002-09-12
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-01
* using only the fast int dct for regression testsMichael Niedermayer2002-08-30
* cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)Felix Bünemann2002-08-30
* new ratecontrol codeMichael Niedermayer2002-08-25
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-25
* -bug comand line option to workaround encoder bugs which cannot be detected a...Michael Niedermayer2002-07-22
* nanosleep patch by François Revol <revol at free dot fr>François Revol2002-07-21
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-17
* * Go faster stripes: don't check to see if the user presses 'q' if stdinPhilip Gladstone2002-05-30
* * Make video grabbing work again (if you are grabbing multiple streamsPhilip Gladstone2002-05-29
* fixing stackoverflowMichael Niedermayer2002-05-27
* license/copyright change - fixed memory leaksFabrice Bellard2002-05-25
* began to simplify code - use modified API for stream readingFabrice Bellard2002-05-20
* oops - removed obsolete license draftFabrice Bellard2002-05-18
* use av memory functionsFabrice Bellard2002-05-18
* - Bug fix for AVStream->r_frame_rate not being initialized for live videoJuanjo2002-05-15
* - Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frameJuanjo2002-05-14
* - Video CD option for ffmpegJuanjo2002-05-12
* - ffmpeg relies on libavcodec to repeat frames from 3:2 sources.Juanjo2002-05-12
* - Bug fix in map stream parserJuanjo2002-05-11
* - Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo2002-05-09
* * Fix nasty problem with unitialized memory in the file_tablePhilip Gladstone2002-05-09
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
* - ME method compatibility with legacy apps.Juanjo2002-04-14
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
* - New switch to activate 4MV in ffmpeg.Juanjo2002-04-09
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-09
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-02
* -me epzsMichael Niedermayer2002-03-22
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-19
* hopefully better bitrate controllMichael Niedermayer2002-03-17
* * BeOS patch by François Revol <revol@free.fr>François Revol2002-03-08
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
* unified grab & convertion loops (should be easier to achieve correct synchron...Fabrice Bellard2001-09-24
* complete handling of pcm formats - hex dump optionFabrice Bellard2001-09-23
* fixed stereo grabFabrice Bellard2001-09-19