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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-09change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier
2009-03-09merge struct declaration and definitionBaptiste Coudurier
2009-03-09write map packet every 100 packets according to specsBaptiste 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-09compute media info in write_headerBaptiste Coudurier
2009-03-09factorize write packetBaptiste Coudurier
2009-03-09remove unneeded and empty user dataBaptiste Coudurier
2009-03-09uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier
2009-03-09remove useless fieldsBaptiste Coudurier
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-03-08VQF demuxerVitor Sessak
2009-03-07rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje
2009-03-07ADTS: Increased protection against writing illegal/nonsense files.Alex Converse
2009-03-06Add my name to copyright & author as requested by the original author.Michael Niedermayer
2009-03-06Add code to the self test to print jitter & drift.Michael Niedermayer
2009-03-06Oops, very silly typo.Ronald S. Bultje
2009-03-06flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles
2009-03-06Add '#undef rand' to fix test program build.Diego Biurrun
2009-03-06cosmetics: Fix test program warnings.Diego Biurrun
2009-03-06Vertical align.Michael Niedermayer
2009-03-06Better name for integrator2_state.Michael Niedermayer
2009-03-06Add clock_period parameter, this should make the code easier to use.Michael Niedermayer
2009-03-06Selftest code.Michael Niedermayer
2009-03-06Fix bug with time==0 being special.Michael Niedermayer
2009-03-06Adapt first factor.Michael Niedermayer
2009-03-06Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer
2009-03-06Allow timespans to vary.Michael Niedermayer
2009-03-06Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer
2009-03-06Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer
2009-03-05Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun
2009-03-05Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun
2009-03-05Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter
2009-03-04MOV: fix demuxing fragmented filesAlex Converse
2009-03-04Fix a condition that causes an infinite loop, but only when compiled withMike Melanson
2009-03-04Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje
2009-03-03Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer
2009-03-03MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse
2009-03-03Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-03-03Reindent after r17777.Ronald S. Bultje
2009-03-03Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje
2009-03-03Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje
2009-03-03Add a context to av_log() calls.Benoit Fouet
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun
2009-03-03Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje
2009-03-03Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje
2009-03-03Reindent after r17764.Ronald S. Bultje