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-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-02spelling cosmeticsDiego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
2008-07-28Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer
2008-07-18MPEGTS: Improve probe functionMåns Rullgård
2008-07-09One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-25Fixing memleaks.Michael Niedermayer
2008-04-24Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer
2008-04-15Using the same probe function in 2 formats is not a good idea.Michael Niedermayer
2008-02-23treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi
2008-01-05improve CRC APIAurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-17When new streams are detected, look for old filters and close them out.Jeff Downs
2007-10-20associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi
2007-09-26added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi
2007-09-26replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi
2007-09-17loosen dependencies over allformats.hAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-13fix compilation with assertAlex Beregszaszi
2007-07-08update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-06-08simplifyMichael Niedermayer
2007-06-08remove now unused "global" pcr_pidMichael Niedermayer
2007-06-08proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer
2007-06-05partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer
2007-06-04harmless typoMichael Niedermayer
2007-06-04fix indentionMichael Niedermayer
2007-06-04remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer
2007-06-04unused variablesMichael Niedermayer
2007-06-04dont rescan for information on each pid, but rather do it just once byMichael Niedermayer
2007-06-04move structs and enums to top of file so they can be usedMichael Niedermayer
2007-06-04passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer
2007-06-04do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer
2007-06-04make new_service() update existing info sanelyMichael Niedermayer
2007-06-04remove fake service/provider names used for PATMichael Niedermayer
2007-06-04IndentationBenoit Fouet
2007-06-03get rid of if(1)Michael Niedermayer
2007-06-03get rid of one layer of callback obfuscationMichael Niedermayer
2007-06-03kill completely idiotic code which hides all but 2 streamsMichael Niedermayer
2007-06-03correct implementation of "try with auto_guess if first detection fails"Michael Niedermayer
2007-06-03revert r4802 (try with auto_guess if first detection fails)Michael Niedermayer
2007-06-03split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl...Michael Niedermayer
2007-05-29variable initialization (because of a gcc warning)Glenn A. Serre
2007-04-15add an enum for need_parsingAurelien Jacobs