| Commit message (Expand) | Author | Age | Files | Lines |
* | AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) | Michael Niedermayer | 2006-02-02 | 1 | -0/+3 |
* | avoid using non constant fields of AVCodecContext in avi muxer | Michael Niedermayer | 2006-01-25 | 1 | -1/+1 |
* | >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) | Michael Niedermayer | 2006-01-23 | 1 | -2/+2 |
* | update x264 wrapper. | Robert Swain | 2006-01-13 | 1 | -1/+1 |
* | fixing second last time François Revol applies a patch without running the r... | Michael Niedermayer | 2006-01-08 | 1 | -1/+1 |
* | 10l to michael not updating this after changing crc to output 0x prefixes (cr... | Alex Beregszaszi | 2005-11-13 | 1 | -34/+34 |
* | Add a leading zero to the sequence files generated by the testsuite | Sam Hocevar | 2005-09-21 | 1 | -3/+3 |
* | convert some options in ffmpeg.c to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -1/+1 |
* | checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ... | Michael Niedermayer | 2005-09-11 | 1 | -1/+1 |
* | forward_ptr doesnt contain its own length anymore | Michael Niedermayer | 2005-09-11 | 1 | -1/+1 |
* | forgot to commit this after dv changes | Michael Niedermayer | 2005-09-02 | 1 | -2/+2 |
* | yamaha adpcm regression test | Michael Niedermayer | 2005-07-25 | 1 | -0/+3 |
* | nut prefers extradata style global headers | Michael Niedermayer | 2005-06-27 | 1 | -2/+2 |
* | mpegts regression test | Michael Niedermayer | 2005-06-03 | 1 | -0/+3 |
* | fix stream class | Michael Niedermayer | 2005-06-03 | 1 | -1/+1 |
* | ffm.c rev 1.39+ | Michael Niedermayer | 2005-05-14 | 1 | -1/+1 |
* | round duration up in mov | Michael Niedermayer | 2005-05-14 | 1 | -1/+1 |
* | Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus... | Roine Gustafsson | 2005-04-26 | 1 | -2/+2 |
* | 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ... | Calcium | 2005-03-23 | 1 | -1/+1 |
* | fix time stored in mov | Michael Niedermayer | 2005-03-23 | 1 | -1/+1 |
* | trying to fix a few minor values in the mp4/mov muxer | Michael Niedermayer | 2005-03-23 | 1 | -1/+1 |
* | sample_size fix | Michael Niedermayer | 2005-03-15 | 1 | -1/+1 |
* | switch MPEG4 fourcc to FMP4 | Michael Niedermayer | 2005-02-22 | 1 | -2/+2 |
* | checksum change due to (don't crash on null codec patch which changed the sto... | Michael Niedermayer | 2005-02-07 | 1 | -1/+1 |
* | max/avg bitrate change (movenc.c 1.25->1.26) | Michael Niedermayer | 2005-02-07 | 1 | -1/+1 |
* | regression test checksum change due to the mov header field and compressor na... | Michael Niedermayer | 2005-02-07 | 1 | -1/+1 |
* | reversing the 1.52->1.53 change (handle fixed sample_size patch) | Michael Niedermayer | 2005-02-07 | 1 | -1/+1 |
* | dithering for the mpeg audio decoder | Michael Niedermayer | 2005-01-30 | 1 | -5/+5 |
* | jpeg style yuv fixes | Michael Niedermayer | 2005-01-20 | 1 | -1/+1 |
* | handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforg... | Roine Gustafsson | 2005-01-12 | 1 | -1/+1 |
* | - Writes correct unknown aspect | Roine Gustafsson | 2005-01-04 | 1 | -1/+1 |
* | rm encoding fix | Michael Niedermayer | 2004-12-06 | 1 | -1/+1 |
* | fix some codec_id values so that new ones can be added at the end of the subs... | Michael Niedermayer | 2004-11-28 | 1 | -1/+1 |
* | fake regression errors caused by randomly choosen dct algo | Michael Niedermayer | 2004-11-22 | 1 | -1/+1 |
* | cbr audio muxing fix | Michael Niedermayer | 2004-11-06 | 1 | -2/+2 |
* | fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-... | Wolfram Gloger | 2004-10-25 | 1 | -3/+3 |
* | 100l (dont reset the sample position at the block end) | Michael Niedermayer | 2004-10-21 | 1 | -2/+2 |
* | user setable preload and max_mux_delay | Michael Niedermayer | 2004-10-16 | 1 | -1/+1 |
* | initial dts fix | Michael Niedermayer | 2004-10-03 | 1 | -1/+1 |
* | pts/dts 100l fix | Michael Niedermayer | 2004-10-03 | 1 | -1/+1 |
* | SCR timestamp fix try #1 | Michael Niedermayer | 2004-10-03 | 1 | -2/+2 |
* | * experimental dynamic audio stream allocation for DV demuxer. This | Roman Shaposhnik | 2004-09-27 | 1 | -1/+1 |
* | jpeg regression test | Michael Niedermayer | 2004-09-22 | 1 | -0/+1 |
* | write shorter headers if possible | Michael Niedermayer | 2004-09-22 | 1 | -2/+2 |
* | 10l (lrintf(a)+b vs. lrintf(a+b)) | Michael Niedermayer | 2004-08-14 | 1 | -2/+2 |
* | * fixing a bug in DV timestamp generation. Now libavtest doesn't | Roman Shaposhnik | 2004-08-02 | 1 | -1/+1 |
* | * fixing a buffer overrun in gif.c | Roman Shaposhnik | 2004-07-28 | 1 | -2/+2 |
* | * fixing a small quirk with DV audio muxing | Roman Shaposhnik | 2004-07-27 | 1 | -0/+3 |
* | 10l (fixes delayed frames during encoding) | Michael Niedermayer | 2004-06-30 | 1 | -1/+1 |
* | fix first timestamp when decoding mpeg-ps | Michael Niedermayer | 2004-06-30 | 1 | -1/+1 |