| Commit message (Expand) | Author | Age | Files | Lines |
* | accepts pgmyuv extension | Fabrice Bellard | 2003-08-24 | 1 | -2/+2 |
* | suppressed frame number modulus hack - added loop_input hack which I find eas... | Fabrice Bellard | 2003-08-24 | 2 | -9/+18 |
* | win32 compile fix | Fabrice Bellard | 2003-08-24 | 1 | -4/+10 |
* | all human-readable output should go into stderr for now. We really | Roman Shaposhnik | 2003-08-21 | 1 | -8/+8 |
* | use codec_tag for encoding too | Michael Niedermayer | 2003-08-18 | 3 | -11/+22 |
* | * fixing a regression in mpeg encoder (not setting pix_fmt), | Roman Shaposhnik | 2003-08-12 | 1 | -1/+1 |
* | support for older real audio files (<= version 3) | Fabrice Bellard | 2003-08-11 | 1 | -87/+166 |
* | no default bit rate if decoding | Fabrice Bellard | 2003-08-08 | 1 | -1/+4 |
* | initial duration/start_time generic support - displays stream duration and av... | Fabrice Bellard | 2003-08-08 | 1 | -0/+318 |
* | update duration and start_time | Fabrice Bellard | 2003-08-08 | 1 | -3/+5 |
* | exports mpegps_demux | Fabrice Bellard | 2003-08-08 | 1 | -1/+1 |
* | update duration and start_time | Fabrice Bellard | 2003-08-08 | 1 | -18/+70 |
* | update duration and start_time - add av_new_stream() usage | Fabrice Bellard | 2003-08-08 | 3 | -28/+54 |
* | add av_new_stream() usage | Fabrice Bellard | 2003-08-08 | 3 | -19/+7 |
* | added stream start time and duration API - AV_NOPTS_VALUE is no longer zero | Fabrice Bellard | 2003-08-08 | 1 | -4/+34 |
* | patch for DV capturing by Dan Dennedy <dan at dennedy dot org> | Roman Shaposhnik | 2003-08-06 | 2 | -27/+44 |
* | yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias a... | D Richard Felker III | 2003-08-05 | 3 | -1/+101 |
* | ATI VCR2 | Michael Niedermayer | 2003-07-24 | 1 | -0/+1 |
* | OSX and BeOS networking fix (socklen_t) | François Revol | 2003-07-24 | 3 | -0/+6 |
* | ATI VCR1 decoder | Michael Niedermayer | 2003-07-24 | 1 | -0/+1 |
* | support aborting in TCP | Fabrice Bellard | 2003-07-17 | 1 | -14/+70 |
* | suppressed RTSP abort hack - added PLAY/PAUSE | Fabrice Bellard | 2003-07-17 | 2 | -11/+84 |
* | removed warnings | Fabrice Bellard | 2003-07-17 | 2 | -47/+50 |
* | added primitive aborting system | Fabrice Bellard | 2003-07-17 | 2 | -1/+32 |
* | warnings are errors | Fabrice Bellard | 2003-07-17 | 1 | -1/+1 |
* | fix fmt == NULL case | Fabrice Bellard | 2003-07-16 | 1 | -1/+1 |
* | Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net... | Måns Rullgård | 2003-07-15 | 1 | -1/+1 |
* | fixed NTP generation for mpeg | Fabrice Bellard | 2003-07-15 | 1 | -7/+24 |
* | fixed RTP/TCP client support | Fabrice Bellard | 2003-07-15 | 2 | -31/+68 |
* | BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to li... | François Revol | 2003-07-15 | 1 | -1/+4 |
* | cosmetic change in resync code - added PAT scanning code if no SDT is found (... | Fabrice Bellard | 2003-07-15 | 1 | -36/+121 |
* | 10l | Michael Niedermayer | 2003-07-12 | 1 | -0/+1 |
* | * First round of AV sync fixes. | Roman Shaposhnik | 2003-07-12 | 2 | -13/+53 |
* | Shared library for libavformat support patch by (Tim Allen <tim at proximity ... | Tim Allen | 2003-07-11 | 1 | -1/+21 |
* | Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initializati... | Michael Niedermayer | 2003-07-10 | 1 | -2/+4 |
* | - Looks a tiny bit harder in mpegps_probe() for a valid start code. This is | Isaac Richards | 2003-07-10 | 3 | -19/+50 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 5 | -1/+546 |
* | av_free_packet SEGV fix by (Arthur van Hoff (javanator)) | Michael Niedermayer | 2003-07-04 | 1 | -1/+3 |
* | mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator)) | Michael Niedermayer | 2003-07-04 | 1 | -1/+1 |
* | undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) | Michael Niedermayer | 2003-07-04 | 1 | -0/+1 |
* | try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern... | Michael Niedermayer | 2003-06-28 | 3 | -21/+29 |
* | tv standard selection support for dv1394 and grab (v4l) | Alex Beregszaszi | 2003-06-25 | 3 | -2/+17 |
* | lossless jpeg support | Alex Beregszaszi | 2003-06-20 | 1 | -1/+3 |
* | warning fixes | Alex Beregszaszi | 2003-06-20 | 1 | -1/+0 |
* | 1000l | Alex Beregszaszi | 2003-06-20 | 2 | -6/+7 |
* | pal vs ntsc fix by stoyan k <stoyan@i-space.org> | Alex Beregszaszi | 2003-06-20 | 1 | -4/+4 |
* | amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>) | Johannes Carlsson | 2003-06-18 | 1 | -3/+3 |
* | cleanup; BSoundRecorder moved to Experimental namespace | François Revol | 2003-06-15 | 1 | -4/+1 |
* | mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy... | Fabrice Bellard | 2003-06-13 | 4 | -156/+1398 |
* | dynamic array functions | Fabrice Bellard | 2003-06-13 | 2 | -0/+31 |