aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_ffmpeg.c
Commit message (Expand)AuthorAge
* options: move audio_output_channels, audio_output_format to structGravatar Uoti Urpala2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* ad_ffmpeg, vd_ffmpeg: remove pointless castsGravatar diego2010-11-02
* audio: support parameter changes (e.g. channel count) during playbackGravatar reimar2010-11-02
* ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_levelGravatar Uoti Urpala2010-06-02
* ad_ffmpeg: prefer codec to container samplerate for ffaacGravatar Uoti Urpala2010-03-21
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30437Gravatar Uoti Urpala2010-01-28
|\|
* | Merge svn changes up to r30322Gravatar Uoti Urpala2010-01-25
|\ \
| | * 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
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* | Merge svn changes up to r29971Gravatar Uoti Urpala2009-11-29
|\|
| * when using -v, print also which lavc codec has been used, notGravatar attila2009-11-28
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Switch ad_ffmpeg to avcodec_decode_audio3Gravatar reimar2009-11-22
| * Remove unused variable.Gravatar reimar2009-11-22
* | cosmetics: remove some unused variablesGravatar Uoti Urpala2009-11-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * ad_ffmpeg: Fix channel layout for ffvorbis and ffaacGravatar tack2009-11-04
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Make sure avctx->codec_type and codec_id are set, since libavcodecGravatar reimar2009-09-23
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * ReindentGravatar reimar2009-08-26
| * Retry deciding to get audio parameters several times on errors, this avoidsGravatar reimar2009-08-26
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\|
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,Gravatar diego2009-04-12
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Support FFmpeg codecs that decode to other formats than S16.Gravatar reimar2009-03-18
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Fix channel order for ffmpeg flac codec.Gravatar ulion2008-10-09
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* | Merge svn changes up to r27025Gravatar Uoti Urpala2008-06-07
|\|
| * rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.Gravatar ulion2008-06-07
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* 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