aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 100000l to the fools who don't know CGravatar rfelker2006-05-01
* Change common pts variables from floats to doubles. Individual demuxersGravatar uau2006-04-27
* Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.Gravatar diego2006-04-24
* removed more unused stuffGravatar nicodvb2006-04-24
* when muxing mpeg audio streams analyze the first 32 KB of data to obtain the ...Gravatar nicodvb2006-04-24
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h toGravatar rtognimp2006-04-24
* simplified parse_audio()Gravatar nicodvb2006-04-24
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Do not give bogus timestamps for laced packets with no default duration. Patc...Gravatar mosu2006-04-24
* resource leak fix.Gravatar gpoirier2006-04-23
* Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.Gravatar diego2006-04-23
* Partially revert 1.140, restoring the old behaviour for all codecsGravatar rtognimp2006-04-23
* removed more unused code and struct membersGravatar nicodvb2006-04-22
* removed unused variablesGravatar nicodvb2006-04-22
* moved inline at beginning of declarationGravatar nicodvb2006-04-22
* finally replaced the old interleaving with the new one that respects bufferin...Gravatar nicodvb2006-04-22
* introduced new functions to handle pack writing and interleaving strategy (wi...Gravatar nicodvb2006-04-22
* fixed muxrates for xvcd and xsvcdGravatar nicodvb2006-04-22
* audio init code was previously moved to fix_parameters() so removed from writ...Gravatar nicodvb2006-04-22
* introduced structures and code to keep track of decoder's buffers sizesGravatar nicodvb2006-04-22
* new code to simplify assignment of timestamps; removed temp_ref from mpeg_fra...Gravatar nicodvb2006-04-22
* 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