| Commit message (Expand) | Author | Age | Files | Lines |
* | disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) | Ivan Schreter | 2009-09-06 | 1 | -26/+32 |
* | Use generic multi-stream key frame finding routine to implement read_seek2 an... | Ivan Schreter | 2009-08-22 | 1 | -32/+26 |
* | matroskadec: correctly parse flags for simpleblock frames | Aurelien Jacobs | 2009-08-10 | 1 | -4/+4 |
* | Remove some hunks of unused and disabled code cruft. | Diego Biurrun | 2009-08-07 | 1 | -5/+0 |
* | Remove unused global variable. | Carl Eugen Hoyos | 2009-07-22 | 1 | -2/+0 |
* | Calculate gradient from parameter instead of using a global variable. | Carl Eugen Hoyos | 2009-07-22 | 1 | -2/+2 |
* | Due to a typo in videogen.c, the regression test videos were not as | Carl Eugen Hoyos | 2009-07-21 | 4 | -491/+491 |
* | set index duration to 0 for cbr, specifying whole container coverage | Baptiste Coudurier | 2009-07-04 | 1 | -1/+1 |
* | use ber4 length for descriptors preferred by specs | Baptiste Coudurier | 2009-07-04 | 1 | -2/+2 |
* | write profile and level local tag in mpeg descriptor | Baptiste Coudurier | 2009-07-04 | 1 | -2/+2 |
* | Update seek regression checksums due to: | Michael Niedermayer | 2009-06-30 | 1 | -12/+12 |
* | correctly compute frame flags with closed gop | Baptiste Coudurier | 2009-06-30 | 1 | -1/+1 |
* | Fix yamaha adpcm stereo (issue 1117). | Yoshihisa Uchida | 2009-06-20 | 2 | -6/+6 |
* | Fix onMetaData property count in flv files (issue 1206). | Yoshihisa Uchida | 2009-06-20 | 2 | -2/+2 |
* | Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref, | Stefano Sabatini | 2009-06-18 | 1 | -0/+0 |
* | regtest: print commands also for image format tests | Måns Rullgård | 2009-06-14 | 1 | -0/+1 |
* | demux whole PES packets from TS | Baptiste Coudurier | 2009-05-27 | 1 | -22/+22 |
* | Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. | Wolfram Gloger | 2009-05-27 | 1 | -4/+4 |
* | Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp fetc... | Baptiste Coudurier | 2009-05-23 | 1 | -4/+4 |
* | fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j... | Larbi Joubala | 2009-05-23 | 2 | -2/+2 |
* | compute total bitrate more accurately, patch by corp186, chasedouglas at gmai... | corp186 | 2009-05-23 | 2 | -28/+28 |
* | pad last audio frame when encoding | Baptiste Coudurier | 2009-05-23 | 4 | -111/+105 |
* | Update regression tests for y4m after r18796 | David Conrad | 2009-05-11 | 2 | -3/+3 |
* | write a single pes for video frames, some proprietary player needs it | Baptiste Coudurier | 2009-05-11 | 2 | -28/+28 |
* | fix total bitrate computation, based on patch by corp186, chasedouglas at gma... | Baptiste Coudurier | 2009-05-10 | 2 | -27/+27 |
* | Correct x/ymin to avoid segfault due to out of picture reads. | Michael Niedermayer | 2009-05-08 | 1 | -2/+2 |
* | fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples | Baptiste Coudurier | 2009-04-12 | 4 | -71/+71 |
* | Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and | Carl Eugen Hoyos | 2009-04-10 | 1 | -1/+1 |
* | Make sure the last bits of huffyuv frames are zeroed. | Michael Niedermayer | 2009-04-05 | 2 | -2/+2 |
* | Rename regression test result files from b-libav* to b-lavf* for consistency. | Diego Biurrun | 2009-03-30 | 3 | -169/+169 |
* | Fix running regression tests on remote targets | Måns Rullgård | 2009-03-30 | 1 | -1/+1 |
* | Skip creation of tests/data directory in individual regression test scripts. | Diego Biurrun | 2009-03-30 | 2 | -6/+0 |
* | Move generated file aynth1.sw to the data subdirectory. Thus it does not have | Diego Biurrun | 2009-03-30 | 1 | -1/+1 |
* | Rename regression.sh --> codec-regression.sh. Now all regression test scripts | Diego Biurrun | 2009-03-30 | 1 | -0/+0 |
* | Rename server-regression.sh --> ffserver-regression.sh for consistency. | Diego Biurrun | 2009-03-30 | 1 | -0/+0 |
* | cosmetics: Rename 'do_libav' function to 'do_lavf'. | Diego Biurrun | 2009-03-30 | 1 | -15/+15 |
* | Rename libav.regression.ref --> lavf.regression.ref. | Diego Biurrun | 2009-03-29 | 1 | -0/+0 |
* | Rename test.conf --> ffserver.conf, the new name is more meaningful. | Diego Biurrun | 2009-03-29 | 2 | -3/+3 |
* | Rename seek_test.sh --> seek-regression.sh for greater consistency. | Diego Biurrun | 2009-03-29 | 1 | -0/+0 |
* | Fix seek test build, by undefining printf and fprintf. | Benoit Fouet | 2009-03-27 | 1 | -0/+2 |
* | Fix a warning on an uninitialized variable. | Benoit Fouet | 2009-03-26 | 1 | -1/+2 |
* | Remove index writing in RM muxer, since it is broken (multiple streams per | Ronald S. Bultje | 2009-03-21 | 3 | -14/+14 |
* | Fix avpicture_get_size for non-paletted formats with a helper palette | Reimar Döffinger | 2009-03-21 | 1 | -2/+2 |
* | update ffserver regression ref | Baptiste Coudurier | 2009-03-21 | 1 | -7/+7 |
* | fix valid seeking range | Baptiste Coudurier | 2009-03-21 | 1 | -14/+14 |
* | update seek regression ref due to 18063 | Baptiste Coudurier | 2009-03-21 | 1 | -11/+11 |
* | Fix the ogg regression test, which was broken by r18092. This is an | Justin Ruggles | 2009-03-21 | 1 | -1/+1 |
* | PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. | Daniel Verkamp | 2009-03-20 | 2 | -0/+7 |
* | typo, fix eof check | Baptiste Coudurier | 2009-03-20 | 1 | -1/+1 |
* | do not write ffm write index by default, detect if file is being written and ... | Baptiste Coudurier | 2009-03-20 | 1 | -2/+2 |