summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stream IDs must be written as hex numbers. Fixes rtogni2008-01-291-2/+2
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-2910-30/+30
* Add a comment to the #if 0reimar2008-01-291-1/+1
* Ben co-maintains stream_dvdnav.cnicodvb2008-01-291-1/+1
* clarification about dvd still menusnicodvb2008-01-291-1/+1
* Check that index is still within bounds of samples array.reimar2008-01-291-0/+4
* Make sure chunkmap values are within bounds when using them.reimar2008-01-291-2/+3
* Do not pointlessly read data, just skip it.reimar2008-01-291-2/+1
* Disable reading of flac metadata, mere metadata is not worth such a mess.reimar2008-01-291-1/+3
* Properly check length of flac metadata.reimar2008-01-291-0/+2
* dvd still menus and latm aacnicodvb2008-01-291-0/+2
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...nicodvb2008-01-291-2/+2
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...reimar2008-01-291-3/+6
* Allow for larger fragment programs.reimar2008-01-291-3/+10
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORreimar2008-01-291-5/+5
* Use defines to give names to the different seek flags.reimar2008-01-2926-64/+65
* Make some assembler constants global instead of declaring them multiple times.reimar2008-01-296-60/+43
* Make mov subtitles work with -assreimar2008-01-291-1/+1
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-285-10/+18
* Support CODEC_ID_MOV_TEXTreimar2008-01-281-0/+2
* Simplify a condition that probably is not necessary at allreimar2008-01-281-1/+1
* sync with r25663 and misc. fixes, patch by JRaSHkraymer2008-01-281-37/+40
* copy note on new demuxers and codecs to the top of the array as well to beivo2008-01-283-0/+9
* Use DECLARE_ASM_CONST where possible in libswscale codereimar2008-01-283-73/+73
* sync w/ r25821gpoirier2008-01-281-2/+2
* vcd_read must read exactly VCD_SECTOR_DATA bytes.reimar2008-01-281-1/+1
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-285-0/+12
* port libmpdemux demuxers to libavformat or rewrite from scratchivo2008-01-281-0/+10
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:diego2008-01-282-23/+14
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-2817-51/+51
* Fix compilation failure because bitfile was undefined:diego2008-01-281-0/+1
* Add multiple inclusion guards.diego2008-01-273-2/+11
* Replace with the output of the updated alaw-gen generator program.diego2008-01-271-64/+69
* Add multiple inclusion guards to generated header file.diego2008-01-271-2/+7
* Change format string so that the table is nicely aligned.diego2008-01-271-2/+2
* The alaw tables should be const.diego2008-01-271-2/+2
* Rename some identifiers to not use leading underscores.diego2008-01-271-14/+11
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-271-12/+12
* Change #warning to FIXME comments.diego2008-01-271-2/+2
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-272-15/+15
* Remove setting of ldconfig, it is unused.diego2008-01-271-6/+0
* Reindentreimar2008-01-271-10/+10
* Simplify subtitle handling with -assreimar2008-01-271-8/+6
* Support mov subtitle format directly instead of converting to text in the dem...reimar2008-01-272-11/+12
* reindent after r25881ben2008-01-271-6/+6
* sub_scale command can now handle both ass and non-ass subs at a timeben2008-01-271-8/+0
* Make sure sub_font is freed.reimar2008-01-271-0/+2
* Allow independent scaling of vo_font and sub_font.reimar2008-01-275-16/+16
* sync with r25821, patch by JRaSH (jrash06 163 com)kraymer2008-01-271-19/+80
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-2729-29/+0
* Always use inline instead of _inline, the former is supported by allreimar2008-01-271-4/+0
* Use the standard "static inline" instead of some broken ifdef messreimar2008-01-272-11/+23
* Prefer lavf mov demuxer over our own, it should work better most of the time ...reimar2008-01-271-0/+1
* Simplify init_vobsub: pass palette via extradata.reimar2008-01-261-8/+3
* Support vobsub palette in extradata, as exported by libavformatreimar2008-01-261-0/+8
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDreimar2008-01-261-0/+1
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onreimar2008-01-261-2/+3
* Cosmetics: remove some trailing whitespacereimar2008-01-261-17/+17
* Add QDM2 codec identifierreimar2008-01-261-0/+1
* Partially support vobsub subtitles from lavf demuxers (palette support missing)reimar2008-01-261-0/+2
* in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...nicodvb2008-01-261-1/+4
* in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...nicodvb2008-01-261-0/+1
* added code to check and handle the presence of LATM streams in the init() and...nicodvb2008-01-262-2/+69
* added AudioSpecificConfigFromBitfile() -that reads from an initizializednicodvb2008-01-263-33/+46
* generic functions and structures to parse and statekeep LATM streamsnicodvb2008-01-264-0/+207
* in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment ...nicodvb2008-01-261-2/+3
* factorize 2 testsben2008-01-261-2/+3
* Check for stream change in dvdnav.ben2008-01-261-0/+8
* add a new state flag to dvdnav in order to notify ifben2008-01-262-0/+21
* remove useless castsben2008-01-261-10/+10
* simplify by a one-linerben2008-01-261-2/+1
* remove the spu_set field, replaced by a flagben2008-01-261-3/+4
* this end brace was not correctly indentedben2008-01-261-1/+1
* automatically set spu button highlight when nav cell has changedben2008-01-261-0/+3
* Add support for dvdnav still frames playback.ben2008-01-265-33/+345
* set -vc=ffmpeg12 as dvdnav prefered decoderben2008-01-251-0/+4
* spelling cosmeticsdiego2008-01-251-4/+4
* add documentation about switch_angle and switch_title slave commandsben2008-01-241-0/+10
* array was defined for 6 elements while 7 were declaredben2008-01-241-1/+1
* type expected by dvdnav_get_title_string() is constben2008-01-241-1/+1
* remove some redundant declarationsben2008-01-241-3/+0
* Add new command to switch between dvdnav titlesben2008-01-245-0/+18
* cosmetic: reindent code after r25843ben2008-01-231-7/+7
* sub_scale command now works with ass subtitles rendererben2008-01-231-0/+27
* Add ass_use_margins command and property to shift subtitles to margins and backeugeni2008-01-233-0/+32
* Add global ass_force_reload flag.eugeni2008-01-234-2/+17
* Ignore compare.diego2008-01-230-0/+0
* Zero codec_inited in the init() function, so that it's cleared everytime rtogni2008-01-231-0/+1
* Add a few const attributesreimar2008-01-231-2/+2
* Use the proper option name for constant quantizer iive2008-01-231-1/+1
* Move Zoran video controller check after the libavcodec one.iive2008-01-231-25/+26
* Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:diego2008-01-231-0/+4
* Disable unused function test_heap, fixes the warning:diego2008-01-231-2/+4
* Remove unused function exp_ftol_wrong, fixes the warning:diego2008-01-231-6/+0
* Remove unused function fixup_address, fixes the warning:diego2008-01-231-12/+0
* Remove unused DPRINTF__ macro.diego2008-01-231-9/+0
* Move compare.c to TOOLS, add it to the Makefile and document it.diego2008-01-233-0/+11
* Fix typo in commentreimar2008-01-211-1/+1
* Remove useless castsreimar2008-01-211-2/+2
* synced with r25826Gabrov2008-01-214-32/+88
* Surround variable declarations by preprocessor conditionals to avoid warnings:diego2008-01-211-0/+5
* Comment out unused variables, fixes the warnings:diego2008-01-211-2/+2
* Prevent possible buffer overflow on album_title[]rtogni2008-01-201-2/+5
* Clear tmp between ip6 check and string escape to prevent reuse of the rtogni2008-01-201-0/+1
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-2044-347/+347
* Added missing single quotation mark.cehoyos2008-01-201-1/+1
* Fix compilation failue:ulion2008-01-201-0/+1
* Fix vobsub_seek use same reseek method as vobsub_get_packet did.ulion2008-01-201-12/+13
* Fix auto-sub code to support filenames with any extension length.ulion2008-01-201-4/+9
* Allow overriding the codec_tag for audio codecs, and always override rtogni2008-01-201-3/+13
* Fragment programs must use unix eol.reimar2008-01-200-0/+0
* Avoid some pointer conversion warnings (the code is messy but not wrong)reimar2008-01-201-2/+2
* Add missing vo_w32_border prototypereimar2008-01-201-0/+1
* Fix some function types from unspecified to empty argument listreimar2008-01-201-3/+3
* Remove redundant declarations (already in video_out.h)reimar2008-01-201-5/+0
* Extend the precision of rationale conversion soiive2008-01-191-1/+1
* -panscan should also work for right and left bordersreimar2008-01-191-0/+2
* Some reindentationreimar2008-01-191-2/+2
* Reindentreimar2008-01-191-2/+2
* Simplify and keep terminating end-of-linereimar2008-01-191-4/+4
* Remove a broken and useless hack to avoid a memcpyreimar2008-01-191-3/+1
* Cached file must be 0-terminated since we use string processing functions on itreimar2008-01-191-2/+3
* Make sure we do not write the terminating 0 out of boundsreimar2008-01-191-1/+1
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* Use ld conversion specifier for long int argument, fixes the warning:diego2008-01-191-1/+1
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* Fix endless loop if nAvgBytesPerSec is 0.reimar2008-01-191-0/+1
* Avoid a division by 0 if i_bps is 0.reimar2008-01-191-1/+1
* Fix usage example commentreimar2008-01-191-1/+1
* Fix a coefficient for lscale=5 OpenGL modereimar2008-01-191-1/+1
* Add name to email address.diego2008-01-191-1/+2
* Avoid warning:reimar2008-01-191-1/+1
* Fix some types to constreimar2008-01-191-5/+6
* audio_out / video_out structs should be treated as constreimar2008-01-194-6/+6
* Fix warning:reimar2008-01-191-1/+1
* Avoid void* arithmeticreimar2008-01-191-15/+15
* Simplify and silence lots of warningsreimar2008-01-191-29/+29
* Add the edge-enhancement filter based on edgedetect I had lying around.reimar2008-01-191-0/+38
* Fix using both lscale and cscale 4reimar2008-01-191-15/+16
* sync w/r25786gpoirier2008-01-181-9/+66
* Add a fragment program for 5x5 unsharp maskingreimar2008-01-183-0/+37
* Remove leftover backslashreimar2008-01-181-1/+1
* Simplifyreimar2008-01-181-6/+3
* Use the same unsharp filter template for 2D and RECT texturesreimar2008-01-181-32/+21
* Small typo in messagereimar2008-01-181-1/+1
* Remove broken test program that likely never worked.diego2008-01-181-26/+0
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).benoit2008-01-173-19/+19
* Remove some useless parentheses.benoit2008-01-173-6/+6
* Cosmetics: whitespacesbenoit2008-01-176-69/+69
* Remove non cosmetic spaces inside parentheses.benoit2008-01-176-31/+31
* Description: remove superfluous parentheses.benoit2008-01-171-5/+5
* Check param in sws_getCachedContext().benoit2008-01-171-1/+6
* Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.ulion2008-01-171-2/+1
* Fix OpenGL unsharp filterreimar2008-01-161-2/+3
* typo fixdiego2008-01-163-4/+4
* VIDIX is no longer a shared library.diego2008-01-161-5/+1
* URL updates for contributed win32 stuff.diego2008-01-161-2/+2
* better ao/vo profile examplesdiego2008-01-161-3/+3
* misc markup fixesdiego2008-01-161-7/+8
* misc spelling fixesdiego2008-01-161-13/+13
* removed a english part, left in here, sighptt2008-01-151-2/+0
* little grammar fixptt2008-01-151-2/+2
* synced with r25757ptt2008-01-151-7/+79
* added missing "&"ptt2008-01-151-2/+2
* added missing escapesptt2008-01-151-1/+1
* syncet to r25663ptt2008-01-151-1/+4
* updated my mail addressptt2008-01-152-2/+2
* add default deinterlace keycompn2008-01-151-0/+1
* Create/allocate conversion textures before scaler textures.reimar2008-01-151-2/+2
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.reimar2008-01-154-0/+39
* Document vo gl lscale=3reimar2008-01-152-0/+3
* Add a forgotten case to create_scaler_textures, avoids an incorrect warning.reimar2008-01-151-0/+1
* Remove a useless castreimar2008-01-151-1/+1
* The GUI requires font support.diego2008-01-141-0/+2
* Seems that all - should be escaped in the man pagereimar2008-01-141-3/+3
* Extend heartbeat-cmd man page entryreimar2008-01-141-0/+5
* Simplify/cleanup of real_calc_response_and_checksum()rtogni2008-01-131-8/+2
* Don't oversize realchallenge buffersrtogni2008-01-131-6/+6
* Put bff_mask into muxer context instead of a global variable.reimar2008-01-131-6/+7
* Fix the bug where the window would become smaller each time vo_ontop is toggled.reimar2008-01-131-3/+1
* Make some radeon vidix driver tables static and constreimar2008-01-131-6/+6
* Make mp_properties constreimar2008-01-1