| Commit message (Expand) | Author | Age | Files | Lines |
* | support discarding of uninterresting packets | Michael Niedermayer | 2005-01-22 | 1 | -0/+2 |
* | integer overflows, heap corruption | Michael Niedermayer | 2005-01-08 | 1 | -1/+1 |
* | fifo_realloc() | Michael Niedermayer | 2004-12-01 | 1 | -0/+1 |
* | int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) | Michael Niedermayer | 2004-11-23 | 1 | -1/+1 |
* | First implementation of nsv demuxer. | François Revol | 2004-11-20 | 1 | -0/+3 |
* | move p*m from image/lavf -> image2/lavc | Michael Niedermayer | 2004-11-11 | 1 | -1/+6 |
* | * Introducing IIDC1394 grabbing interface. | Roman Shaposhnik | 2004-10-22 | 1 | -0/+1 |
* | user setable preload and max_mux_delay | Michael Niedermayer | 2004-10-16 | 1 | -1/+3 |
* | Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.) | Mike Melanson | 2004-10-16 | 1 | -0/+3 |
* | 100l (forgoten seeking functions) | Michael Niedermayer | 2004-10-11 | 1 | -1/+1 |
* | use native timebase for seeking | Michael Niedermayer | 2004-10-10 | 1 | -7/+15 |
* | write error handling | Michael Niedermayer | 2004-10-08 | 1 | -1/+1 |
* | user selectable packet_size and mux_rate | Michael Niedermayer | 2004-10-06 | 1 | -0/+3 |
* | * fixing a few of gcc 'clean-code' warnings | Zdenek Kabelac | 2004-10-06 | 1 | -1/+1 |
* | SCR timestamp fix try #1 | Michael Niedermayer | 2004-10-03 | 1 | -0/+1 |
* | move packet interleaving function into AVOutputFormat, so it can be overriden... | Michael Niedermayer | 2004-09-29 | 1 | -1/+2 |
* | uninitalized variables | Michael Niedermayer | 2004-09-28 | 1 | -0/+3 |
* | support for Sierra Online audio files and Apple QuickDraw codec, | Mike Melanson | 2004-09-28 | 1 | -0/+3 |
* | * replacing calls to not-always-available gmtime_r with our own code. | Roman Shaposhnik | 2004-08-18 | 1 | -0/+1 |
* | HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d... | Petr Doubek | 2004-08-12 | 1 | -0/+1 |
* | image2 / image API cleanup phase-1 | Michael Niedermayer | 2004-07-15 | 1 | -0/+3 |
* | correctly interleave packets during encoding | Michael Niedermayer | 2004-05-29 | 1 | -1/+2 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -6/+4 |
* | cur_dts in native timebase | Michael Niedermayer | 2004-05-23 | 1 | -9/+2 |
* | store index for seeking in the native timebase of each stream | Michael Niedermayer | 2004-05-23 | 1 | -1/+1 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -11/+11 |
* | moving nearly identical binary search code from nut/mpeg/asf to utils.c | Michael Niedermayer | 2004-04-12 | 1 | -1/+7 |
* | * making it possible to specify recording date and time in a stream | Roman Shaposhnik | 2004-04-06 | 1 | -0/+1 |
* | fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at... | Ronald S. Bultje | 2004-03-13 | 1 | -2/+2 |
* | added SGI image format, encoding and decoding, courtesy of Todd Kirby | Mike Melanson | 2004-03-13 | 1 | -0/+1 |
* | matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot u... | Michael Niedermayer | 2004-03-11 | 1 | -0/+3 |
* | av_log() cleanup | Michael Niedermayer | 2004-03-03 | 1 | -1/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -0/+3 |
* | use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 | Michael Niedermayer | 2004-02-25 | 1 | -3/+0 |
* | store searched distance in index, so we dont waste time searching for keyfram... | Michael Niedermayer | 2004-01-17 | 1 | -4/+3 |
* | caching of timestamps for mpeg-ps so seeking is faster | Michael Niedermayer | 2004-01-13 | 1 | -0/+8 |
* | initial commit for Sierra VMD file demuxer | Mike Melanson | 2004-01-02 | 1 | -0/+3 |
* | fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if... | Fabrice Bellard | 2003-12-16 | 1 | -4/+2 |
* | yep, FLI support | Mike Melanson | 2003-11-14 | 1 | -0/+3 |
* | * *FILE needs <stdio.h> | Zdenek Kabelac | 2003-11-13 | 1 | -1/+1 |
* | initial av_read_frame() and av_seek_frame() support | Fabrice Bellard | 2003-11-10 | 1 | -11/+75 |
* | make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() | Fabrice Bellard | 2003-10-29 | 1 | -7/+16 |
* | implemented Id Quake II CIN support | Mike Melanson | 2003-10-03 | 1 | -0/+3 |
* | New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & | Mike Melanson | 2003-10-01 | 1 | -0/+6 |
* | Fix compilation with ccc | Falk Hüffner | 2003-09-22 | 1 | -0/+7 |
* | simplified version handling | Fabrice Bellard | 2003-09-11 | 1 | -4/+3 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -4/+3 |
* | ID3 parsing and generation in MP3 format | Fabrice Bellard | 2003-09-08 | 1 | -2/+10 |
* | simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c | Fabrice Bellard | 2003-09-08 | 1 | -0/+9 |
* | demuxer for custom Wing Commander III movie (.mve) files | Mike Melanson | 2003-09-08 | 1 | -0/+3 |