| Commit message (Expand) | Author | Age | Files | Lines |
* | Change TS seeking so it returns position/timestamp of a key frame. | Ivan Schreter | 2009-02-28 | 1 | -4/+12 |
* | use new metadata API in mpegts demuxer | Aurelien Jacobs | 2009-02-10 | 1 | -3/+5 |
* | Fix minor memory leak. | Jindřich Makovička | 2009-02-06 | 1 | -0/+7 |
* | Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) | Michael Niedermayer | 2009-02-03 | 1 | -5/+6 |
* | set pts and dts when only pts is present, according to specs | Baptiste Coudurier | 2009-01-23 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | mpegts: replace Program_t typedef with "struct Program" | Måns Rullgård | 2008-12-13 | 1 | -7/+7 |
* | Add necessary header for av_set_program_name and av_program_add_stream_index. | Diego Biurrun | 2008-12-03 | 1 | -0/+1 |
* | Move declaration of av_set_program_name and av_program_add_stream_index | Diego Biurrun | 2008-12-03 | 1 | -2/+0 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -2/+2 |
* | spelling cosmetics | Diego Biurrun | 2008-10-02 | 1 | -1/+1 |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -1/+2 |
* | Add flag to mark demuxers that can output discontinuous timestamps. | Michael Niedermayer | 2008-08-15 | 1 | -2/+2 |
* | Dirac encapsulation in MPEG-TS | Anuradha Suraparaju | 2008-08-13 | 1 | -1/+20 |
* | Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. | Michael Niedermayer | 2008-07-27 | 1 | -1/+1 |
* | MPEGTS: Improve probe function | Måns Rullgård | 2008-07-18 | 1 | -2/+2 |
* | One-bit bitfields should probably be unsigned. Unfortunately, it is left | Erik Hovland | 2008-07-08 | 1 | -2/+2 |
* | uniformize AVStream->priv_data freeing in av_close_input_stream | Baptiste Coudurier | 2008-06-20 | 1 | -2/+0 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Fixing memleaks. | Michael Niedermayer | 2008-04-24 | 1 | -0/+5 |
* | Ensure that the timestamp reading code used for seeking chooses a position | Michael Niedermayer | 2008-04-23 | 1 | -1/+6 |
* | Using the same probe function in 2 formats is not a good idea. | Michael Niedermayer | 2008-04-15 | 1 | -1/+1 |
* | 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 |