aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...Gravatar rtognimp2006-05-11
* unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ...Gravatar nicodvb2006-05-10
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...Gravatar nicodvb2006-05-10
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cGravatar nicodvb2006-05-07
* support for vfps OGM filesGravatar diego2006-05-06
* Fix calculation of stream sizes when they are too big for a 32-bit variableGravatar pacman2006-05-06
* fixed %d->PRIu64 in read_mpeg_timestamp()Gravatar nicodvb2006-05-03
* stream_read_word() returns _unsigned_ intGravatar nicodvb2006-05-03
* in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...Gravatar nicodvb2006-05-03
* 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