aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Do not force real demuxer on x-pn-realaudio mimetypeGravatar rtognimp2005-04-17
* nico partially fixed the bug i reported; here's the rest of the fix.Gravatar rfelker2005-04-17
* skip framelen-4 bytes after having successfully detected an mpeg audio frameGravatar nicodvb2005-04-17
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign...Gravatar nicodvb2005-04-17
* added missing initializer in URLProtocolo; mux packets only if len > 0; secon...Gravatar nicodvb2005-04-17
* Use define instead of hardcodec value for max streams numberGravatar rtognimp2005-04-16
* Mark modified imported files as such to comply more closely with GPL ยง2a.Gravatar diego2005-04-16
* Fix potential buffer overflow for urls with more than 20 streamsGravatar rtognimp2005-04-15
* Fix potential buffer overflow if server answers with too many linesGravatar rtognimp2005-04-15
* Online audio switching now supports Matroska too. Patch by Michael BehrischGravatar gpoirier2005-04-13
* Make string_utf16 code behave almost the same with or without iconvGravatar rtognimp2005-04-13
* changed :vaspect option to CONF_TYPE_FLOATGravatar nicodvb2005-04-10
* "Fix" for pnm EOF detection (stop on read errors)Gravatar rtognimp2005-04-09
* Stop streaming if we got a server error or message on pnm streaming.Gravatar rtognimp2005-04-09
* set width, height and biCompression when the video stream contains avc1; reus...Gravatar nicodvb2005-04-09
* assign picture->(width,height) when parsing h264Gravatar nicodvb2005-04-09
* obvious gcc warning fix, approved by NicoGravatar rathann2005-04-08
* demux ac3 by means of lavf by defaultGravatar nicodvb2005-04-07
* - fix gcc warnings, strlcat/strlcpy prototypesGravatar rathann2005-04-06
* fix http://bugzilla.mplayerhq.hu/show_bug.cgi?id=260Gravatar rathann2005-04-06
* Added support of audio stream switching in the MPEG demuxer using the #-keyGravatar gpoirier2005-04-03
* allocate and fill extradata field for video_avc (raw nal units, extradata con...Gravatar nicodvb2005-04-03
* added support for mpa layers 1 and 2Gravatar nicodvb2005-04-02
* filename-based detection for h264 ESGravatar lorenm2005-04-01
* Fix alac from QTpro (in standard mov file, not in m4a file)Gravatar rtognimp2005-03-30
* various (de)muxer_lavf fixesGravatar michael2005-03-25
* set i_bpsGravatar michael2005-03-25
* 1000l (dwSampleSize != nSamplesPerSec)Gravatar michael2005-03-25
* discard streams we dont needGravatar michael2005-03-25
* wrong binary operatorGravatar nicodvb2005-03-23
* consider parse random_access_point from the adaption_field to determine if th...Gravatar nicodvb2005-03-23
* SL payloads are pushed to audio and video fifo only when they are flagged wit...Gravatar nicodvb2005-03-22
* initial support for SL packetized data, with certain limitations; partly rewo...Gravatar nicodvb2005-03-20
* export getbits() as mp_getbits()Gravatar nicodvb2005-03-20
* missing declaration, fixes:Gravatar rathann2005-03-18
* Rather simple patch for RAWDV demuxer which lets it say whats the totalGravatar rtognimp2005-03-09
* fixed support for mp3 at <32000 sample_rateGravatar nicodvb2005-03-07
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMGravatar nicodvb2005-03-06
* alac support via lavc decoderGravatar rtognimp2005-03-06
* converted vframerate to CONF_TYPE_FLOATGravatar nicodvb2005-03-04
* 100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the sameGravatar rfelker2005-03-04
* Fix very old ra files with no fourccGravatar rtognimp2005-03-03
* Fix some 28.8 ra files with four text stringsGravatar rtognimp2005-03-03
* Fix rm files with a really big index chunk.Gravatar reimar2005-03-03
* Make nuv files work on bigendian (but old nuv files created with mencoderGravatar reimar2005-03-03
* recalculate frame duration after soft telecineGravatar nicodvb2005-03-03
* Fix:Gravatar rathann2005-03-01
* missing #include (for malloc and free)Gravatar rathann2005-03-01
* 100l wrong binary operator when setting progressive frameGravatar nicodvb2005-03-01
* telecine now works in display order (rather than decoding), as far as there a...Gravatar nicodvb2005-03-01