| Commit message (Expand) | Author | Age | Files | Lines |
* | Always redraw video on resize. | reimar | 2008-01-31 | 1 | -2/+2 |
* | Remove unused variable. | reimar | 2008-01-30 | 1 | -1/+1 |
* | Fix get_space calculation to always leave some space, esp. for the currently ... | reimar | 2008-01-30 | 1 | -1/+3 |
* | Change code to also work with different outburst sizes | reimar | 2008-01-30 | 1 | -2/+2 |
* | Reduce number of UnqueueBuffer calls | reimar | 2008-01-30 | 1 | -3/+9 |
* | alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme... | reimar | 2008-01-30 | 1 | -1/+1 |
* | Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-I... | reimar | 2008-01-30 | 1 | -1/+1 |
* | Update for security fixes | rtogni | 2008-01-30 | 1 | -0/+9 |
* | Avoid a MANGLE, there is no register pressure and the generated code | reimar | 2008-01-30 | 2 | -3/+3 |
* | mark constants as such | reimar | 2008-01-30 | 1 | -9/+9 |
* | Simplify: use DECLARE_ASM_CONST | reimar | 2008-01-30 | 1 | -14/+15 |
* | Add support for attachments in lavf demuxer. | eugeni | 2008-01-30 | 1 | -0/+7 |
* | Split osd related stuff from mp_core.h into new header file mp_osd.h. | ulion | 2008-01-30 | 2 | -20/+28 |
* | Stream IDs must be written as hex numbers. Fixes | rtogni | 2008-01-29 | 1 | -2/+2 |
* | Consistently give all libass multiple inclusion guards a LIBASS_ prefix. | diego | 2008-01-29 | 10 | -30/+30 |
* | Add a comment to the #if 0 | reimar | 2008-01-29 | 1 | -1/+1 |
* | Ben co-maintains stream_dvdnav.c | nicodvb | 2008-01-29 | 1 | -1/+1 |
* | clarification about dvd still menus | nicodvb | 2008-01-29 | 1 | -1/+1 |
* | Check that index is still within bounds of samples array. | reimar | 2008-01-29 | 1 | -0/+4 |
* | Make sure chunkmap values are within bounds when using them. | reimar | 2008-01-29 | 1 | -2/+3 |
* | Do not pointlessly read data, just skip it. | reimar | 2008-01-29 | 1 | -2/+1 |
* | Disable reading of flac metadata, mere metadata is not worth such a mess. | reimar | 2008-01-29 | 1 | -1/+3 |
* | Properly check length of flac metadata. | reimar | 2008-01-29 | 1 | -0/+2 |
* | dvd still menus and latm aac | nicodvb | 2008-01-29 | 1 | -0/+2 |
* | show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ... | nicodvb | 2008-01-29 | 1 | -2/+2 |
* | Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f... | reimar | 2008-01-29 | 1 | -3/+6 |
* | Allow for larger fragment programs. | reimar | 2008-01-29 | 1 | -3/+10 |
* | More places that should use SEEK_ABSOLUTE / SEEK_FACTOR | reimar | 2008-01-29 | 1 | -5/+5 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 26 | -64/+65 |
* | Make some assembler constants global instead of declaring them multiple times. | reimar | 2008-01-29 | 6 | -60/+43 |
* | Make mov subtitles work with -ass | reimar | 2008-01-29 | 1 | -1/+1 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 | 5 | -10/+18 |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 | 1 | -0/+2 |
* | Simplify a condition that probably is not necessary at all | reimar | 2008-01-28 | 1 | -1/+1 |
* | sync with r25663 and misc. fixes, patch by JRaSH | kraymer | 2008-01-28 | 1 | -37/+40 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 | 3 | -0/+9 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | reimar | 2008-01-28 | 3 | -73/+73 |
* | sync w/ r25821 | gpoirier | 2008-01-28 | 1 | -2/+2 |
* | vcd_read must read exactly VCD_SECTOR_DATA bytes. | reimar | 2008-01-28 | 1 | -1/+1 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 | 5 | -0/+12 |
* | port libmpdemux demuxers to libavformat or rewrite from scratch | ivo | 2008-01-28 | 1 | -0/+10 |
* | Get rid of redundant dbg_printf redefinition. Fixes some warnings: | diego | 2008-01-28 | 2 | -23/+14 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 17 | -51/+51 |
* | Fix compilation failure because bitfile was undefined: | diego | 2008-01-28 | 1 | -0/+1 |
* | Add multiple inclusion guards. | diego | 2008-01-27 | 3 | -2/+11 |
* | Replace with the output of the updated alaw-gen generator program. | diego | 2008-01-27 | 1 | -64/+69 |
* | Add multiple inclusion guards to generated header file. | diego | 2008-01-27 | 1 | -2/+7 |
* | Change format string so that the table is nicely aligned. | diego | 2008-01-27 | 1 | -2/+2 |
* | The alaw tables should be const. | diego | 2008-01-27 | 1 | -2/+2 |
* | Rename some identifiers to not use leading underscores. | diego | 2008-01-27 | 1 | -14/+11 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-27 | 1 | -12/+12 |
* | Change #warning to FIXME comments. | diego | 2008-01-27 | 1 | -2/+2 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-27 | 2 | -15/+15 |
* | Remove setting of ldconfig, it is unused. | diego | 2008-01-27 | 1 | -6/+0 |
* | Reindent | reimar | 2008-01-27 | 1 | -10/+10 |
* | Simplify subtitle handling with -ass | reimar | 2008-01-27 | 1 | -8/+6 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 | 2 | -11/+12 |
* | reindent after r25881 | ben | 2008-01-27 | 1 | -6/+6 |
* | sub_scale command can now handle both ass and non-ass subs at a time | ben | 2008-01-27 | 1 | -8/+0 |
* | Make sure sub_font is freed. | reimar | 2008-01-27 | 1 | -0/+2 |
* | Allow independent scaling of vo_font and sub_font. | reimar | 2008-01-27 | 5 | -16/+16 |
* | sync with r25821, patch by JRaSH (jrash06 163 com) | kraymer | 2008-01-27 | 1 | -19/+80 |
* | Remove $Id$ tags, they make diffs between different versions | reimar | 2008-01-27 | 29 | -29/+0 |
* | Always use inline instead of _inline, the former is supported by all | reimar | 2008-01-27 | 1 | -4/+0 |
* | Use the standard "static inline" instead of some broken ifdef mess | reimar | 2008-01-27 | 2 | -11/+23 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 | 1 | -0/+1 |
* | Simplify init_vobsub: pass palette via extradata. | reimar | 2008-01-26 | 1 | -8/+3 |
* | Support vobsub palette in extradata, as exported by libavformat | reimar | 2008-01-26 | 1 | -0/+8 |
* | 100l, inverted condition for AVSEEK_FLAG_BACKWARD | reimar | 2008-01-26 | 1 | -0/+1 |
* | Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on | reimar | 2008-01-26 | 1 | -2/+3 |
* | Cosmetics: remove some trailing whitespace | reimar | 2008-01-26 | 1 | -17/+17 |
* | Add QDM2 codec identifier | reimar | 2008-01-26 | 1 | -0/+1 |
* | Partially support vobsub subtitles from lavf demuxers (palette support missing) | reimar | 2008-01-26 | 1 | -0/+2 |
* | in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we... | nicodvb | 2008-01-26 | 1 | -1/+4 |
* | in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ... | nicodvb | 2008-01-26 | 1 | -0/+1 |
* | added code to check and handle the presence of LATM streams in the init() and... | nicodvb | 2008-01-26 | 2 | -2/+69 |
* | added AudioSpecificConfigFromBitfile() -that reads from an initizialized | nicodvb | 2008-01-26 | 3 | -33/+46 |
* | generic functions and structures to parse and statekeep LATM streams | nicodvb | 2008-01-26 | 4 | -0/+207 |
* | in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment ... | nicodvb | 2008-01-26 | 1 | -2/+3 |
* | factorize 2 tests | ben | 2008-01-26 | 1 | -2/+3 |
* | Check for stream change in dvdnav. | ben | 2008-01-26 | 1 | -0/+8 |
* | add a new state flag to dvdnav in order to notify if | ben | 2008-01-26 | 2 | -0/+21 |
* | remove useless casts | ben | 2008-01-26 | 1 | -10/+10 |
* | simplify by a one-liner | ben | 2008-01-26 | 1 | -2/+1 |
* | remove the spu_set field, replaced by a flag | ben | 2008-01-26 | 1 | -3/+4 |
* | this end brace was not correctly indented | ben | 2008-01-26 | 1 | -1/+1 |
* | automatically set spu button highlight when nav cell has changed | ben | 2008-01-26 | 1 | -0/+3 |
* | Add support for dvdnav still frames playback. | ben | 2008-01-26 | 5 | -33/+345 |
* | set -vc=ffmpeg12 as dvdnav prefered decoder | ben | 2008-01-25 | 1 | -0/+4 |
* | spelling cosmetics | diego | 2008-01-25 | 1 | -4/+4 |
* | add documentation about switch_angle and switch_title slave commands | ben | 2008-01-24 | 1 | -0/+10 |
* | array was defined for 6 elements while 7 were declared | ben | 2008-01-24 | 1 | -1/+1 |
* | type expected by dvdnav_get_title_string() is const | ben | 2008-01-24 | 1 | -1/+1 |
* | remove some redundant declarations | ben | 2008-01-24 | 1 | -3/+0 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 5 | -0/+18 |
* | cosmetic: reindent code after r25843 | ben | 2008-01-23 | 1 | -7/+7 |
* | sub_scale command now works with ass subtitles renderer | ben | 2008-01-23 | 1 | -0/+27 |
* | Add ass_use_margins command and property to shift subtitles to margins and back | eugeni | 2008-01-23 | 3 | -0/+32 |
* | Add global ass_force_reload flag. | eugeni | 2008-01-23 | 4 | -2/+17 |
* | Ignore compare. | diego | 2008-01-23 | 0 | -0/+0 |
* | Zero codec_inited in the init() function, so that it's cleared everytime | rtogni | 2008-01-23 | 1 | -0/+1 |
* | Add a few const attributes | reimar | 2008-01-23 | 1 | -2/+2 |
* | Use the proper option name for constant quantizer | iive | 2008-01-23 | 1 | -1/+1 |
* | Move Zoran video controller check after the libavcodec one. | iive | 2008-01-23 | 1 | -25/+26 |
* | Disable unused functions find_handle_2, find_handle_by_name, fixes the warning: | diego | 2008-01-23 | 1 | -0/+4 |
* | Disable unused function test_heap, fixes the warning: | diego | 2008-01-23 | 1 | -2/+4 |
* | Remove unused function exp_ftol_wrong, fixes the warning: | diego | 2008-01-23 | 1 | -6/+0 |
* | Remove unused function fixup_address, fixes the warning: | diego | 2008-01-23 | 1 | -12/+0 |
* | Remove unused DPRINTF__ macro. | diego | 2008-01-23 | 1 | -9/+0 |
* | Move compare.c to TOOLS, add it to the Makefile and document it. | diego | 2008-01-23 | 3 | -0/+11 |
* | Fix typo in comment | reimar | 2008-01-21 | 1 | -1/+1 |
* | Remove useless casts | reimar | 2008-01-21 | 1 | -2/+2 |
* | synced with r25826 | Gabrov | 2008-01-21 | 4 | -32/+88 |
* | Surround variable declarations by preprocessor conditionals to avoid warnings: | diego | 2008-01-21 | 1 | -0/+5 |
* | Comment out unused variables, fixes the warnings: | diego | 2008-01-21 | 1 | -2/+2 |
* | Prevent possible buffer overflow on album_title[] | rtogni | 2008-01-20 | 1 | -2/+5 |
* | Clear tmp between ip6 check and string escape to prevent reuse of the | rtogni | 2008-01-20 | 1 | -0/+1 |
* | Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a | diego | 2008-01-20 | 44 | -347/+347 |
* | Added missing single quotation mark. | cehoyos | 2008-01-20 | 1 | -1/+1 |
* | Fix compilation failue: | ulion | 2008-01-20 | 1 | -0/+1 |
* | Fix vobsub_seek use same reseek method as vobsub_get_packet did. | ulion | 2008-01-20 | 1 | -12/+13 |
* | Fix auto-sub code to support filenames with any extension length. | ulion | 2008-01-20 | 1 | -4/+9 |
* | Allow overriding the codec_tag for audio codecs, and always override | rtogni | 2008-01-20 | 1 | -3/+13 |
* | Fragment programs must use unix eol. | reimar | 2008-01-20 | 0 | -0/+0 |
* | Avoid some pointer conversion warnings (the code is messy but not wrong) | reimar | 2008-01-20 | 1 | -2/+2 |
* | Add missing vo_w32_border prototype | reimar | 2008-01-20 | 1 | -0/+1 |
* | Fix some function types from unspecified to empty argument list | reimar | 2008-01-20 | 1 | -3/+3 |
* | Remove redundant declarations (already in video_out.h) | reimar | 2008-01-20 | 1 | -5/+0 |
* | Extend the precision of rationale conversion so | iive | 2008-01-19 | 1 | -1/+1 |
* | -panscan should also work for right and left borders | reimar | 2008-01-19 | 1 | -0/+2 |
* | Some reindentation | reimar | 2008-01-19 | 1 | -2/+2 |
* | Reindent | reimar | 2008-01-19 | 1 | -2/+2 |
* | Simplify and keep terminating end-of-line | reimar | 2008-01-19 | 1 | -4/+4 |
* | Remove a broken and useless hack to avoid a memcpy | reimar | 2008-01-19 | 1 | -3/+1 |
* | Cached file must be 0-terminated since we use string processing functions on it | reimar | 2008-01-19 | 1 | -2/+3 |
* | Make sure we do not write the terminating 0 out of bounds | reimar | 2008-01-19 | 1 | -1/+1 |
* | Add missing #include, fixes the warning: | diego | 2008-01-19 | 1 | -0/+1 |
* | Use ld conversion specifier for long int argument, fixes the warning: | diego | 2008-01-19 | 1 | -1/+1 |
* | Add missing #include, fixes the warning: | diego | 2008-01-19 | 1 | -0/+1 |
* | Fix endless loop if nAvgBytesPerSec is 0. | reimar | 2008-01-19 | 1 | -0/+1 |
* | Avoid a division by 0 if i_bps is 0. | reimar | 2008-01-19 | 1 | -1/+1 |
* | Fix usage example comment | reimar | 2008-01-19 | 1 | -1/+1 |
* | Fix a coefficient for lscale=5 OpenGL mode | reimar | 2008-01-19 | 1 | -1/+1 |
* | Add name to email address. | diego | 2008-01-19 | 1 | -1/+2 |
* | Avoid warning: | reimar | 2008-01-19 | 1 | -1/+1 |
* | Fix some types to const | reimar | 2008-01-19 | 1 | -5/+6 |
* | audio_out / video_out structs should be treated as const | reimar | 2008-01-19 | 4 | -6/+6 |
* | Fix warning: | reimar | 2008-01-19 | 1 | -1/+1 |
* | Avoid void* arithmetic | reimar | 2008-01-19 | 1 | -15/+15 |
* | Simplify and silence lots of warnings | reimar | 2008-01-19 | 1 | -29/+29 |
* | Add the edge-enhancement filter based on edgedetect I had lying around. | reimar | 2008-01-19 | 1 | -0/+38 |
* | Fix using both lscale and cscale 4 | reimar | 2008-01-19 | 1 | -15/+16 |
* | sync w/r25786 | gpoirier | 2008-01-18 | 1 | -9/+66 |
* | Add a fragment program for 5x5 unsharp masking | reimar | 2008-01-18 | 3 | -0/+37 |
* | Remove leftover backslash | reimar | 2008-01-18 | 1 | -1/+1 |
* | Simplify | reimar | 2008-01-18 | 1 | -6/+3 |
* | Use the same unsharp filter template for 2D and RECT textures | reimar | 2008-01-18 | 1 | -32/+21 |
* | Small typo in message | reimar | 2008-01-18 | 1 | -1/+1 |
* | Remove broken test program that likely never worked. | diego | 2008-01-18 | 1 | -26/+0 |
* | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). | benoit | 2008-01-17 | 3 | -19/+19 |
* | Remove some useless parentheses. | benoit | 2008-01-17 | 3 | -6/+6 |
* | Cosmetics: whitespaces | benoit | 2008-01-17 | 6 | -69/+69 |
* | Remove non cosmetic spaces inside parentheses. | benoit | 2008-01-17 | 6 | -31/+31 |
* | Description: remove superfluous parentheses. | benoit | 2008-01-17 | 1 | -5/+5 |
* | Check param in sws_getCachedContext(). | benoit | 2008-01-17 | 1 | -1/+6 |
* | Fix code to prevent from accessing queue->packets[-1].pts that causes a crash. | ulion | 2008-01-17 | 1 | -2/+1 |
* | Fix OpenGL unsharp filter | reimar | 2008-01-16 | 1 | -2/+3 |
* | typo fix | diego | 2008-01-16 | 3 | -4/+4 |
* | VIDIX is no longer a shared library. | diego | 2008-01-16 | 1 | -5/+1 |
* | URL updates for contributed win32 stuff. | diego | 2008-01-16 | 1 | -2/+2 |
* | better ao/vo profile examples | diego | 2008-01-16 | 1 | -3/+3 |
* | misc markup fixes | diego | 2008-01-16 | 1 | -7/+8 |
* | misc spelling fixes | diego | 2008-01-16 | 1 | -13/+13 |
* | removed a english part, left in here, sigh | ptt | 2008-01-15 | 1 | -2/ |