summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* '-' can be used for standard inputFabrice Bellard2002-11-19
* fixes the frame number counter for -vcodec copy patch by (mru at users dot so...Måns Rullgård2002-11-08
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
* * use larger buffer - the size should be calculcated from the bitstreamZdenek Kabelac2002-11-05
* * fix leak with output file closingZdenek Kabelac2002-11-05
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-02
* -vcodec copy fix patch by (mru at users dot sourceforge dot net (MÃ¥ns RullgÃ...MÃ¥ns RullgÃ¥rd2002-10-30
* fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench ...Kareila2002-10-26
* use new PTS api - corrected AV sync for transcoding - factorized print_report...Fabrice Bellard2002-10-21
* 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