Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-19'-' can be used for standard inputFabrice Bellard
2002-11-08fixes the frame number counter for -vcodec copy patch by (mru at users dot so...Måns Rullgård
2002-11-08cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer
2002-11-05* use larger buffer - the size should be calculcated from the bitstreamZdenek Kabelac
2002-11-05* fix leak with output file closingZdenek Kabelac
2002-11-05BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol
2002-11-02added BeOS net_server support (R5 network stack), basically the sameFrançois Revol
2002-10-30-vcodec copy fix patch by (mru at users dot sourceforge dot net (MÃ¥ns RullgÃ...MÃ¥ns RullgÃ¥rd
2002-10-26fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench ...Kareila
2002-10-21use new PTS api - corrected AV sync for transcoding - factorized print_report...Fabrice Bellard
2002-10-15fixing unused variables & adding missing optionsMichael Niedermayer
2002-10-15suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard
2002-10-14raw picture support in muxFabrice Bellard
2002-10-13better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer
2002-10-11activated 'raw stream copy' feature (use -acodec copy or -vcodec copy)Fabrice Bellard
2002-10-10added two pass support (same syntax as mencoder)Fabrice Bellard
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-20regression test for ratecontrol & adv mpeg4 stuffMichael Niedermayer
2002-09-20fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer
2002-09-18fixingMichael Niedermayer
2002-09-16fixing rc of non-intra-only streams which only contain i framesMichael Niedermayer
2002-09-12error resilience command line optionMichael Niedermayer
2002-09-01croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer
2002-08-30using only the fast int dct for regression testsMichael Niedermayer
2002-08-30cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)Felix Bünemann
2002-08-26new ratecontrol codeMichael Niedermayer
2002-07-25renamed gettime() av_gettime() - same for register_all()Fabrice Bellard
2002-07-22-bug comand line option to workaround encoder bugs which cannot be detected a...Michael Niedermayer
2002-07-21nanosleep patch by François Revol <revol at free dot fr>François Revol
2002-06-17Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone
2002-05-30* Go faster stripes: don't check to see if the user presses 'q' if stdinPhilip Gladstone
2002-05-29* Make video grabbing work again (if you are grabbing multiple streamsPhilip Gladstone
2002-05-27fixing stackoverflowMichael Niedermayer
2002-05-26license/copyright change - fixed memory leaksFabrice Bellard
2002-05-20began to simplify code - use modified API for stream readingFabrice Bellard
2002-05-19oops - removed obsolete license draftFabrice Bellard
2002-05-19use av memory functionsFabrice Bellard
2002-05-15- Bug fix for AVStream->r_frame_rate not being initialized for live videoJuanjo
2002-05-15- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frameJuanjo
2002-05-13- Video CD option for ffmpegJuanjo
2002-05-12- ffmpeg relies on libavcodec to repeat frames from 3:2 sources.Juanjo
2002-05-12- Bug fix in map stream parserJuanjo
2002-05-09- Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo
2002-05-09* Fix nasty problem with unitialized memory in the file_tablePhilip Gladstone
2002-05-07- Segfault fixed when liba52 dynamic library isn't found.Juanjo
2002-05-06- MPEG-4 B frames coding option for ffmpeg.cJuanjo
2002-04-15- ME method compatibility with legacy apps.Juanjo
2002-04-14- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo
2002-04-09- New switch to activate 4MV in ffmpeg.Juanjo
2002-04-09- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo