aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_ffmpeg.c
Commit message (Expand)AuthorAge
* Fix channel order for ffmpeg flac codec.Gravatar ulion2008-10-09
* Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.Gravatar ulion2008-06-07
* Fix ffvorbis decoder's output channel order with channel reordering function.Gravatar ulion2008-03-05
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* typo fix: inited --> initializedGravatar diego2008-02-14
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wfGravatar reimar2007-08-27
* Use new request_channelsGravatar reimar2007-08-23
* Revert setting audio output channel count for FFmpegGravatar uau2007-08-02
* Set lavc_context->channels before opening the codec, it is sufficient toGravatar reimar2007-08-01
* Move extern int audio_output_channels; to ad_internal.hGravatar reimar2007-07-30
* Indicate desired number of output channels to ffmpeg audio decoder.Gravatar reimar2007-07-30
* Use avcodec_decode_audio2 in ad_ffmpeg.cGravatar reimar2007-06-05
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* 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