aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* Fix a couple of unused variable warnings through the av_unused attribute.Gravatar diego2009-02-07
* Convert CONFIG_ZLIB into a 0/1 option.Gravatar diego2009-02-07
* Adapt to lzo changes in libavutilGravatar reimar2009-02-02
* increase max subtitle stream limitGravatar compn2009-01-28
* WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
* in parse_pat() IDENTIFY program number and pmt_pidGravatar nicodvb2009-01-22
* Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Rearrange genres between numbers 53 and 63 into the correct order.Gravatar diego2009-01-09
* Replace reference to LICENSE file with GPL notice from said file.Gravatar diego2009-01-09
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* added support for manual audio substream selection out of 0xFD PES streams (B...Gravatar nicodvb2009-01-04
* Code simplificationGravatar reimar2009-01-01
* Make AVI demuxer more resilient against broken or incomplete files.Gravatar reimar2009-01-01
* Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ...Gravatar reimar2008-12-24
* Add extra checks to avoid crashes with broken vqf filesGravatar reimar2008-12-14
* license header consistency cosmeticsGravatar diego2008-12-13
* Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* Simplify: use AV_RL32/AV_RB32Gravatar reimar2008-12-13
* Avoid useless casts.Gravatar reimar2008-12-13
* Warning fixes for demux_nutGravatar ods152008-12-12
* Remove resync_audio_stream() from demux_nut seek functionGravatar ods152008-12-12
* Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut APIGravatar ods152008-12-12
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* MNG demuxer by Stefan Schuermans, stefan blinkenarea orgGravatar diego2008-11-30
* Use 64 bit numbers for file positions in the seek function in audio demuxer.Gravatar reimar2008-11-16
* Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* increase the max RTP packet size to 5MB as modern ElphelGravatar attila2008-10-22
* Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Gravatar diego2008-10-16
* Fix double free in demux_nut, patch by Onur Küçük.Gravatar ods152008-10-13
* Remove unused line (and fix an icc warning).Gravatar cehoyos2008-10-09
* Correctly place second const in declaration.Gravatar cehoyos2008-10-05
* Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place whereGravatar diego2008-10-05
* fix compilation w/ FFmpeg r15533Gravatar gpoirier2008-10-03
* Apply patch for oCERT #2008-013 / CVE-2008-3827Gravatar reimar2008-09-30
* Do not special-case a grouping-subsegment length of 0.Gravatar reimar2008-09-25
* riff.h and avi.h are not needed, but avio.h is.Gravatar diego2008-09-15
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* Make internal Matroska demuxer default againGravatar uau2008-09-09
* revert r27551 which break much more things than it fixesGravatar aurel2008-09-09
* Use internal demuxer for Matroska files for nowGravatar uau2008-09-08
* Revert bad changes to SSA/ASS subtitle packet formatGravatar uau2008-09-08
* Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* demux_mkv: output correctly formated ASS packetsGravatar aurel2008-09-05
* lavf: the subtitles display duration is stored in pkt.convergence_durationGravatar aurel2008-09-04
* support E-AC-3 decoding using ffmpegGravatar aurel2008-09-01
* Remove unused GUID_t definition that also incorrectly defined GUID_DEFINEDGravatar reimar2008-08-31
* handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* prefer libavformat to demux matroska filesGravatar aurel2008-08-26