71 Commits (f78ebb51ecef00d1d10098e1540684d73029a662)

Author SHA1 Message Date
  Philip Gladstone 10d104e4f6 * Add frame rate conversion when there is no audio channel. This makes 22 years ago
  Fabrice Bellard b242baa411 '-' can be used for standard input 22 years ago
  Måns Rullgård 9ce2f2b133 fixes the frame number counter for -vcodec copy patch by (mru at users dot sourceforge.net (Måns Rullgård)) 22 years ago
  Michael Niedermayer d7425f59d5 cleanup (breaks compatibility, requested by fabrice) 22 years ago
  Zdenek Kabelac ff29712a3d * use larger buffer - the size should be calculcated from the bitstream 22 years ago
  Zdenek Kabelac 4fca59f2ab * fix leak with output file closing 22 years ago
  François Revol dfdfa47cd1 BeOS Audio ouput patch by (François Revol <revol at free dot fr>) 22 years ago
  François Revol 9ddd71fc60 added BeOS net_server support (R5 network stack), basically the same 22 years ago
  Måns Rullgård b2722d0a42 -vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
  Kareila 5d9827bcf6 fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench at yahoo dot com>) 22 years ago
  Fabrice Bellard ec5517d5cf use new PTS api - corrected AV sync for transcoding - factorized print_report() code 22 years ago
  Michael Niedermayer ac2830ecd3 fixing unused variables & adding missing options 22 years ago
  Fabrice Bellard 8351471307 suppressed vcd flag - use new mpeg mux format instead 22 years ago
  Fabrice Bellard 7002684e69 raw picture support in mux 22 years ago
  Michael Niedermayer 4d2858deac better/cleaner error resilience (done in a 2nd pass after decoding) 22 years ago
  Fabrice Bellard 1629626f5d activated 'raw stream copy' feature (use -acodec copy or -vcodec copy) 22 years ago
  Fabrice Bellard 5abdb4b199 added two pass support (same syntax as mencoder) 22 years ago
  Michael Niedermayer 2ad1516a6c idct permutation cleanup, idct can be selected per context now 22 years ago
  Michael Niedermayer 1dbb6d9026 regression test for ratecontrol & adv mpeg4 stuff 22 years ago
  Michael Niedermayer b3a391e8b8 fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully 22 years ago
  Michael Niedermayer 946c8a1281 fixing 22 years ago
  Michael Niedermayer 29700fa656 fixing rc of non-intra-only streams which only contain i frames 22 years ago
  Michael Niedermayer 8409b8fe74 error resilience command line option 23 years ago
  Michael Niedermayer ab6d194a38 croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me 23 years ago
  Michael Niedermayer 463678ac8b using only the fast int dct for regression tests 23 years ago
  Felix Bünemann 3f027ca76c cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>) 23 years ago
  Michael Niedermayer 3aa102be84 new ratecontrol code 23 years ago
  Fabrice Bellard 2c4ae653af renamed gettime() av_gettime() - same for register_all() 23 years ago
  Michael Niedermayer fe670d099d -bug comand line option to workaround encoder bugs which cannot be detected automatically 23 years ago
  François Revol 27a5e8b897 nanosleep patch by François Revol <revol at free dot fr> 23 years ago
  Philip Gladstone cbadbf19fc Change ticker_tick to use ticker_abs as we want the absolute number 23 years ago
  Philip Gladstone cb09b2ed92 * Go faster stripes: don't check to see if the user presses 'q' if stdin 23 years ago
  Philip Gladstone c04643a2c2 * Make video grabbing work again (if you are grabbing multiple streams 23 years ago
  Michael Niedermayer 33a1f1a3c1 fixing stackoverflow 23 years ago
  Fabrice Bellard bf5af56875 license/copyright change - fixed memory leaks 23 years ago
  Fabrice Bellard 79fdaa4cc0 began to simplify code - use modified API for stream reading 23 years ago
  Fabrice Bellard d4327e368f oops - removed obsolete license draft 23 years ago
  Fabrice Bellard 0f1578afcc use av memory functions 23 years ago
  Juanjo 90da4d764c - Bug fix for AVStream->r_frame_rate not being initialized for live video 23 years ago
  Juanjo 6dc96cb0bf - Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frame 23 years ago
  Juanjo 0b97443a3f - Video CD option for ffmpeg 23 years ago
  Juanjo 4442945711 - ffmpeg relies on libavcodec to repeat frames from 3:2 sources. 23 years ago
  Juanjo a5dc85efb8 - Bug fix in map stream parser 23 years ago
  Juanjo afc80f59a7 - Segfault fixed when mpeg audio decoder returns a negative data_size. 23 years ago
  Philip Gladstone 51bd4565f7 * Fix nasty problem with unitialized memory in the file_table 23 years ago
  Juanjo fffcb5e841 - Segfault fixed when liba52 dynamic library isn't found. 23 years ago
  Juanjo bc6caae212 - MPEG-4 B frames coding option for ffmpeg.c 23 years ago
  Juanjo 101bea5f22 - ME method compatibility with legacy apps. 23 years ago
  Juanjo e4986da9ce - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. 23 years ago
  Juanjo 29da453b32 - New switch to activate 4MV in ffmpeg. 23 years ago