| Commit message (Expand) | Author | Age | Files | Lines |
* | treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC... | Nico Sabbi | 2008-02-23 | 1 | -0/+27 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 1 | -1/+2 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -17/+17 |
* | When new streams are detected, look for old filters and close them out. | Jeff Downs | 2007-11-17 | 1 | -2/+2 |
* | associate to each AVProgram the indexes of the AVStreams contained in it | Nico Sabbi | 2007-10-20 | 1 | -0/+3 |
* | added structures and code to keep track of pids<->programs mapping: it's needed | Nico Sabbi | 2007-09-25 | 1 | -0/+98 |
* | replaced custom tracking of programs/services with calls to with av_new_progr... | Nico Sabbi | 2007-09-25 | 1 | -54/+7 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 1 | -1/+2 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | fix compilation with assert | Alex Beregszaszi | 2007-07-13 | 1 | -1/+1 |
* | update SectionCallback and PESCallback typedefs to match functions | Måns Rullgård | 2007-07-08 | 1 | -4/+6 |
* | Use AV_RB* macros where appropriate. | Ronald S. Bultje | 2007-07-06 | 1 | -17/+12 |
* | simplify | Michael Niedermayer | 2007-06-08 | 1 | -4/+1 |
* | remove now unused "global" pcr_pid | Michael Niedermayer | 2007-06-08 | 1 | -3/+0 |
* | proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc... | Michael Niedermayer | 2007-06-08 | 1 | -9/+9 |
* | partially revert r2931 (Support raw mpegts streams from dvr) | Michael Niedermayer | 2007-06-04 | 1 | -8/+0 |
* | harmless typo | Michael Niedermayer | 2007-06-04 | 1 | -1/+1 |
* | fix indention | Michael Niedermayer | 2007-06-04 | 1 | -8/+7 |
* | remove duplicate PAT scaning code and actual PAT scan | Michael Niedermayer | 2007-06-04 | 1 | -57/+2 |
* | unused variables | Michael Niedermayer | 2007-06-04 | 1 | -2/+1 |
* | dont rescan for information on each pid, but rather do it just once by | Michael Niedermayer | 2007-06-04 | 1 | -26/+14 |
* | move structs and enums to top of file so they can be used | Michael Niedermayer | 2007-06-04 | 1 | -28/+28 |
* | passing MpegTSFilter to the filters instead of a random void *opaque | Michael Niedermayer | 2007-06-04 | 1 | -25/+18 |
* | do not perform SDT scan at the begin (this avoids a timeconsuming search for | Michael Niedermayer | 2007-06-04 | 1 | -18/+1 |
* | make new_service() update existing info sanely | Michael Niedermayer | 2007-06-04 | 1 | -7/+19 |
* | remove fake service/provider names used for PAT | Michael Niedermayer | 2007-06-04 | 1 | -12/+1 |
* | Indentation | Benoit Fouet | 2007-06-04 | 1 | -36/+36 |
* | get rid of if(1) | Michael Niedermayer | 2007-06-02 | 1 | -2/+0 |
* | get rid of one layer of callback obfuscation | Michael Niedermayer | 2007-06-02 | 1 | -16/+4 |
* | kill completely idiotic code which hides all but 2 streams | Michael Niedermayer | 2007-06-02 | 1 | -6/+4 |
* | correct implementation of "try with auto_guess if first detection fails" | Michael Niedermayer | 2007-06-02 | 1 | -2/+2 |
* | revert r4802 (try with auto_guess if first detection fails) | Michael Niedermayer | 2007-06-02 | 1 | -10/+2 |
* | split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl... | Michael Niedermayer | 2007-06-02 | 1 | -10/+21 |
* | variable initialization (because of a gcc warning) | Glenn A. Serre | 2007-05-29 | 1 | -1/+1 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -1/+1 |
* | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris | 2007-03-12 | 1 | -5/+5 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | demux VC1 in mpegts | Nico Sabbi | 2007-02-09 | 1 | -1/+6 |
* | Add some context to av_log calls. | Michel Bardiaux | 2007-01-31 | 1 | -16/+16 |
* | mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj... | Daniel Kristjansson | 2007-01-23 | 1 | -13/+28 |
* | "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu... | Daniel Kristjansson | 2007-01-23 | 1 | -16/+21 |
* | make some symbols static | Måns Rullgård | 2006-11-11 | 1 | -1/+1 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa... | Nico Sabbi | 2006-08-27 | 1 | -3/+3 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -9/+0 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -3/+3 |
* | Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). | Nico Sabbi | 2006-07-08 | 1 | -2/+6 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -6/+6 |
* | This patch simply adds demuxing support for AC-3 streams in DVB TS | Måns Rullgård | 2006-04-01 | 1 | -0/+5 |