aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Use esds parser for movie esds atom and only pass decoder specific configurat...Gravatar atmos42002-03-24
* - Add parsing of Sync Layer DescriptorGravatar atmos42002-03-24
* 10l fix memory allocationGravatar atmos42002-03-24
* eeh 10l, forgot malloc of esds struct.Gravatar atmos42002-03-24
* Improved MP4 parsing (finally)Gravatar atmos42002-03-24
* sys/types.h required for off_tGravatar arpi2002-03-23
* Add Parsing off ftyp box and some more docs refGravatar atmos42002-03-22
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll in...Gravatar atmos42002-03-21
* insert mpeg4 video header into the first chunkGravatar arpi2002-03-21
* 0.1lGravatar arpi2002-03-21
* support multiple video header extension chunksGravatar arpi2002-03-21
* argh 0.5lGravatar atmos42002-03-21
* Recognize and skip ftype chunk used by some .mp4 files andGravatar atmos42002-03-21
* temporary disabled len=0 code due to reported loop errorsGravatar alex2002-03-21
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w...Gravatar atmos42002-03-21
* added a BMP file demuxer...yeah, that's right, a static image BMP fileGravatar melanson2002-03-20
* add alternative samplerate calculation for files with timescale\!=samplerateGravatar atmos42002-03-20
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h...Gravatar atmos42002-03-19
* added PTS for audio, but seeking still doesn't workGravatar melanson2002-03-18
* FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onGravatar melanson2002-03-17
* don't free our_out_buffer - it's obsoletedGravatar arpi2002-03-17
* added proper PTS support for FILM demuxerGravatar melanson2002-03-16
* BSD compatibility fix by Steven M. SchultzGravatar alex2002-03-16
* Initial ogg demuxer. No seeking, a/v sync is broken. Support aviGravatar albeu2002-03-16
* spelling type fix by Anders Rune JensenGravatar alex2002-03-15
* 0.1l ;)Gravatar alex2002-03-15
* update by Charles HenrichGravatar alex2002-03-15
* audio support and pts based packet handling by Charles HenrichGravatar alex2002-03-15
* mp_msg'ized (for i18n ;)Gravatar alex2002-03-15
* workaround in palette reader for statunit6.mov, needed to implement support f...Gravatar alex2002-03-15
* added get_sh_video/audio and realmedia seekingGravatar alex2002-03-15
* added PRE-ALPHA seeking ability and index table generator (like avi's one)Gravatar alex2002-03-15
* added TVI BSD BT848Gravatar alex2002-03-15
* initialGravatar alex2002-03-15
* mp3 detection fixed...Gravatar arpi2002-03-14
* some cleanup, fixes for video header parsing. finally we get the coded size i...Gravatar arpi2002-03-14
* Add IJPG decoder.Gravatar pontscho2002-03-10
* video_out added to sh_video_tGravatar arpi2002-03-07
* 're-include' possibilityGravatar nick2002-03-03
* fixed some endian issues, like changing bswap_32() -> be2me_32(), andGravatar melanson2002-03-01
* Added waitpid in free_stream to avoid zombiesGravatar albeu2002-02-28
* We should know size of out bufferGravatar nick2002-02-27
* fixes build with new-input disabledGravatar rfelker2002-02-24
* Make blocking call in libmpdemux interuptable (only with new input,Gravatar albeu2002-02-23
* These 2 files are intended for code common to the whole libGravatar albeu2002-02-23
* Handle HTTP OK response that doesn't contain a mime-type.Gravatar bertrand2002-02-23
* Fixed the http response parser when the http header only has the HTTPGravatar bertrand2002-02-23
* Finnaly figured out this little long living bugGravatar albeu2002-02-22
* discovered what appears to be another valid FLI frame magic numberGravatar melanson2002-02-22
* Support for retriving mp3 playlist from the networkGravatar albeu2002-02-21