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
2008-09-15write number of samples in FLAC extradata.Justin Ruggles
2008-09-14add error message for unsupported codecs in WAVE.Justin Ruggles
2008-09-14Reindent after r15317.Ronald S. Bultje
2008-09-14Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transportRonald S. Bultje
2008-09-12matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs
2008-09-12matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs
2008-09-11Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje
2008-09-11Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje
2008-09-10Clarify convergence_duration.Michael Niedermayer
2008-09-09set bits_per_coded_sample according to new lavc apiBaptiste Coudurier
2008-09-09matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs
2008-09-09matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs
2008-09-09matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs
2008-09-09matroskadec: move timecode calculation a little earlierAurelien Jacobs
2008-09-09matroskadec: sanitize track time_scale before using itAurelien Jacobs
2008-09-09print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier
2008-09-08set block align in av_write_header if not set, fix issue #489Baptiste Coudurier
2008-09-08write copyright metadata tagBaptiste Coudurier
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-08terminate tag tables by CODEC_ID_NONEBaptiste Coudurier
2008-09-07set default bps to 16 in wav headerBaptiste Coudurier
2008-09-07Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje
2008-09-07Reindent after previous patch.Ronald S. Bultje
2008-09-07Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje
2008-09-07Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje
2008-09-07Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje
2008-09-07bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211Aurelien Jacobs
2008-09-07matroskadec: remove now useless vstream and is_video_key_frameAurelien Jacobs
2008-09-07matroskadec: remove useless bracesAurelien Jacobs
2008-09-07matroskadec: ensure that the timecode added to the index are is the oneAurelien Jacobs
2008-09-05do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier
2008-09-05simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier
2008-09-05matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs
2008-09-05Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier
2008-09-05matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs
2008-09-05set block align and frame size for gsm in aiffBaptiste Coudurier
2008-09-04cosmetics, remove whitespaceBaptiste Coudurier
2008-09-04actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise
2008-09-04skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi
2008-09-03change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier
2008-09-03forbid mp3 < 16000hz in anything except movBaptiste Coudurier
2008-09-03dirac muxing support in mp4/movBaptiste Coudurier
2008-09-03cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier
2008-09-03cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier
2008-09-03cosmetics, vertical alignBaptiste Coudurier
2008-09-03ac3 muxing support in mov/mp4/m4vBaptiste Coudurier
2008-09-03Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger
2008-09-03Add AVPacket.convergence_duration.Michael Niedermayer
2008-09-03Try to clarify the semantics of AVPacket.duration.Michael Niedermayer
2008-09-03Remove unused code that used to handle protocol concatenation, i.e. tryingRonald S. Bultje