aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Fixes double import of avs_create_script_environment.Gravatar gpoirier2005-04-30
* revert one line of version 1.182 patch (caused use of already-freedGravatar rfelker2005-04-29
* Also '3g2a' can be used for 3GPP Profile 2Gravatar rtognimp2005-04-28
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28
* added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbosityGravatar nicodvb2005-04-27
* wrong framesize calculation for layers 1 and 2 with lsf setGravatar nicodvb2005-04-24
* use the documented default video device /dev/video0 instead of /dev/video tha...Gravatar iive2005-04-23
* proper fixGravatar rfelker2005-04-20
* undo dominik's 1000l cvs admin -o (recommitting bad patch)Gravatar rfelker2005-04-20
* integer overflow when reading fps from h264 vui.Gravatar lorenm2005-04-19
* Fix MP3 detection (list of found MP3 headers was not kep sorted).Gravatar reimar2005-04-18
* check the result of poll() before read()ing; 100lGravatar nicodvb2005-04-18
* 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