| Commit message (Expand) | Author | Age | Files | Lines |
* | simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c | Fabrice Bellard | 2003-09-08 | 10 | -1152/+212 |
* | removed ctype.h header | Fabrice Bellard | 2003-09-08 | 7 | -6/+4 |
* | fixed endianness dependancies (untested) | Fabrice Bellard | 2003-09-08 | 1 | -26/+23 |
* | hacks to support Xan AVI files | Mike Melanson | 2003-09-08 | 2 | -0/+8 |
* | support for Duck DK3 and DK4 ADPCM | Mike Melanson | 2003-09-08 | 1 | -0/+2 |
* | demuxer for custom Wing Commander III movie (.mve) files | Mike Melanson | 2003-09-08 | 4 | -1/+421 |
* | memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) | Michael Niedermayer | 2003-09-07 | 1 | -3/+4 |
* | move packetheader after startcodes | Alex Beregszaszi | 2003-09-07 | 1 | -11/+10 |
* | some fixes | Alex Beregszaszi | 2003-09-06 | 1 | -4/+6 |
* | padding fix | Michael Niedermayer | 2003-09-06 | 1 | -40/+38 |
* | big/little endian fix | Michael Niedermayer | 2003-09-06 | 1 | -36/+70 |
* | initial nut muxer and demuxer (demuxer is not fail safe) | Alex Beregszaszi | 2003-09-05 | 5 | -1/+577 |
* | bump version numbers to 0.4.8 | Alex Beregszaszi | 2003-09-05 | 1 | -2/+5 |
* | rewrite | Michael Niedermayer | 2003-09-05 | 1 | -24/+17 |
* | fixing copyright header (the code is from strptime.c so the copyright header ... | Michael Niedermayer | 2003-09-04 | 1 | -22/+19 |
* | Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>) | Michael Niedermayer | 2003-09-04 | 1 | -0/+6 |
* | case insensitive codec_get_id() | Michael Niedermayer | 2003-09-04 | 1 | -29/+4 |
* | localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>) | Glenn Maynard | 2003-09-04 | 5 | -22/+91 |
* | MingW patches by (Glenn Maynard <g_sf at zewt dot org>) | Michael Niedermayer | 2003-09-04 | 1 | -1/+6 |
* | initial commit for Id RoQ and Interplay MVE multimedia subsystems | Mike Melanson | 2003-09-02 | 5 | -1/+926 |
* | fix MPEG-TS missdetected as MPEG-PS | Michael Niedermayer | 2003-09-01 | 1 | -1/+1 |
* | first pass at PSX STR demuxer; does not yet interact correctly with MDEC | Mike Melanson | 2003-09-01 | 4 | -1/+357 |
* | asv2 regression test | Michael Niedermayer | 2003-09-01 | 1 | -0/+1 |
* | stdin patch by (Charles Yates <charles dot yates at pandora dot be>) | Charles Yates | 2003-08-29 | 1 | -1/+2 |
* | libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime d... | Michael Niedermayer | 2003-08-29 | 1 | -0/+4 |
* | 1000l in abbrv. table | Roman Shaposhnik | 2003-08-29 | 1 | -2/+2 |
* | * making resolution abbreviations right | Roman Shaposhnik | 2003-08-29 | 1 | -2/+6 |
* | * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now | Roman Shaposhnik | 2003-08-28 | 4 | -28/+787 |
* | naughty, forbidden variable declarations | Mike Melanson | 2003-08-27 | 1 | -2/+3 |
* | mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>) | Michael Niedermayer | 2003-08-26 | 4 | -1/+862 |
* | 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 |