summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Make audio decoder description structs constUoti Urpala2008-04-261-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