Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-18update seek regression tests due to r19902Baptiste Coudurier
2009-09-06disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter
2009-08-22Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter
2009-08-10matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs
2009-07-21Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos
2009-06-30Update seek regression checksums due to:Michael Niedermayer
2009-05-27demux whole PES packets from TSBaptiste Coudurier
2009-05-27Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger
2009-05-23Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp fetc...Baptiste Coudurier
2009-05-23compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp186
2009-05-23pad last audio frame when encodingBaptiste Coudurier
2009-05-11Update regression tests for y4m after r18796David Conrad
2009-05-11write a single pes for video frames, some proprietary player needs itBaptiste Coudurier
2009-05-10fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier
2009-04-12fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier
2009-03-31Rename regression test result files from b-libav* to b-lavf* for consistency.Diego Biurrun
2009-03-21fix valid seeking rangeBaptiste Coudurier
2009-03-21update seek regression ref due to 18063Baptiste Coudurier
2009-03-14Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger
2009-03-13fix swf seeking by fixing new stream detectionBaptiste Coudurier
2009-03-11mxf and mxf d10 regression testsBaptiste Coudurier
2009-03-09Fix seek regression test broken by r17905, seeking fails completelyReimar Döffinger
2009-03-09Convert spurious DOS line breaks to UNIX line breaks in seek regressionReimar Döffinger
2009-03-09change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier
2009-03-09write flt packet, might need some tweaking but it worksBaptiste Coudurier
2009-03-09correctly interleave audio and video according to specsBaptiste Coudurier
2009-03-09write timecode track in gxfBaptiste Coudurier
2009-03-06flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles
2009-03-05Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter
2009-03-01Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer
2009-02-28Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter
2009-02-20matroskadec: fix seek regression tests according to r17460Aurelien Jacobs
2009-02-02Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink
2009-01-27seek at 0 when timestamp requested is negativeBaptiste Coudurier
2009-01-21fix seek reg tests, Im always forgetting thisBaptiste Coudurier
2009-01-17Update regression tests after r16651David Conrad
2009-01-15calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier
2009-01-15update seek regression tests due to ts modificationsBaptiste Coudurier
2008-12-22Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer
2008-10-2310l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs
2008-09-13Switch regression tests to swscale.Michael Niedermayer
2008-09-09matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs
2008-09-07fix seek regression tests after r15229Aurelien Jacobs
2008-08-31Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer
2008-08-26Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs
2008-08-05matroskadec: update seek regression test to match new ebml parserAurelien Jacobs
2008-07-31Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier
2008-07-31check url_fseek return value, update seek reg testsBaptiste Coudurier
2008-07-08Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer
2008-06-22update seek reg ref due to r13856Baptiste Coudurier