| Commit message (Expand) | Author | Age | Files | Lines |
* | We only need to disable seeking back in ad_ffmpeg when we actually _use_ | reimar | 2010-01-15 | 1 | -1/+1 |
* | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 1 | -2/+13 |
* | when using -v, print also which lavc codec has been used, not | attila | 2009-11-28 | 1 | -1/+1 |
* | Switch ad_ffmpeg to avcodec_decode_audio3 | reimar | 2009-11-22 | 1 | -1/+5 |
* | Remove unused variable. | reimar | 2009-11-22 | 1 | -1/+0 |
* | ad_ffmpeg: Fix channel layout for ffvorbis and ffaac | tack | 2009-11-04 | 1 | -8/+1 |
* | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 | 1 | -0/+1 |
* | Reindent | reimar | 2009-08-26 | 1 | -1/+1 |
* | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 | 1 | -0/+3 |
* | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 | 1 | -14/+6 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -8/+8 |
* | Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3, | diego | 2009-04-12 | 1 | -1/+2 |
* | Support FFmpeg codecs that decode to other formats than S16. | reimar | 2009-03-18 | 1 | -1/+10 |
* | Fix channel order for ffmpeg flac codec. | ulion | 2008-10-09 | 1 | -0/+2 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 | 1 | -1/+1 |
* | rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*. | ulion | 2008-06-07 | 1 | -1/+1 |
* | Fix ffvorbis decoder's output channel order with channel reordering function. | ulion | 2008-03-05 | 1 | -0/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -5/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 1 | -0/+20 |
* | Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf | reimar | 2007-08-27 | 1 | -0/+2 |
* | Use new request_channels | reimar | 2007-08-23 | 1 | -0/+1 |
* | Revert setting audio output channel count for FFmpeg | uau | 2007-08-02 | 1 | -2/+0 |
* | Set lavc_context->channels before opening the codec, it is sufficient to | reimar | 2007-08-01 | 1 | -2/+2 |
* | Move extern int audio_output_channels; to ad_internal.h | reimar | 2007-07-30 | 1 | -1/+0 |
* | Indicate desired number of output channels to ffmpeg audio decoder. | reimar | 2007-07-30 | 1 | -0/+3 |
* | Use avcodec_decode_audio2 in ad_ffmpeg.c | reimar | 2007-06-05 | 1 | -2/+3 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+1 |
* | Do not use sh_audio->wf values if they are definitely invalid | reimar | 2006-10-21 | 1 | -0/+2 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 1 | -1/+7 |
* | Using channel count, samplerate and input bps values from the container | diego | 2006-04-19 | 1 | -1/+2 |
* | Trust the demuxer instead of the decoder for samplerate detection. | diego | 2006-03-30 | 1 | -6/+5 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 1 | -6/+0 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 1 | -1/+1 |
* | Support new static libavcodec (depends on libavutil). | al | 2005-08-01 | 1 | -1/+1 |
* | alac support via lavc decoder | rtognimp | 2005-03-06 | 1 | -0/+1 |
* | pass wave extradata to the codec.. | alex | 2005-02-01 | 1 | -0/+9 |
* | change malloc and free to av_ variants where needed. | reimar | 2005-01-08 | 1 | -4/+3 |
* | setting samplesize to 2 in decoders where neccessary. | reimar | 2004-09-21 | 1 | -0/+1 |
* | inttypes | alex | 2004-04-06 | 1 | -1/+1 |
* | flushing stuff after seeking (finally we can view MPEG without thouse blocks ... | michael | 2004-02-18 | 1 | -2/+8 |
* | merging fourcc with codec_tag | michael | 2003-03-08 | 1 | -1/+1 |
* | ffmp2 (with mpeg files) sig11 fixed | arpi | 2002-12-28 | 1 | -6/+8 |
* | Fix stereo MACE files | rtognimp | 2002-11-04 | 1 | -2/+2 |
* | MACE fix | arpi | 2002-11-04 | 1 | -0/+12 |
* | 10l - fixed wma version misdetection | alex | 2002-10-29 | 1 | -0/+1 |
* | pass extradata to the codec | arpi | 2002-10-28 | 1 | -5/+24 |
* | -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments | arpi | 2002-08-31 | 1 | -1/+1 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -1/+0 |
* | dynamic libavcodec.so support updated by | arpi | 2002-08-14 | 1 | -1/+1 |
* | removed useless contect struct -> code simplified | arpi | 2002-04-03 | 1 | -28/+14 |
* | using sh->context | alex | 2002-04-01 | 1 | -14/+41 |
* | argh... Nick messed up driver names too | arpi | 2002-03-25 | 1 | -0/+4 |
* | imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu... | arpi | 2002-03-25 | 1 | -0/+106 |