aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approv...Gravatar nicodvb2007-02-04
* Do not read beyond end of data chunk if chunk_size is set.Gravatar reimar2007-02-04
* demux_mpg_probe() seek to the initial position before returning - patch by re...Gravatar nicodvb2007-02-03
* removed unused variablesGravatar nicodvb2007-02-03
* mf demuxer only works with mf:// urls, so check for that.Gravatar reimar2007-02-01
* Make mkv demuxer use ffmpeg LZO as well.Gravatar reimar2007-01-31
* Support 16bit bigendian PCM audio from libavformatGravatar reimar2007-01-30
* reduced verbosityGravatar nicodvb2007-01-29
* 5l, check that the codec type detected by ts_detect_streams() is actually aud...Gravatar nicodvb2007-01-29
* fix audio type when ts_detect_streams detects that a private1 stream is actua...Gravatar nicodvb2007-01-29
* sanity checks during codec detection; also reset demuxer->stream->eofGravatar nicodvb2007-01-28
* added code to scan the video stream to search the actual video codec used;Gravatar nicodvb2007-01-28
* include math.h for fabsf()Gravatar nicodvb2007-01-28
* cosmetics: reindentation and braces removalGravatar nicodvb2007-01-28
* moved scoreboarding code to 2 separate functions (update_stats() and clear_st...Gravatar nicodvb2007-01-28
* Fix number of rows in interlaced mode.Gravatar reimar2007-01-28
* 10l, confused current "frame" with canvas width.Gravatar reimar2007-01-28
* set has_valid_timestamps and corresponding first and final pts only afterGravatar nicodvb2007-01-28
* Hack: use refmode == 1 instead of == 0, as browsers behave like thisGravatar reimar2007-01-28
* Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ...Gravatar reimar2007-01-28
* Call real_fix_timestamp() after seeking, to avoid video freezing Gravatar rtogni2007-01-27
* Simplify and make lzo decompression code more similar to zlib one.Gravatar reimar2007-01-27
* Forgotten free on errorGravatar reimar2007-01-27
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...Gravatar reimar2007-01-27
* Remove comment printed by -demuxer help, it belongs in the copyright header.Gravatar diego2007-01-25
* Remove ff_gcd prototype and include avutil.h instead where it is defined.Gravatar reimar2007-01-25
* Use interleaver id to select the correct interleaver instead of guessing Gravatar rtogni2007-01-24
* Use interleaver id to select the correct interleaver instead of guessing Gravatar rtogni2007-01-24
* better autodetection of framerate in case of h264; it works correctly with b-...Gravatar nicodvb2007-01-23
* substream 0x75 doesn't seem to be a valid vc1 stream, after all; removedGravatar nicodvb2007-01-22
* set priv->last_pts to the pts read only if the pts was really read; patch by ...Gravatar nicodvb2007-01-22
* Discard -Wdeclaration-after-statement warning.Gravatar diego2007-01-21
* Instead of printing a useless "sig11 coming soon" message, just abort parsingGravatar reimar2007-01-21
* Sanity-check sh_video->bih->biSizeGravatar reimar2007-01-21
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.cGravatar reimar2007-01-21
* Forgotten CodecTag -> AVCodecTagGravatar reimar2007-01-21
* Fix compilation after lavf changesGravatar reimar2007-01-21
* support -ffourcc with -of lavfGravatar reimar2007-01-21
* in h264_parse_sps() reuse mp_unescape03()Gravatar nicodvb2007-01-20
* vc1 probing code: if sh_video->bih can't be callocated exitGravatar nicodvb2007-01-20
* in vc1 probing code, all packets before the first sequence header must be ski...Gravatar nicodvb2007-01-20
* removed unused variables; replaced wrong call to realloc() with calloc() in v...Gravatar nicodvb2007-01-20
* decode vc1 sequence header and frame it in video_read_frame();Gravatar nicodvb2007-01-20
* demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten...Gravatar nicodvb2007-01-20
* added function to parse vc1 sequence headerGravatar nicodvb2007-01-20
* Compile fix: LE_* -> AV_RL*Gravatar reimar2007-01-19
* 1000l; fixed wrong operator precedenceGravatar nicodvb2007-01-17
* unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusGravatar nicodvb2007-01-17
* in evo files [e]ac3 substreams range from 0xc0 to 0xcfGravatar nicodvb2007-01-16
* Interlaced gif supportGravatar reimar2007-01-16