2008-02-14 |
diego |
typo fix: inited --> initialized
|
2008-01-12 |
reimar |
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
|
2007-12-03 |
rfelker |
10l, len may change after initialization time
|
2007-12-03 |
rfelker |
fix declaration after statement, take 2
|
2007-12-03 |
rfelker |
fix declaration after statement
|
2007-11-08 |
reimar |
Simplify decode_audio function a bit.
|
2007-11-03 |
reimar |
Remove a check+abort, this case should never happen anyway, and if it does
|
2007-11-01 |
uau |
Simplify init_audio_filters() arguments
|
2007-11-01 |
uau |
audio: simplify buffer allocation code
|
2007-11-01 |
uau |
Change decode_audio() interface
|
2007-11-01 |
uau |
Replace hopefully unreachable code with abort()
|
2007-11-01 |
uau |
dec_audio.c: Make some functions static
|
2007-11-01 |
uau |
Simplify audio buffer allocation logic
|
2007-11-01 |
uau |
Reindent dec_audio.c
|
2007-08-28 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
2007-03-15 |
diego |
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-02-10 |
uau |
Fix memory leak when changing playback speed
|
2006-11-07 |
uau |
Fix code that cuts audio data if the filters produce too much.
|
2006-10-06 |
ivo |
print bits/s, not bytes/s
|
2006-08-15 |
ivo |
display correct audio bitrate, samplerate and number of channels once
|
2006-08-14 |
uau |
Remove empty function that isn't used anywhere (and never has been??).
|
2006-08-14 |
uau |
Fix buffer size sanity check to match what is actually required.
|
2006-07-03 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 3
|
2006-04-24 |
reynaldo |
Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
|
2006-02-16 |
aurel |
memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
|
2006-02-14 |
diego |
Align memory at 16 byte boundaries.
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2006-01-19 |
diego |
Push "Building audio filter chain" up to verbose level.
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-10-18 |
diego |
Make a few more messages translatable by moving them into help_mp-en.h.
|
2005-08-30 |
reimar |
Allow forcing of demuxers and codecs by prepending '+'
|
2005-08-25 |
faust3 |
10l, missing return
|
2005-07-10 |
reimar |
-af-adv force=1 is now default (and thus also lavcresample)
|
2005-06-24 |
reimar |
make -srate work again, unify audio filter init and preinit.
|
2005-06-20 |
gpoirier |
adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
|
2005-02-25 |
hzoli |
Remove file-global mpadec, add ad_driver member to sh_audio_t instead.
|
2005-02-25 |
alex |
finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
|
2005-02-25 |
hzoli |
If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the
|
2005-02-25 |
alex |
more verbose message
|
2005-01-17 |
iive |
Revert sh_audio->wf freeing.
|
2004-12-27 |
alex |
removing AFMT_ dependancy
|
2004-11-15 |
iive |
Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.
|
2004-09-16 |
reimar |
moved sh_audio initialization from dec_audio to demuxer.c to fix
|
2004-05-14 |
reimar |
removed #ifdefs that are already handled by libao2/afmt.h
|
2004-05-01 |
rfelker |
10l
|
2004-01-27 |
rfelker |
not pretty, but at least it prevents the channels from getting out of order...
|
2004-01-27 |
rfelker |
10l
|
2003-09-02 |
alex |
minor leak fix
|
2003-08-22 |
diego |
codecs.conf is obsolete.
|
2003-06-09 |
arpi |
renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
|
2003-01-28 |
arpi |
1000l bug (double free() when libaf init failed)
|
2003-01-19 |
henry |
10l
|
2003-01-18 |
arpi |
2-pass libaf initialization to get better filter chain.
|
2003-01-17 |
anders |
Adding support for more logical libaf configuration
|
2002-11-12 |
anders |
New features:
|
2002-11-11 |
alex |
dlopen() support for ad and vd
|
2002-11-06 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
2002-11-01 |
arpi |
verbose can be negative
|