aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-1/+1
|\
| * Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-211-1/+1
* | mpegts: make sure the "standard" code doesnt override the probing with NONE/D...Michael Niedermayer2011-09-151-0/+6
* | make mpegts_get_pcr resync if it's not on a valid mpegts packetelupus2011-09-141-0/+6
* | cosmetic reindent of mpegts_get_pcrelupus2011-09-141-11/+11
* | check return value of url_fseek in mpegts_get_pcrelupus2011-09-141-1/+2
* | respect the maximum position mpegts_get_pcr is allowed to seek toelupus2011-09-141-4/+4
* | remove unused code in mpegts_get_pcrelupus2011-09-141-16/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-6/+10
|\|
| * mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-111-1/+3
| * mpegts: on seek, reset the cc for all PIDsAviad Rozenhek2011-09-111-5/+7
* | mpegts: When playing mpegts over rtp/rtsp/sdp, lavf must still read PAT/SDT t...Joakim Plate2011-09-111-0/+3
* | mpegts: update comment to match codeMichael Niedermayer2011-09-111-1/+1
* | mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2011-09-101-0/+6
* | Only autodetect loas in transport streams.Carl Eugen Hoyos2011-08-301-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-261-2/+1
|\|
| * mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-251-2/+1
| * mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse2011-08-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-7/+0
|\|
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-7/+0
* | Always pass a AVFormatContext to av_log.Reimar Döffinger2011-08-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-021-29/+57
|\|
| * mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich2011-08-021-2/+7
| * mpegts: Move scan test to handle_packetsZohar Kelrich2011-08-021-19/+20
| * mpegts: Mark corrupted packetsZohar Kelrich2011-08-021-0/+11
| * mpegts: Reset continuity counter on seekZohar Kelrich2011-08-021-0/+1
| * mpegts: Fix for continuity counterZohar Kelrich2011-08-021-10/+20
| * mpegts: Silence "can't seek" warning on unseekableZohar Kelrich2011-08-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-4/+0
|\|
| * mpegts: remove invalid error checkMike Williams2011-07-291-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-18/+17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-18/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-2/+3
|\|
| * mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-07-111-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-0/+1
|\|
| * Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-4/+4
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-111-2/+0
|\|
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-5/+6
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-5/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-9/+4
|\|
| * mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun2011-06-031-9/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-4/+2
|\|
| * Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-021-1/+1
* | Export PCR pidKieran Kunhya2011-05-281-0/+12
* | Export more transport stream information.Kieran Kunhya2011-05-281-1/+6
* | Output MPEG-TS stream identifiers.Kieran Kunhya2011-05-281-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-1/+21
|\|