| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * cleanup | Zdenek Kabelac | 2002-04-26 | 1 | -0/+6 |
* | - Versions defined for libav/libavcodec. | Juanjo | 2002-04-15 | 2 | -6/+20 |
* | - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for | Juanjo | 2002-04-09 | 1 | -5/+17 |
* | * patch by Philip Gladstone | Philip Gladstone | 2002-04-08 | 1 | -3/+3 |
* | * some minor modification by Philip Gladston | Zdenek Kabelac | 2002-04-08 | 8 | -50/+133 |
* | * more warning cleanups | Zdenek Kabelac | 2002-04-08 | 5 | -12/+11 |
* | * fixing some warnings | Zdenek Kabelac | 2002-04-08 | 1 | -28/+24 |
* | * support for .au .gif .mov .mp4 by François Revol <revol@free.fr> | Zdenek Kabelac | 2002-04-08 | 6 | -1/+1570 |
* | * encoding of AC3 with more than 2 channels | Zdenek Kabelac | 2002-04-08 | 1 | -0/+3 |
* | - Added force_pts to av_write_packet() to be able to force PTS, this helps | Juanjo | 2002-04-07 | 13 | -21/+26 |
* | - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla. | Juanjo | 2002-04-02 | 1 | -2/+10 |
* | - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek | Juanjo | 2002-03-20 | 3 | -8/+79 |
* | - Fixes on MPEG demuxer to handle VOBs without System Header. | Juanjo | 2002-03-17 | 1 | -2/+186 |
* | - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) | Juanjo | 2002-03-16 | 1 | -1/+5 |
* | - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. | Juanjo | 2002-03-10 | 2 | -4/+9 |
* | - Fix on AVI and WAV headers based on Nikolai Zhubr patch. | Juanjo | 2002-03-01 | 2 | -12/+93 |
* | * Also include time.h for nanosleep() | Zdenek Kabelac | 2002-02-18 | 1 | -1/+1 |
* | alternative bitstream writer (disabled by default, uncomment #define ALT_BIST... | Michael Niedermayer | 2002-02-12 | 2 | -5/+5 |
* | changed audio and video grab interface (simpler now) | Fabrice Bellard | 2001-09-24 | 3 | -203/+289 |
* | correct pcm audio format handling | Fabrice Bellard | 2001-09-24 | 5 | -43/+75 |
* | changed av_open_input_file() prototype | Fabrice Bellard | 2001-09-24 | 2 | -29/+44 |
* | added pcm formats | Fabrice Bellard | 2001-09-23 | 5 | -12/+183 |
* | wmv format is asf format | Fabrice Bellard | 2001-09-23 | 1 | -1/+1 |
* | fixed image number syntax problems | Fabrice Bellard | 2001-09-16 | 3 | -13/+80 |
* | restore audio settings - use all the frame buffers provided by the driver | Fabrice Bellard | 2001-09-16 | 1 | -3/+7 |
* | image number handling | Fabrice Bellard | 2001-09-16 | 1 | -1/+4 |
* | fixed raw read for eof | Fabrice Bellard | 2001-09-15 | 1 | -12/+10 |
* | Added CODEC_ID_H263P to fourcc tables. | Juanjo | 2001-08-27 | 1 | -0/+1 |
* | win32 fixes | Fabrice Bellard | 2001-08-15 | 2 | -3/+8 |