aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Fix:Gravatar rathann2006-05-14
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...Gravatar gpoirier2006-05-14
* Fix some potential integer overflow in memory allocation (mot of theseGravatar rtognimp2006-05-14
* missing argument for mp_msg, fixes:Gravatar rathann2006-05-13
* where necesary, replaced all realloc() with realloc_struct() to prevent int o...Gravatar nicodvb2006-05-13
* when searching ac3 in unqualified pes_private1 streams there's no need to sca...Gravatar nicodvb2006-05-13
* prevent memleakGravatar nicodvb2006-05-13
* unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unr...Gravatar nicodvb2006-05-13
* accidentally committed this overflow fix with the declaration fix before.Gravatar rfelker2006-05-13
* posix compliance, dont use ancient legacy nameGravatar rfelker2006-05-13
* 10^100l c++ declarationsGravatar rfelker2006-05-13
* allocate correct extradata sizeGravatar nicodvb2006-05-12
* raised max extradata size and refuse to store more than the limitGravatar nicodvb2006-05-12
* don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...Gravatar nicodvb2006-05-12
* search ac3 in dvd substream only if pes_aligned flag is set in the pes header...Gravatar nicodvb2006-05-12
* 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