Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Sat, 12 Jan 2008 14:05:46 +0000 |
reimar |
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
|
Mon, 03 Dec 2007 09:57:21 +0000 |
rfelker |
10l, len may change after initialization time
|
Mon, 03 Dec 2007 09:07:31 +0000 |
rfelker |
fix declaration after statement, take 2
|
Mon, 03 Dec 2007 09:03:45 +0000 |
rfelker |
fix declaration after statement
|
Thu, 08 Nov 2007 18:14:49 +0000 |
reimar |
Simplify decode_audio function a bit.
|
Sat, 03 Nov 2007 10:20:00 +0000 |
reimar |
Remove a check+abort, this case should never happen anyway, and if it does
|
Thu, 01 Nov 2007 06:52:28 +0000 |
uau |
Simplify init_audio_filters() arguments
|
Thu, 01 Nov 2007 06:52:23 +0000 |
uau |
audio: simplify buffer allocation code
|
Thu, 01 Nov 2007 06:52:19 +0000 |
uau |
Change decode_audio() interface
|
Thu, 01 Nov 2007 06:51:53 +0000 |
uau |
Replace hopefully unreachable code with abort()
|
Thu, 01 Nov 2007 06:51:49 +0000 |
uau |
dec_audio.c: Make some functions static
|
Thu, 01 Nov 2007 06:51:44 +0000 |
uau |
Simplify audio buffer allocation logic
|
Thu, 01 Nov 2007 06:51:38 +0000 |
uau |
Reindent dec_audio.c
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Thu, 15 Mar 2007 17:51:32 +0000 |
diego |
Add explicit location for headers from the libmpdemux/ directory.
|
Thu, 15 Mar 2007 17:10:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Sat, 10 Feb 2007 19:47:22 +0000 |
uau |
Fix memory leak when changing playback speed
|
Tue, 07 Nov 2006 23:16:55 +0000 |
uau |
Fix code that cuts audio data if the filters produce too much.
|
Fri, 06 Oct 2006 21:56:15 +0000 |
ivo |
print bits/s, not bytes/s
|
Tue, 15 Aug 2006 20:06:31 +0000 |
ivo |
display correct audio bitrate, samplerate and number of channels once
|
Mon, 14 Aug 2006 17:55:38 +0000 |
uau |
Remove empty function that isn't used anywhere (and never has been??).
|
Mon, 14 Aug 2006 17:37:47 +0000 |
uau |
Fix buffer size sanity check to match what is actually required.
|
Mon, 03 Jul 2006 23:27:37 +0000 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
Sun, 02 Jul 2006 08:17:07 +0000 |
reynaldo |
rm unnecesary casts from void* - part 3
|
Mon, 24 Apr 2006 07:20:34 +0000 |
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
|
Thu, 16 Feb 2006 22:43:42 +0000 |
aurel |
memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
|
Tue, 14 Feb 2006 09:55:14 +0000 |
diego |
Align memory at 16 byte boundaries.
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Thu, 19 Jan 2006 00:08:09 +0000 |
diego |
Push "Building audio filter chain" up to verbose level.
|