aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mpg.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()Gravatar diego2010-11-02
* options: move -alang and -slang to option structGravatar Uoti Urpala2010-05-22
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
* | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| * libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
| * libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* | Fix printf format strings with invalid '%lf' conversionGravatar Uoti Urpala2009-12-15
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Make various functions staticGravatar Uoti Urpala2008-08-12
|/
* use demux_flush() where appropriateGravatar nicodvb2008-06-02
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...Gravatar nicodvb2008-01-26
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* reindentedGravatar nicodvb2007-11-05
* 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s...Gravatar nicodvb2007-11-05
* in update_stats() removed a wrong 'else' that would prevent h264 headers to b...Gravatar nicodvb2007-10-04
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* 100% cosmetics: reindentation and removal of trailing spacesGravatar nicodvb2007-07-08
* unified the skip of header and stuffing bytes after the parsing of pes_extens...Gravatar nicodvb2007-07-08
* 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i...Gravatar nicodvb2007-07-07
* cosmetics: split separate instructions in separate linesGravatar nicodvb2007-07-07
* proper parsing of pes_extension[12] fields (replaces the previous code that r...Gravatar nicodvb2007-07-07
* Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'Gravatar reimar2007-06-17
* clearly specify the valid substream id range, rather than using unreadable bi...Gravatar nicodvb2007-06-12
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Source files should not contain non-ASCII characters.Gravatar diego2007-03-12
* test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy MengGravatar nicodvb2007-02-28
* removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...Gravatar nicodvb2007-02-27
* 100000l: average != semidistance, fixed seeking to the middle position; patch...Gravatar nicodvb2007-02-27
* substream id 0x98..0x9f identifies dtsGravatar nicodvb2007-02-09
* when seeking and the codec is VC1 sync to sequence or entry point headersGravatar nicodvb2007-02-07
* demux_mpg_probe() seek to the initial position before returning - patch by re...Gravatar nicodvb2007-02-03
* removed unused variablesGravatar nicodvb2007-02-03
* sanity checks during codec detection; also reset demuxer->stream->eofGravatar nicodvb2007-01-28
* added code to scan the video stream to search the actual video codec used;Gravatar nicodvb2007-01-28
* include math.h for fabsf()Gravatar nicodvb2007-01-28
* cosmetics: reindentation and braces removalGravatar nicodvb2007-01-28
* moved scoreboarding code to 2 separate functions (update_stats() and clear_st...Gravatar nicodvb2007-01-28