log

age author description
2008-01-26 reimar Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on
2008-01-26 reimar Cosmetics: remove some trailing whitespace
2008-01-26 reimar Add QDM2 codec identifier
2008-01-26 reimar Partially support vobsub subtitles from lavf demuxers (palette support missing)
2008-01-26 nicodvb in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we have at least a couple of SEQ/GOP startcodes
2008-01-26 nicodvb in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad can decode; re-added
2008-01-26 nicodvb added code to check and handle the presence of LATM streams in the init() and decode() functions
2008-01-26 nicodvb added AudioSpecificConfigFromBitfile() -that reads from an initizialized
2008-01-26 nicodvb generic functions and structures to parse and statekeep LATM streams
2008-01-26 nicodvb in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment was misplaced, too
2008-01-26 ben factorize 2 tests
2008-01-26 ben Check for stream change in dvdnav.
2008-01-26 ben add a new state flag to dvdnav in order to notify if
2008-01-26 ben remove useless casts
2008-01-26 ben simplify by a one-liner
2008-01-26 ben remove the spu_set field, replaced by a flag
2008-01-26 ben this end brace was not correctly indented
2008-01-26 ben automatically set spu button highlight when nav cell has changed
2008-01-26 ben Add support for dvdnav still frames playback.
2008-01-25 ben set -vc=ffmpeg12 as dvdnav prefered decoder
2008-01-25 diego spelling cosmetics
2008-01-24 ben add documentation about switch_angle and switch_title slave commands
2008-01-24 ben array was defined for 6 elements while 7 were declared
2008-01-24 ben type expected by dvdnav_get_title_string() is const
2008-01-24 ben remove some redundant declarations
2008-01-24 ben Add new command to switch between dvdnav titles
2008-01-23 ben cosmetic: reindent code after r25843
2008-01-23 ben sub_scale command now works with ass subtitles renderer
2008-01-23 eugeni Add ass_use_margins command and property to shift subtitles to margins and back
2008-01-23 eugeni Add global ass_force_reload flag.
2008-01-23 diego Ignore compare.
2008-01-23 rtogni Zero codec_inited in the init() function, so that it's cleared everytime
2008-01-23 reimar Add a few const attributes
2008-01-23 iive Use the proper option name for constant quantizer
2008-01-23 iive Move Zoran video controller check after the libavcodec one.
2008-01-23 diego Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:
2008-01-23 diego Disable unused function test_heap, fixes the warning:
2008-01-23 diego Remove unused function exp_ftol_wrong, fixes the warning:
2008-01-23 diego Remove unused function fixup_address, fixes the warning:
2008-01-23 diego Remove unused DPRINTF__ macro.
2008-01-23 diego Move compare.c to TOOLS, add it to the Makefile and document it.
2008-01-21 reimar Fix typo in comment
2008-01-21 reimar Remove useless casts
2008-01-21 Gabrov synced with r25826
2008-01-21 diego Surround variable declarations by preprocessor conditionals to avoid warnings:
2008-01-21 diego Comment out unused variables, fixes the warnings:
2008-01-20 rtogni Prevent possible buffer overflow on album_title[]
2008-01-20 rtogni Clear tmp between ip6 check and string escape to prevent reuse of the
2008-01-20 diego Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
2008-01-20 cehoyos Added missing single quotation mark.
2008-01-20 ulion Fix compilation failue:
2008-01-20 ulion Fix vobsub_seek use same reseek method as vobsub_get_packet did.
2008-01-20 ulion Fix auto-sub code to support filenames with any extension length.
2008-01-20 rtogni Allow overriding the codec_tag for audio codecs, and always override
2008-01-20 reimar Fragment programs must use unix eol.
2008-01-20 reimar Avoid some pointer conversion warnings (the code is messy but not wrong)
2008-01-20 reimar Add missing vo_w32_border prototype
2008-01-20 reimar Fix some function types from unspecified to empty argument list
2008-01-20 reimar Remove redundant declarations (already in video_out.h)
2008-01-19 iive Extend the precision of rationale conversion so
2008-01-19 reimar -panscan should also work for right and left borders
2008-01-19 reimar Some reindentation
2008-01-19 reimar Reindent
2008-01-19 reimar Simplify and keep terminating end-of-line
2008-01-19 reimar Remove a broken and useless hack to avoid a memcpy
2008-01-19 reimar Cached file must be 0-terminated since we use string processing functions on it
2008-01-19 reimar Make sure we do not write the terminating 0 out of bounds
2008-01-19 diego Add missing #include, fixes the warning:
2008-01-19 diego Use ld conversion specifier for long int argument, fixes the warning:
2008-01-19 diego Add missing #include, fixes the warning:
2008-01-19 reimar Fix endless loop if nAvgBytesPerSec is 0.
2008-01-19 reimar Avoid a division by 0 if i_bps is 0.
2008-01-19 reimar Fix usage example comment
2008-01-19 reimar Fix a coefficient for lscale=5 OpenGL mode
2008-01-19 diego Add name to email address.
2008-01-19 reimar Avoid warning:
2008-01-19 reimar Fix some types to const
2008-01-19 reimar audio_out / video_out structs should be treated as const
2008-01-19 reimar Fix warning:
2008-01-19 reimar Avoid void* arithmetic
2008-01-19 reimar Simplify and silence lots of warnings
2008-01-19 reimar Add the edge-enhancement filter based on edgedetect I had lying around.
2008-01-19 reimar Fix using both lscale and cscale 4
2008-01-18 gpoirier sync w/r25786
2008-01-18 reimar Add a fragment program for 5x5 unsharp masking
2008-01-18 reimar Remove leftover backslash
2008-01-18 reimar Simplify
2008-01-18 reimar Use the same unsharp filter template for 2D and RECT textures
2008-01-18 reimar Small typo in message
2008-01-18 diego Remove broken test program that likely never worked.
2008-01-17 benoit Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
2008-01-17 benoit Remove some useless parentheses.
2008-01-17 benoit Cosmetics: whitespaces
2008-01-17 benoit Remove non cosmetic spaces inside parentheses.
2008-01-17 benoit Description: remove superfluous parentheses.
2008-01-17 benoit Check param in sws_getCachedContext().
2008-01-17 ulion Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.
2008-01-16 reimar Fix OpenGL unsharp filter
2008-01-16 diego typo fix
2008-01-16 diego VIDIX is no longer a shared library.
2008-01-16 diego URL updates for contributed win32 stuff.
2008-01-16 diego better ao/vo profile examples
2008-01-16 diego misc markup fixes
2008-01-16 diego misc spelling fixes
2008-01-15 ptt removed a english part, left in here, sigh
2008-01-15 ptt little grammar fix
2008-01-15 ptt synced with r25757
2008-01-15 ptt added missing "&"
2008-01-15 ptt added missing escapes
2008-01-15 ptt syncet to r25663
2008-01-15 ptt updated my mail address
2008-01-15 compn add default deinterlace key
2008-01-15 reimar Create/allocate conversion textures before scaler textures.
2008-01-15 reimar Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
2008-01-15 reimar Document vo gl lscale=3
2008-01-15 reimar Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
2008-01-15 reimar Remove a useless cast
2008-01-14 diego The GUI requires font support.
2008-01-14 reimar Seems that all - should be escaped in the man page
2008-01-14 reimar Extend heartbeat-cmd man page entry
2008-01-13 rtogni Simplify/cleanup of real_calc_response_and_checksum()
2008-01-13 rtogni Don't oversize realchallenge buffers
2008-01-13 reimar Put bff_mask into muxer context instead of a global variable.
2008-01-13 reimar Fix the bug where the window would become smaller each time vo_ontop is toggled.
2008-01-13 reimar Make some radeon vidix driver tables static and const
2008-01-13 reimar Make mp_properties const
2008-01-13 reimar All the m_property stuff works fine with constant m_option_t
2008-01-13 reimar Make xpm arrays really const (I missed that they are not strings but
2008-01-13 reimar Make all gui xpm bitmaps const
2008-01-13 reimar gui_opts should be const for win32 gui as well (why, oh why, was all
2008-01-13 reimar Win32 gui has the same m_option_print error handling bug
2008-01-13 reimar Fix 100l: error check for m_option_print was unreachable
2008-01-13 reimar Make big gui_opts array const
2008-01-13 reimar Make several mapping tables related to input processing const.
2008-01-13 reimar Mark qt default palette tables as const
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2008-01-13 reimar First step towards making all demuxer_desc_t const
2008-01-13 reimar Remove a useless assignment (there is an if just a few lines above
2008-01-13 reimar Simplify cue-parsing
2008-01-13 reimar Get rid of quite useless inum variable
2008-01-13 reimar Add a forgotten #ifdef USE_ASS around ass_free_track
2008-01-13 reimar Use AV_WB*
2008-01-13 reimar Remove some useless () and {}
2008-01-13 reimar Simplify
2008-01-13 reimar Use AV_WB16 instead of ugly memcpy hacks
2008-01-13 reimar Use AV_RB* instead of custom variants.
2008-01-13 reimar Use sizeof instead of size variables/defines
2008-01-13 reimar Make some pnm data const
2008-01-13 reimar dvb_demuxdev etc. are only used in dvb_tune.c so make them static
2008-01-13 reimar Make several arrays const
2008-01-13 reimar Remove some unused extern variables
2008-01-13 reimar stream_opts should be const
2008-01-13 reimar stream_info_t opts and protocols point to constant data as well.
2008-01-13 reimar Make all tvi_info_t const
2008-01-13 reimar Make some tvi_functions_t pointers const that I forgot to change before
2008-01-13 reimar Remove useless ifdefs
2008-01-13 reimar Add type to extern declaration
2008-01-13 reimar Make dvd_audio_stream_types and dvd_audio_stream_channels const
2008-01-13 reimar tvi_functions_t should be const
2008-01-13 reimar Add forgotten const for pal_ireland.
2008-01-13 reimar Remove another 2 useless casts
2008-01-13 reimar Get rid of another useless cast
2008-01-13 reimar Remove a cast useless since r24425.
2008-01-13 reimar Move variable declaration into block where it is used.
2008-01-13 reimar Remove result from warning string, it has no useful meaning here.
2008-01-13 reimar Remove a useless cast
2008-01-13 nicodvb moved pes_header from file-static to send_mpeg_pes_packet_ll()
2008-01-13 rik fix bug in error message (found by Diego through a compiler warning)
2008-01-12 reimar Use a transform_color function to reduce code duplication
2008-01-12 reimar Write functions used by send_mpeg_*_packet may _not_ modify data
2008-01-12 reimar ps1_header and ps2_header should be const
2008-01-12 reimar Add a few "const" attributes.
2008-01-12 reimar Remove unused variable
2008-01-12 reimar Move uselessly global variables
2008-01-12 reimar Adjust list of colourspaces supported by vd_ijpg
2008-01-12 reimar Colourspace conversions do _not_ belong into a decoder!
2008-01-12 reimar Cosmetics: get rid of huge amounts of trailing whitespace
2008-01-12 reimar Remove an unused global variable
2008-01-12 reimar Avoid uselessly global variables
2008-01-12 reimar 100l, free strdup'd strings
2008-01-12 reimar Builtin codecs array can now be const
2008-01-12 reimar Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
2008-01-12 eugeni Do not try to guess font metrics based on its bounding box.
2008-01-12 eugeni Add libass support to demux_lavf.
2008-01-12 eugeni Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
2008-01-12 eugeni Add demuxer interface for attachments.
2008-01-11 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
2008-01-11 eugeni Move all subtitle parsing from mkv demuxer to update_subtitles().
2008-01-11 eugeni Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
2008-01-11 eugeni Set extradata for subtitle tracks in mkv demuxer.
2008-01-11 eugeni Add extradata to sh_sub_t.
2008-01-11 eugeni Factorize private data decoding for subtitle tracks in mkv demuxer.