]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
* prototypes at one place
[ffmpeg] / ffmpeg.c
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-08 François Revolfix for using ffplay without specifying the audio device
2003-02-08 Michael Niedermayermpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
2003-01-27 Fabrice BellardAudio support for DV1394 by Max Krasnyansky
2003-01-23 Fabrice Bellarduse av_strdup()
2003-01-23 Fabrice Bellarduse av_realloc()
2003-01-23 Fabrice Bellarddv1394 channel selection by Max Krasnyansky - modified...
2003-01-23 Fabrice Bellardgrab device is in AVFormatParameter (at least better...
2003-01-22 Max Krasnyanskydv patch by Max Krasnyansky (maxk at qualcomm dot com)
2003-01-19 Romain DolbeauPPC perf, PPC clear_block, AltiVec put_pixels8_xy2...
2003-01-17 Philip GladstoneWhen doing -vstats and also changing the frame rate...
2003-01-16 Michael NiedermayerAltiVec perf (take 2), plus a couple AltiVec functions...
2003-01-11 Slavik Gnatenkoos2 support patch by ("Slavik Gnatenko" <miracle9 at...
2003-01-11 Fabrice Bellardstill image support - increase audio buffer size -...
2003-01-06 Michael Niedermayer1000l, but for whom? (zero ME sucks and caused the...
2002-12-27 Michael Niedermayerhuffyuv 4cc & -strict
2002-12-25 Philip GladstoneThis fixes the jerky video from vob files. However...
2002-12-24 Michael Niedermayerfix segfault with -vcodec copy
2002-12-20 Michael Niedermayer10l
2002-12-18 Michael Niedermayermb qp limits
2002-12-17 Michael Niedermayermore debug output
2002-12-11 Philip GladstoneAdd the -em_rate option to make the img reader run...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-05 Dietercrop optmization patch by (Dieter Shirley <dieters...
2002-12-05 Michael Niedermayerinfinity fix by ("Steven M. Schultz" <sms at 2BSD dot...
2002-12-04 Michael Niedermayernew PSNR code (now works with chroma, b frames, ...)
2002-12-04 Michael Niedermayercleanup
2002-12-03 Zdenek Kabelac* two functions to handle allocation of static data...
2002-12-02 Philip GladstoneFixed problem with frame rate reduction when capturing...
2002-11-20 Philip Gladstone* Add frame rate conversion when there is no audio...
2002-11-19 Fabrice Bellard'-' can be used for standard input
2002-11-08 Måns Rullgårdfixes the frame number counter for -vcodec copy patch...
2002-11-08 Michael Niedermayercleanup (breaks compatibility, requested by fabrice)
2002-11-05 Zdenek Kabelac* use larger buffer - the size should be calculcated...
2002-11-05 Zdenek Kabelac* fix leak with output file closing
2002-11-05 François RevolBeOS Audio ouput patch by (François Revol <revol at...
2002-11-02 François Revoladded BeOS net_server support (R5 network stack), basic...
2002-10-30 Måns Rullgård-vcodec copy fix patch by (mru at users dot sourceforge...
2002-10-26 Kareilafixing bitrate display if -acodec copy is used, patch...
2002-10-21 Fabrice Bellarduse new PTS api - corrected AV sync for transcoding...
2002-10-15 Michael Niedermayerfixing unused variables & adding missing options
2002-10-15 Fabrice Bellardsuppressed vcd flag - use new mpeg mux format instead
2002-10-14 Fabrice Bellardraw picture support in mux
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-11 Fabrice Bellardactivated 'raw stream copy' feature (use -acodec copy...
2002-10-10 Fabrice Bellardadded two pass support (same syntax as mencoder)
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-20 Michael Niedermayerregression test for ratecontrol & adv mpeg4 stuff
2002-09-19 Michael Niedermayerfixing i_quant_factor, this should finally fix the...
2002-09-18 Michael Niedermayerfixing
2002-09-16 Michael Niedermayerfixing rc of non-intra-only streams which only contain...
2002-09-12 Michael Niedermayererror resilience command line option
2002-09-01 Michael Niedermayercroping patch by (talus25 at speakeasy dot net) with...
2002-08-30 Michael Niedermayerusing only the fast int dct for regression tests
2002-08-30 Felix Bünemanncygwin patch by (Felix Buenemann <atmosfear at users...
2002-08-25 Michael Niedermayernew ratecontrol code
2002-07-25 Fabrice Bellardrenamed gettime() av_gettime() - same for register_all()
2002-07-22 Michael Niedermayer-bug comand line option to workaround encoder bugs...
2002-07-21 François Revolnanosleep patch by François Revol <revol at free dot fr>
2002-06-17 Philip GladstoneChange ticker_tick to use ticker_abs as we want the...
2002-05-30 Philip Gladstone* Go faster stripes: don't check to see if the user...
2002-05-29 Philip Gladstone* Make video grabbing work again (if you are grabbing...
2002-05-27 Michael Niedermayerfixing stackoverflow
2002-05-25 Fabrice Bellardlicense/copyright change - fixed memory leaks
2002-05-20 Fabrice Bellardbegan to simplify code - use modified API for stream...
2002-05-18 Fabrice Bellardoops - removed obsolete license draft
2002-05-18 Fabrice Bellarduse av memory functions
2002-05-15 Juanjo- Bug fix for AVStream->r_frame_rate not being initiali...
2002-05-14 Juanjo- Now ffmpeg handles MPEG-2 streams with pull down...
2002-05-12 Juanjo- Video CD option for ffmpeg
2002-05-12 Juanjo- ffmpeg relies on libavcodec to repeat frames from...
2002-05-11 Juanjo- Bug fix in map stream parser
2002-05-09 Juanjo- Segfault fixed when mpeg audio decoder returns a...
2002-05-09 Philip Gladstone* Fix nasty problem with unitialized memory in the...
2002-05-06 Juanjo- Segfault fixed when liba52 dynamic library isn't...
2002-05-06 Juanjo- MPEG-4 B frames coding option for ffmpeg.c
2002-04-14 Juanjo- ME method compatibility with legacy apps.
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-09 Juanjo- New switch to activate 4MV in ffmpeg.
2002-04-09 Juanjo- Fixed AC3 decoding for 5:1 AC3 streams. Now when...
2002-04-07 Juanjo- Added force_pts to av_write_packet() to be able to...
2002-04-02 Juanjo- Fix memory leak and others bugs for ppmpipe. Thanks...
2002-03-22 Michael Niedermayer-me epzs
2002-03-19 Juanjo- Added video coding statistics for ffmpeg. Needs more...
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-03-08 François Revol* BeOS patch by François Revol <revol@free.fr>
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2001-09-24 Fabrice Bellardunified grab & convertion loops (should be easier to...
2001-09-23 Fabrice Bellardcomplete handling of pcm formats - hex dump option
2001-09-19 Fabrice Bellardfixed stereo grab
2001-09-19 Fabrice Bellardoops - forgot grabbing case for audio/video input auto...
2001-09-16 Fabrice Bellardnon 420P grab fix - suppressed unused 'sys/poll.h'...
2001-08-31 JuanjoMoved some H.263+ variables to MpegEncContext to be...
2001-08-15 Fabrice Bellardadded win32 cross compile support
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-11 Fabrice Bellardadd deinterlacing support - add new image converter...
2001-07-30 Fabrice Bellardadded benchmark option
2001-07-22 Fabrice Bellardmerge
2001-07-19 Fabrice Bellardremoving old files
next