summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Reset the parser on seek. Should fix some cases of audio "blips" after seeking.reimar2010-01-241-0/+1
* We only need to disable seeking back in ad_ffmpeg when we actually _use_reimar2010-01-151-1/+1
* Add support for parsing audio streams (though should be easy to extend to video)reimar2009-12-271-2/+13
* when using -v, print also which lavc codec has been used, notattila2009-11-281-1/+1
* Switch ad_ffmpeg to avcodec_decode_audio3reimar2009-11-221-1/+5
* Remove unused variable.reimar2009-11-221-1/+0
* ad_ffmpeg: Fix channel layout for ffvorbis and ffaactack2009-11-041-8/+1
* Make sure avctx->codec_type and codec_id are set, since libavcodecreimar2009-09-231-0/+1
* Reindentreimar2009-08-261-1/+1
* Retry deciding to get audio parameters several times on errors, this avoidsreimar2009-08-261-0/+3
* Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,tack2009-08-181-14/+6
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-8/+8
* Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,diego2009-04-121-1/+2
* Support FFmpeg codecs that decode to other formats than S16.reimar2009-03-181-1/+10
* Fix channel order for ffmpeg flac codec.ulion2008-10-091-0/+2
* Fix compilation after libavcodec major version 52 changesuau2008-09-081-1/+1
* rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-071-1/+1
* Fix ffvorbis decoder's output channel order with channel reordering function.ulion2008-03-051-0/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+1
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Fix all current known multi-channel wrong order problems by addingulion2007-12-101-0/+20
* Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wfreimar2007-08-271-0/+2
* Use new request_channelsreimar2007-08-231-0/+1
* Revert setting audio output channel count for FFmpeguau2007-08-021-2/+0
* Set lavc_context->channels before opening the codec, it is sufficient toreimar2007-08-011-2/+2
* Move extern int audio_output_channels; to ad_internal.hreimar2007-07-301-1/+0
* Indicate desired number of output channels to ffmpeg audio decoder.reimar2007-07-301-0/+3
* Use avcodec_decode_audio2 in ad_ffmpeg.creimar2007-06-051-2/+3
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+1
* Do not use sh_audio->wf values if they are definitely invalidreimar2006-10-211-0/+2
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-241-1/+7
* Using channel count, samplerate and input bps values from the containerdiego2006-04-191-1/+2
* Trust the demuxer instead of the decoder for samplerate detection.diego2006-03-301-6/+5
* Move conditional compilation out of the code and into the build system.diego2006-01-311-6/+0
* malloc padding to avoid access beyond allocated memoryhenry2005-12-191-1/+1
* Support new static libavcodec (depends on libavutil).al2005-08-011-1/+1
* alac support via lavc decoderrtognimp2005-03-061-0/+1
* pass wave extradata to the codec..alex2005-02-011-0/+9
* change malloc and free to av_ variants where needed.reimar2005-01-081-4/+3
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-0/+1
* inttypesalex2004-04-061-1/+1
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...michael2004-02-181-2/+8
* merging fourcc with codec_tagmichael2003-03-081-1/+1
* ffmp2 (with mpeg files) sig11 fixedarpi2002-12-281-6/+8
* Fix stereo MACE filesrtognimp2002-11-041-2/+2
* MACE fixarpi2002-11-041-0/+12
* 10l - fixed wma version misdetectionalex2002-10-291-0/+1
* pass extradata to the codecarpi2002-10-281-5/+24
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* dynamic libavcodec.so support updated byarpi2002-08-141-1/+1
* removed useless contect struct -> code simplifiedarpi2002-04-031-28/+14
* using sh->contextalex2002-04-011-14/+41
* argh... Nick messed up driver names tooarpi2002-03-251-0/+4
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-251-0/+106