aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* Implement getting colors. The mapping between MPlayer's gamma rangeGravatar albeu2006-04-21
* Implement tv_get_color_options() and make tv_set_color_options() returnGravatar albeu2006-04-21
* removed useless (and broken as hell) buffering code from muxer1; buffering co...Gravatar nicodvb2006-04-20
* removed skip_padding (never used and totally useless)Gravatar nicodvb2006-04-20
* added support for DX50 and dx50 4CCsGravatar nicodvb2006-04-20
* fixed wrong operator precedence in parse_mpeg4_video()Gravatar nicodvb2006-04-20
* simplified code to patch the video framerate (removed silly comparisons)Gravatar nicodvb2006-04-20
* changed timebase from 1024 to 300 (no rounding errors with any of the allowed...Gravatar nicodvb2006-04-20
* Make the RTP demuxer work with libdvdread 0.9.5.Gravatar diego2006-04-18
* fixes decoding demoscene.tv nsv at http://213.186.36.129:8000Gravatar gpoirier2006-04-17
* Use ULL for > 32 bits constant.Gravatar reimar2006-04-16
* remove completely pointless != NULL checkGravatar reimar2006-04-16
* always cast stream IDs to unsigned before comparing to MAX_STREAMS.Gravatar reimar2006-04-15
* 10l, keyframes must have tag 0x10, not 1.Gravatar reimar2006-04-14
* missing free in case sdpplin_parse_stream returns invalid stream.Gravatar reimar2006-04-14
* free memory on error in http_add_basic_authenticationGravatar reimar2006-04-14
* remove vts_no parameter from mp_get_titleset_length - it is not only useless,Gravatar reimar2006-04-14
* missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-direct...Gravatar reimar2006-04-12
* timestamps are 33 bits long, so they don't fit in an unsigned int; 10lGravatar nicodvb2006-04-11
* try to detect flac bitrate early on to avoid division by zero problems.Gravatar reimar2006-04-11
* check wav header length against upper limit, should protect againstGravatar reimar2006-04-11
* make failures during e.g. setting the TV norm non-fatal.Gravatar reimar2006-04-11
* make sure the check for valid timestamps does not accidentially search throughGravatar reimar2006-04-10
* do not print the title length from a non-matching titleset.Gravatar reimar2006-04-10
* avoid cache fill status overflow with caches > ca. 20 MBGravatar reimar2006-04-09
* make sure the indx chunk is big enough to hold the basic structure.Gravatar iive2006-04-06
* use calloc instead of malloc - simplifies code and fixes overflow problems.Gravatar reimar2006-04-06
* zero sized frames are not keyframesGravatar michael2006-04-06
* Limit the number of entires to the amount that does fit into the chunk.Gravatar iive2006-04-06
* workaround to prevent segfault: when using -ve lavc with b-frames write_chunk...Gravatar nicodvb2006-04-05
* segfault fix: assign param->apid (that is the audio id found) when inexistent...Gravatar nicodvb2006-04-05
* Fix RealAudio codecs (add descrambling)Gravatar rtognimp2006-04-03
* 10l: huge amount of constant crap in data segmentGravatar rfelker2006-04-03
* Remove mpdvdkit1 cruft from the build system.Gravatar diego2006-04-02
* Don't use free()d pointer CID 260Gravatar rtognimp2006-04-01
* fix descrambling of asf file,Gravatar iive2006-03-30
* Move global vars used for header parsing, etc to dewux->priv as it shouldGravatar albeu2006-03-29
* 100L to who wrote this. Also fix broken headers while at it.Gravatar albeu2006-03-29
* Fix passing qdm2 extradata to lavc decoderGravatar rtognimp2006-03-27
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Remove superfluous extern variable declaration.Gravatar diego2006-03-27
* Fix a/v desync for real some filesGravatar rtognimp2006-03-26
* H264: when fixed_fps is set the framerate is expressed in fields per second, ...Gravatar nicodvb2006-03-25
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia...Gravatar mosu2006-03-22
* 10l, checking for NULL after dereferencing makes no sense (though what is thi...Gravatar reimar2006-03-22
* retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox...Gravatar aurel2006-03-20
* Do not use ptr when it's NULL. CID 89Gravatar rtognimp2006-03-19