aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_ffmpeg.c
Commit message (Expand)AuthorAge
* Reset the parser on seek. Should fix some cases of audio "blips" after seeking.Gravatar reimar2010-01-24
* We only need to disable seeking back in ad_ffmpeg when we actually _use_Gravatar reimar2010-01-15
* Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* when using -v, print also which lavc codec has been used, notGravatar attila2009-11-28
* Switch ad_ffmpeg to avcodec_decode_audio3Gravatar reimar2009-11-22
* Remove unused variable.Gravatar reimar2009-11-22
* ad_ffmpeg: Fix channel layout for ffvorbis and ffaacGravatar tack2009-11-04
* Make sure avctx->codec_type and codec_id are set, since libavcodecGravatar reimar2009-09-23
* ReindentGravatar reimar2009-08-26
* Retry deciding to get audio parameters several times on errors, this avoidsGravatar reimar2009-08-26
* Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,Gravatar diego2009-04-12
* Support FFmpeg codecs that decode to other formats than S16.Gravatar reimar2009-03-18
* 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