| Commit message (Expand) | Author | Age | Files | Lines |
* | more mpeg4 fourcc's | Michael Niedermayer | 2002-06-22 | 2 | -0/+14 |
* | fixed VOB parsing bug | Fabrice Bellard | 2002-06-18 | 1 | -1/+1 |
* | wmv1 | Michael Niedermayer | 2002-06-18 | 2 | -2/+4 |
* | Change ticker_tick to use ticker_abs as we want the absolute number | Philip Gladstone | 2002-06-17 | 1 | -2/+2 |
* | Add ticker_abs function that returns the number of ticks to get the | Philip Gladstone | 2002-06-17 | 1 | -0/+16 |
* | Change the way that the ?date= stuff is parsed. It now takes a time (with opt... | Philip Gladstone | 2002-06-14 | 1 | -36/+30 |
* | optimized ticker_tick() if num is big - please test it (should reduce CPU usa... | Fabrice Bellard | 2002-06-11 | 1 | -1/+11 |
* | * Get the buffer size right now we have the buffer inside the FFStream block | Philip Gladstone | 2002-06-05 | 1 | -2/+2 |
* | * Add the comment block if any of the comment fields are present. | Philip Gladstone | 2002-06-05 | 1 | -3/+6 |
* | Remove some calls to av_free that tured out to be duplicate. This improves | Philip Gladstone | 2002-06-04 | 1 | -3/+3 |
* | Make sure that the http_proxy environment variable starts with http:// | Philip Gladstone | 2002-05-29 | 1 | -1/+1 |
* | use sys/soundcard.h for OSS audio | Fabrice Bellard | 2002-05-26 | 1 | -1/+1 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 22 | -239/+247 |
* | fixed double free - fixed probe function | Fabrice Bellard | 2002-05-25 | 1 | -13/+12 |
* | fixed double free - fixed jpg image sequence automatic selection | Fabrice Bellard | 2002-05-25 | 1 | -16/+12 |
* | fixed memory free (no free necessary for private data) - added better support... | Fabrice Bellard | 2002-05-25 | 1 | -24/+36 |
* | Change order of extensions and read_probe checking. This gives the read_probe | Philip Gladstone | 2002-05-24 | 1 | -6/+6 |
* | * Add a probe function for FFM files | Philip Gladstone | 2002-05-24 | 1 | -1/+9 |
* | * Fix a problem caused by a duplicate free of priv_data -- now uses av_freep | Philip Gladstone | 2002-05-24 | 1 | -11/+9 |
* | fixed memory free | Fabrice Bellard | 2002-05-20 | 1 | -1/+1 |
* | converted to new API | Fabrice Bellard | 2002-05-20 | 20 | -504/+709 |
* | suppressed mpeg demux mess - use now dynamic stream creation api | Fabrice Bellard | 2002-05-20 | 1 | -317/+82 |
* | split mux/demux related structures - added file probing support - improve med... | Fabrice Bellard | 2002-05-20 | 2 | -179/+664 |
* | added first version of MPEG/DVB transport stream demux | Fabrice Bellard | 2002-05-20 | 1 | -0/+316 |
* | use av memory handling functions | Fabrice Bellard | 2002-05-18 | 23 | -273/+110 |
* | fixed pcm read | Fabrice Bellard | 2002-05-18 | 1 | -31/+11 |
* | added VPATH support | Fabrice Bellard | 2002-05-18 | 1 | -2/+6 |
* | added dummy crc output format for easy codec testing | Fabrice Bellard | 2002-05-18 | 1 | -0/+109 |
* | Fix the WAIT_FEED problem. It turns out that when you open up an FFM | Philip Gladstone | 2002-05-18 | 1 | -0/+12 |
* | Pass over the bit_rate_tolerance field to ffmpeg | Philip Gladstone | 2002-05-16 | 1 | -0/+2 |
* | - Added r_frame_rate in AVStream to store the real frame rate. | Juanjo | 2002-05-14 | 2 | -0/+5 |
* | - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD) | Juanjo | 2002-05-12 | 2 | -16/+42 |
* | - Fixes for MPEG-PS which have more than 1 system header, now we don't take | Juanjo | 2002-05-11 | 1 | -9/+11 |
* | * Add implementation of strlcpy | Philip Gladstone | 2002-05-10 | 1 | -0/+13 |
* | * Add prototype for strlcpy | Philip Gladstone | 2002-05-10 | 1 | -0/+2 |
* | * Add the 'flags' field to the list of codec fields passed from ffserver to | Philip Gladstone | 2002-05-09 | 1 | -0/+2 |
* | * Make put_wav_header return the number of bytes that it put. | Philip Gladstone | 2002-05-09 | 1 | -1/+5 |
* | * Change extern inline to static inline so that it will compile without optim... | Philip Gladstone | 2002-05-09 | 1 | -1/+1 |
* | * Try and fill out some more of the RV header fields correctly | Philip Gladstone | 2002-05-09 | 1 | -6/+25 |
* | * Add defaults to switch statements | Philip Gladstone | 2002-05-09 | 1 | -0/+4 |
* | * Add a sleep when doing the post to ffserver. Yes, this is the wrong | Philip Gladstone | 2002-05-09 | 1 | -1/+3 |
* | Intialize the codec type to video. | Philip Gladstone | 2002-05-09 | 1 | -4/+5 |
* | * Add the gop_size to the video parameters. Also the audio framesize. | Philip Gladstone | 2002-05-09 | 1 | -16/+35 |
* | * Change extern inline to static inline. This improves compiling without opti... | Philip Gladstone | 2002-05-09 | 1 | -2/+2 |
* | * Add default cases to switch statements. | Philip Gladstone | 2002-05-09 | 1 | -0/+4 |
* | * Add a duration field to the AVPacket | Philip Gladstone | 2002-05-09 | 1 | -0/+1 |
* | * Make it work with sound cards (like mine) that can only capture in stereo. | Philip Gladstone | 2002-05-09 | 1 | -0/+17 |
* | * Many, many changes to make it work (mostly). Information snagged from | Philip Gladstone | 2002-05-09 | 1 | -44/+90 |
* | - Changed FOURCC for H263. | Juanjo | 2002-05-02 | 3 | -6/+7 |
* | more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl> | Gert Vervoort | 2002-04-29 | 2 | -4/+8 |