| Commit message (Expand) | Author | Age |
* | ad_ffmpeg: add sanity check against decoder overreads | Uoti Urpala | 2012-08-16 |
* | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 |
* | ad_ffmpeg: switch to avcodec_decode_audio4() | Uoti Urpala | 2012-04-19 |
* | Update Libav API uses | Uoti Urpala | 2012-02-01 |
* | ad_ffmpeg: pass packet side data from libavformat | Uoti Urpala | 2012-01-08 |
* | Libav API updates (remove most deprecated-in-0.7 uses) | Uoti Urpala | 2011-12-22 |
* | ad_ffmpeg: avoid avcodec_close() if avcodec_open() failed | Uoti Urpala | 2011-12-06 |
* | ad_ffmpeg: free resources on init failure | Uoti Urpala | 2011-08-21 |
* | ad_ffmpeg: handle timing for partially decoded packets better | Uoti Urpala | 2011-08-21 |
* | cosmetics: ad_ffmpeg.c: reformat | Uoti Urpala | 2011-08-21 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 |
* | ad_ffmpeg: return failure from init() if initial decode fails | Uoti Urpala | 2011-05-03 |
* | Update libav API uses | Uoti Urpala | 2011-04-20 |
* | ad_ffmpeg: add missing extradata padding | Uoti Urpala | 2011-02-02 |
* | demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if available | Uoti Urpala | 2010-11-21 |
* | ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_ts | reimar | 2010-11-08 |
* | options: move audio_output_channels, audio_output_format to struct | Uoti Urpala | 2010-11-02 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 |
* | ad_ffmpeg, vd_ffmpeg: remove pointless casts | diego | 2010-11-02 |
* | audio: support parameter changes (e.g. channel count) during playback | reimar | 2010-11-02 |
* | ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_level | Uoti Urpala | 2010-06-02 |
* | ad_ffmpeg: prefer codec to container samplerate for ffaac | Uoti Urpala | 2010-03-21 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 |
* | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 |
|\ |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 |
* | | Merge svn changes up to r30437 | Uoti Urpala | 2010-01-28 |
|\| |
|
* | | Merge svn changes up to r30322 | Uoti Urpala | 2010-01-25 |
|\ \ |
|
| | * | Reset the parser on seek. Should fix some cases of audio "blips" after seeking. | reimar | 2010-01-24 |
| |/ |
|
| * | We only need to disable seeking back in ad_ffmpeg when we actually _use_ | reimar | 2010-01-15 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 |
|\| |
|
| * | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 |
* | | Merge svn changes up to r29971 | Uoti Urpala | 2009-11-29 |
|\| |
|
| * | when using -v, print also which lavc codec has been used, not | attila | 2009-11-28 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 |
|\| |
|
| * | Switch ad_ffmpeg to avcodec_decode_audio3 | reimar | 2009-11-22 |
| * | Remove unused variable. | reimar | 2009-11-22 |
* | | cosmetics: remove some unused variables | Uoti Urpala | 2009-11-17 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 |
|\| |
|
| * | ad_ffmpeg: Fix channel layout for ffvorbis and ffaac | tack | 2009-11-04 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 |
|\| |
|
| * | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 |
|\| |
|
| * | Reindent | reimar | 2009-08-26 |
| * | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 |
* | | Merge svn changes up to r29544 | Uoti Urpala | 2009-08-22 |
|\| |
|
| * | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 |