index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
ad_ffmpeg.c
Commit message (
Expand
)
Author
Age
...
*
typo fix: inited --> initialized
diego
2008-02-14
*
Fix all current known multi-channel wrong order problems by adding
ulion
2007-12-10
*
Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf
reimar
2007-08-27
*
Use new request_channels
reimar
2007-08-23
*
Revert setting audio output channel count for FFmpeg
uau
2007-08-02
*
Set lavc_context->channels before opening the codec, it is sufficient to
reimar
2007-08-01
*
Move extern int audio_output_channels; to ad_internal.h
reimar
2007-07-30
*
Indicate desired number of output channels to ffmpeg audio decoder.
reimar
2007-07-30
*
Use avcodec_decode_audio2 in ad_ffmpeg.c
reimar
2007-06-05
*
Hack around libavutil/bswap.h compilation problems due to always_inline undef...
reimar
2006-12-07
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
*
Do not use sh_audio->wf values if they are definitely invalid
reimar
2006-10-21
*
4 - Implement a better way to calculate current audio pts and use it for
rtognimp
2006-04-24
*
Using channel count, samplerate and input bps values from the container
diego
2006-04-19
*
Trust the demuxer instead of the decoder for samplerate detection.
diego
2006-03-30
*
Move conditional compilation out of the code and into the build system.
diego
2006-01-31
*
malloc padding to avoid access beyond allocated memory
henry
2005-12-19
*
Support new static libavcodec (depends on libavutil).
al
2005-08-01
*
alac support via lavc decoder
rtognimp
2005-03-06
*
pass wave extradata to the codec..
alex
2005-02-01
*
change malloc and free to av_ variants where needed.
reimar
2005-01-08
*
setting samplesize to 2 in decoders where neccessary.
reimar
2004-09-21
*
inttypes
alex
2004-04-06
*
flushing stuff after seeking (finally we can view MPEG without thouse blocks ...
michael
2004-02-18
*
merging fourcc with codec_tag
michael
2003-03-08
*
ffmp2 (with mpeg files) sig11 fixed
arpi
2002-12-28
*
Fix stereo MACE files
rtognimp
2002-11-04
*
MACE fix
arpi
2002-11-04
*
10l - fixed wma version misdetection
alex
2002-10-29
*
pass extradata to the codec
arpi
2002-10-28
*
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
arpi
2002-08-31
*
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...
arpi
2002-08-30
*
dynamic libavcodec.so support updated by
arpi
2002-08-14
*
removed useless contect struct -> code simplified
arpi
2002-04-03
*
using sh->context
alex
2002-04-01
*
argh... Nick messed up driver names too
arpi
2002-03-25
*
imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...
arpi
2002-03-25
[prev]