summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-413/+0
* libav_compat: fix mmx2 define, provide fallback for avcodec_free_frameStefano Pigozzi2012-11-031-1/+1
* demux_lavf: add a hack to work around other hackswm42012-10-301-0/+2
* ad_ffmpeg: add support for planar sample formatsStefano Pigozzi2012-10-141-7/+36
* ad_ffmpeg: add sanity check against decoder overreadsUoti Urpala2012-08-161-2/+4
* video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-241-11/+28
* ad_ffmpeg: switch to avcodec_decode_audio4()Uoti Urpala2012-04-191-69/+112
* Update Libav API usesUoti Urpala2012-02-011-12/+15
* ad_ffmpeg: pass packet side data from libavformatUoti Urpala2012-01-081-13/+26
* Libav API updates (remove most deprecated-in-0.7 uses)Uoti Urpala2011-12-221-2/+1
* ad_ffmpeg: avoid avcodec_close() if avcodec_open() failedUoti Urpala2011-12-061-1/+1
* ad_ffmpeg: free resources on init failureUoti Urpala2011-08-211-4/+12
* ad_ffmpeg: handle timing for partially decoded packets betterUoti Urpala2011-08-211-7/+23
* cosmetics: ad_ffmpeg.c: reformatUoti Urpala2011-08-211-131/+137
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-2/+0
* ad_ffmpeg: return failure from init() if initial decode failsUoti Urpala2011-05-031-6/+13
* Update libav API usesUoti Urpala2011-04-201-1/+1
* ad_ffmpeg: add missing extradata paddingUoti Urpala2011-02-021-1/+2
* demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if availableUoti Urpala2010-11-211-11/+16
* ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_tsreimar2010-11-081-0/+3
* options: move audio_output_channels, audio_output_format to structUoti Urpala2010-11-021-1/+1
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-1/+1
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-6/+2
* ad_ffmpeg, vd_ffmpeg: remove pointless castsdiego2010-11-021-1/+1
* audio: support parameter changes (e.g. channel count) during playbackreimar2010-11-021-21/+49
* ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_levelUoti Urpala2010-06-021-0/+3
* ad_ffmpeg: prefer codec to container samplerate for ffaacUoti Urpala2010-03-211-1/+6
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30437Uoti Urpala2010-01-281-0/+1
|\|
| * Reset the parser on seek. Should fix some cases of audio "blips" after seeking.reimar2010-01-241-0/+1
* | Merge svn changes up to r30322Uoti Urpala2010-01-251-1/+1
|\|
| * We only need to disable seeking back in ad_ffmpeg when we actually _use_reimar2010-01-151-1/+1
* | Merge svn changes up to r30136Uoti Urpala2009-12-301-2/+13
|\|
| * Add support for parsing audio streams (though should be easy to extend to video)reimar2009-12-271-2/+13
* | Merge svn changes up to r29971Uoti Urpala2009-11-291-1/+1
|\|
| * when using -v, print also which lavc codec has been used, notattila2009-11-281-1/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-1/+5
|\|
| * Switch ad_ffmpeg to avcodec_decode_audio3reimar2009-11-221-1/+5
| * Remove unused variable.reimar2009-11-221-1/+0
* | cosmetics: remove some unused variablesUoti Urpala2009-11-171-1/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-8/+1
|\|
| * ad_ffmpeg: Fix channel layout for ffvorbis and ffaactack2009-11-041-8/+1
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-0/+1
|\|
| * Make sure avctx->codec_type and codec_id are set, since libavcodecreimar2009-09-231-0/+1
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+4
|\|
| * Reindentreimar2009-08-261-1/+1
| * Retry deciding to get audio parameters several times on errors, this avoidsreimar2009-08-261-0/+3
* | Merge svn changes up to r29544Uoti Urpala2009-08-221-14/+6
|\|
| * 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
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+2
|\|
| * Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,diego2009-04-121-1/+2
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-1/+10
|\|
| * Support FFmpeg codecs that decode to other formats than S16.reimar2009-03-181-1/+10
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-0/+2
|\|
| * Fix channel order for ffmpeg flac codec.ulion2008-10-091-0/+2
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-1/+1
|\|
| * Fix compilation after libavcodec major version 52 changesuau2008-09-081-1/+1
* | Merge svn changes up to r27025Uoti Urpala2008-06-071-1/+1
|\|
| * rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-071-1/+1
* | 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