aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_ffmpeg.c
Commit message (Expand)AuthorAge
* Do not use sh_audio->wf values if they are definitely invalidGravatar reimar2006-10-21
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* Using channel count, samplerate and input bps values from the containerGravatar diego2006-04-19
* Trust the demuxer instead of the decoder for samplerate detection.Gravatar diego2006-03-30
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* Support new static libavcodec (depends on libavutil).Gravatar al2005-08-01
* alac support via lavc decoderGravatar rtognimp2005-03-06
* pass wave extradata to the codec..Gravatar alex2005-02-01
* change malloc and free to av_ variants where needed.Gravatar reimar2005-01-08
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* inttypesGravatar alex2004-04-06
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...Gravatar michael2004-02-18
* merging fourcc with codec_tagGravatar michael2003-03-08
* ffmp2 (with mpeg files) sig11 fixedGravatar arpi2002-12-28
* Fix stereo MACE filesGravatar rtognimp2002-11-04
* MACE fixGravatar arpi2002-11-04
* 10l - fixed wma version misdetectionGravatar alex2002-10-29
* pass extradata to the codecGravatar arpi2002-10-28
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* dynamic libavcodec.so support updated byGravatar arpi2002-08-14
* removed useless contect struct -> code simplifiedGravatar arpi2002-04-03
* using sh->contextGravatar alex2002-04-01
* argh... Nick messed up driver names tooGravatar arpi2002-03-25
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...Gravatar arpi2002-03-25