| Commit message (Expand) | Author | Age | Files | Lines |
* | fix obnoxious ogg_packet passing from encoder to muxer | Michael Niedermayer | 2004-04-04 | 2 | -32/+41 |
* | kill obnoxious ogg_packet passing from demuxer to decoder | Michael Niedermayer | 2004-04-04 | 1 | -4/+3 |
* | remove spyware from ogg*.c | Michael Niedermayer | 2004-04-04 | 2 | -5/+6 |
* | nut (de)muxer update | Michael Niedermayer | 2004-04-03 | 1 | -156/+572 |
* | yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) | Steven M. Schultz | 2004-04-01 | 1 | -1/+1 |
* | * .mov files with uncompressed audio can't be correctly processed | Roman Shaposhnik | 2004-03-31 | 1 | -1/+7 |
* | * fixing 10l in movenc.c + updating regression patterns. | Roman Shaposhnik | 2004-03-28 | 1 | -1/+1 |
* | * making .mov files generated by ffmpeg compatible with Apple software. | Roman Shaposhnik | 2004-03-28 | 1 | -32/+44 |
* | Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-m... | Wolfram Gloger | 2004-03-26 | 1 | -6/+11 |
* | * enabling DV-in-QT | Roman Shaposhnik | 2004-03-26 | 1 | -1/+10 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 5 | -15/+15 |
* | cleanup frame_rate code, this may also fix some large file bugs | Michael Niedermayer | 2004-03-24 | 1 | -26/+12 |
* | untested win32 binary pipe fix | Michael Niedermayer | 2004-03-24 | 1 | -0/+3 |
* | * turns out raw DV files can have .dif extension | Roman Shaposhnik | 2004-03-24 | 1 | -1/+1 |
* | * enabling seek in raw DV files | Roman Shaposhnik | 2004-03-23 | 2 | -9/+31 |
* | support url_read which reads less then requested patch by (Leon van Stuivenbe... | Leon van Stuivenberg | 2004-03-20 | 1 | -7/+21 |
* | adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA ... | Michael Niedermayer | 2004-03-18 | 1 | -1/+2 |
* | decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello... | Leon van Stuivenberg | 2004-03-15 | 3 | -6/+42 |
* | tcp select() check and enables pressing 'q' when reading/(writing) from | Leon van Stuivenberg | 2004-03-14 | 1 | -21/+28 |
* | minor VMD system update; still not perfect, but should not crash either | Mike Melanson | 2004-03-14 | 1 | -23/+85 |
* | remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> | Mike Melanson | 2004-03-14 | 10 | -150/+48 |
* | no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst... | Michael Niedermayer | 2004-03-14 | 2 | -37/+20 |
* | fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at... | Ronald S. Bultje | 2004-03-13 | 4 | -6/+6 |
* | Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Bria... | Brian Becker | 2004-03-13 | 1 | -2/+54 |
* | added SGI image format, encoding and decoding, courtesy of Todd Kirby | Mike Melanson | 2004-03-13 | 4 | -1/+478 |
* | big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students... | Michael Niedermayer | 2004-03-12 | 1 | -4/+4 |
* | matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot u... | Michael Niedermayer | 2004-03-11 | 4 | -1/+2694 |
* | Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <br... | Brian Becker | 2004-03-10 | 1 | -0/+1 |
* | guess framerate | Michael Niedermayer | 2004-03-10 | 1 | -3/+14 |
* | 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) | Michael Niedermayer | 2004-03-09 | 1 | -1/+1 |
* | flv fixes | Michael Niedermayer | 2004-03-09 | 2 | -12/+21 |
* | channel count & samplerate fix | Michael Niedermayer | 2004-03-08 | 1 | -0/+4 |
* | forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot c... | Konstantin Andreyev | 2004-03-06 | 1 | -0/+1 |
* | asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) | Konstantin Andreyev | 2004-03-05 | 3 | -78/+371 |
* | split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) | Konstantin Andreyev | 2004-03-05 | 3 | -681/+725 |
* | av_log() cleanup | Michael Niedermayer | 2004-03-03 | 2 | -15/+15 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 20 | -66/+89 |
* | use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 | Michael Niedermayer | 2004-02-25 | 1 | -3/+0 |
* | (f)printf() is disallowed in libavcodec, compilation will fail now if its use... | Michael Niedermayer | 2004-02-22 | 1 | -1/+1 |
* | avsync patch by (Gildas Bazin <gbazin at altern dot org>) | Gildas Bazin | 2004-02-20 | 2 | -2/+9 |
* | improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) | Hauke Duden | 2004-02-19 | 1 | -142/+451 |
* | AAC support in mov, correct aspect ratio support and user data support patch ... | Gildas Bazin | 2004-02-14 | 1 | -22/+160 |
* | avio patch by (Gildas Bazin <gbazin at altern dot org>) | Gildas Bazin | 2004-02-14 | 2 | -3/+6 |
* | * turns out write_packet is supposed to return 0 on success, not | Roman Shaposhnik | 2004-02-11 | 1 | -1/+1 |
* | * Initial implementation of the G.726 ADPCM audio codec. | Roman Shaposhnik | 2004-02-07 | 1 | -0/+1 |
* | 100l | Michael Niedermayer | 2004-02-07 | 1 | -1/+1 |
* | no limits!, warning is enough | Michael Niedermayer | 2004-02-07 | 1 | -4/+4 |
* | - made --extra-cflags option work on darwin | Tinic Uro | 2004-02-06 | 2 | -128/+533 |
* | initial commit for Quicktime Animation (RLE) video decoder; bit depths | Mike Melanson | 2004-02-05 | 1 | -0/+1 |
* | Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) | Michael Niedermayer | 2004-02-01 | 1 | -7/+12 |