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
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
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-09demux VC1 in mpegtsNico Sabbi
2007-01-31Add some context to av_log calls.Michel Bardiaux
2007-01-24mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson
2007-01-24"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...Daniel Kristjansson
2006-11-11make some symbols staticMåns Rullgård
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-27scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-08Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-04-01This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård
2006-04-01fix memory leak on mpegts closeMåns Rullgård
2006-03-06generic crc calculation codeMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-02try with auto_guess if first detection failsNico Sabbi