aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* set sh_audio->delay ins audio-only case so that correct time is displayedGravatar reimar2005-03-01
* Fix the ogg fourcc nightmare!!!Gravatar rfelker2005-02-27
* soft telecine support! :)) patch by nicoGravatar rfelker2005-02-27
* more on tivo vstream support.. 1000l to Joey for forgetting this file and bre...Gravatar rfelker2005-02-27
* added a stream module for the vstream client libraryGravatar joey2005-02-27
* 50000l: fixed various memleaks; CC discontibuities aren't necessarily error c...Gravatar nicodvb2005-02-25
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.Gravatar hzoli2005-02-25
* both reorder and noreorder flags are now availableGravatar nicodvb2005-02-25
* disabled by default frame reorderingGravatar nicodvb2005-02-24
* framerate autodetection for H264 in raw/ts streamsGravatar nicodvb2005-02-24
* replace bzero() with memset()Gravatar nicodvb2005-02-23
* renamed init_adelay to vdelay with opposite rangeGravatar nicodvb2005-02-22
* switch from DIVX -> FMP4 fourcc for libavcodecGravatar michael2005-02-22
* Theora fixes:Gravatar henry2005-02-22
* initial, extremely experimental, libavformat muxer; don't expect anything to ...Gravatar nicodvb2005-02-21
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...Gravatar nicodvb2005-02-21
* swf and flv through libavformatGravatar alex2005-02-21