| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |