aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Change some types to uint8_t where appropriateGravatar reimar2007-01-16
* "Cosmetics" Introduce a memcpy function doing both transparentGravatar reimar2007-01-16
* one more #if 1 removedGravatar nicodvb2007-01-15
* removed useless #if1s added too long time agoGravatar nicodvb2007-01-15
* in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.Gravatar nicodvb2007-01-15
* demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)Gravatar diego2007-01-15
* CosmeticsGravatar reimar2007-01-13
* Implement gif transparencyGravatar reimar2007-01-13
* Fix: refmodes 2 and 3 leave useref unchangedGravatar reimar2007-01-13
* CosmeticsGravatar reimar2007-01-13
* Implement refmode == 2 in gif demuxerGravatar reimar2007-01-13
* Partially support gif using "reference" imagesGravatar reimar2007-01-13
* memset + malloc -> callocGravatar reimar2007-01-13
* Cast SWidth/SHeight to uint16_t, since that's what they actually are.Gravatar reimar2007-01-13
* Forgot to adjust length of memsetGravatar reimar2007-01-13
* Simplify gif demuxer by using memcpy_picGravatar reimar2007-01-13
* One more bounds check, though IMO the gif lib really should do this.Gravatar reimar2007-01-13
* SimplifyGravatar reimar2007-01-13
* Fix crash for gif images that have Top or Left setGravatar reimar2007-01-13
* Fix invalid read for gifs with a palette for less than 256 colorsGravatar reimar2007-01-13
* Move global variables in gif demuxer into priv structGravatar reimar2007-01-13
* cosmetics: typo fix pallete --> paletteGravatar diego2007-01-13
* Frametime was being read from the wrong offset, compareGravatar diego2007-01-13
* add support for avc1 in X-QT over RTSPGravatar gpoirier2007-01-12