Wed, 23 Jan 2008 21:10:15 +0000 |
diego |
Ignore compare.
|
Wed, 23 Jan 2008 20:48:50 +0000 |
rtogni |
Zero codec_inited in the init() function, so that it's cleared everytime
|
Wed, 23 Jan 2008 18:54:14 +0000 |
reimar |
Add a few const attributes
|
Wed, 23 Jan 2008 14:32:15 +0000 |
iive |
Use the proper option name for constant quantizer
|
Wed, 23 Jan 2008 14:08:59 +0000 |
iive |
Move Zoran video controller check after the libavcodec one.
|
Wed, 23 Jan 2008 11:18:58 +0000 |
diego |
Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:
|
Wed, 23 Jan 2008 11:16:18 +0000 |
diego |
Disable unused function test_heap, fixes the warning:
|
Wed, 23 Jan 2008 11:15:06 +0000 |
diego |
Remove unused function exp_ftol_wrong, fixes the warning:
|
Wed, 23 Jan 2008 11:12:47 +0000 |
diego |
Remove unused function fixup_address, fixes the warning:
|
Wed, 23 Jan 2008 11:11:32 +0000 |
diego |
Remove unused DPRINTF__ macro.
|
Wed, 23 Jan 2008 00:05:48 +0000 |
diego |
Move compare.c to TOOLS, add it to the Makefile and document it.
|
Mon, 21 Jan 2008 20:46:28 +0000 |
reimar |
Fix typo in comment
|
Mon, 21 Jan 2008 19:59:27 +0000 |
reimar |
Remove useless casts
|
Mon, 21 Jan 2008 10:55:56 +0000 |
Gabrov |
synced with r25826
|
Mon, 21 Jan 2008 00:14:52 +0000 |
diego |
Surround variable declarations by preprocessor conditionals to avoid warnings:
|
Mon, 21 Jan 2008 00:10:51 +0000 |
diego |
Comment out unused variables, fixes the warnings:
|
Sun, 20 Jan 2008 20:58:02 +0000 |
rtogni |
Prevent possible buffer overflow on album_title[]
|
Sun, 20 Jan 2008 20:43:46 +0000 |
rtogni |
Clear tmp between ip6 check and string escape to prevent reuse of the
|
Sun, 20 Jan 2008 17:16:39 +0000 |
diego |
Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
|
Sun, 20 Jan 2008 17:03:35 +0000 |
cehoyos |
Added missing single quotation mark.
|
Sun, 20 Jan 2008 16:13:51 +0000 |
ulion |
Fix compilation failue:
|
Sun, 20 Jan 2008 15:43:10 +0000 |
ulion |
Fix vobsub_seek use same reseek method as vobsub_get_packet did.
|
Sun, 20 Jan 2008 15:39:13 +0000 |
ulion |
Fix auto-sub code to support filenames with any extension length.
|
Sun, 20 Jan 2008 12:57:53 +0000 |
rtogni |
Allow overriding the codec_tag for audio codecs, and always override
|
Sun, 20 Jan 2008 09:59:55 +0000 |
reimar |
Fragment programs must use unix eol.
|
Sun, 20 Jan 2008 09:50:50 +0000 |
reimar |
Avoid some pointer conversion warnings (the code is messy but not wrong)
|
Sun, 20 Jan 2008 09:41:50 +0000 |
reimar |
Add missing vo_w32_border prototype
|
Sun, 20 Jan 2008 09:40:15 +0000 |
reimar |
Fix some function types from unspecified to empty argument list
|
Sun, 20 Jan 2008 09:38:18 +0000 |
reimar |
Remove redundant declarations (already in video_out.h)
|
Sat, 19 Jan 2008 23:19:41 +0000 |
iive |
Extend the precision of rationale conversion so
|