aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Always redraw video on resize.Gravatar reimar2008-01-31
* Remove unused variable.Gravatar reimar2008-01-30
* Fix get_space calculation to always leave some space, esp. for the currently ...Gravatar reimar2008-01-30
* Change code to also work with different outburst sizesGravatar reimar2008-01-30
* Reduce number of UnqueueBuffer callsGravatar reimar2008-01-30
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...Gravatar reimar2008-01-30
* Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-I...Gravatar reimar2008-01-30
* Update for security fixesGravatar rtogni2008-01-30
* Avoid a MANGLE, there is no register pressure and the generated codeGravatar reimar2008-01-30
* mark constants as suchGravatar reimar2008-01-30
* Simplify: use DECLARE_ASM_CONSTGravatar reimar2008-01-30
* Add support for attachments in lavf demuxer.Gravatar eugeni2008-01-30
* Split osd related stuff from mp_core.h into new header file mp_osd.h.Gravatar ulion2008-01-30
* Stream IDs must be written as hex numbers. Fixes Gravatar rtogni2008-01-29
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.Gravatar diego2008-01-29
* Add a comment to the #if 0Gravatar reimar2008-01-29
* Ben co-maintains stream_dvdnav.cGravatar nicodvb2008-01-29
* clarification about dvd still menusGravatar nicodvb2008-01-29
* Check that index is still within bounds of samples array.Gravatar reimar2008-01-29
* Make sure chunkmap values are within bounds when using them.Gravatar reimar2008-01-29
* Do not pointlessly read data, just skip it.Gravatar reimar2008-01-29
* Disable reading of flac metadata, mere metadata is not worth such a mess.Gravatar reimar2008-01-29
* Properly check length of flac metadata.Gravatar reimar2008-01-29
* dvd still menus and latm aacGravatar nicodvb2008-01-29
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...Gravatar nicodvb2008-01-29
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...Gravatar reimar2008-01-29
* Allow for larger fragment programs.Gravatar reimar2008-01-29
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORGravatar reimar2008-01-29
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make some assembler constants global instead of declaring them multiple times.Gravatar reimar2008-01-29
* Make mov subtitles work with -assGravatar reimar2008-01-29
* clarify comments/docs about lav* being the preferred place to implement newGravatar ivo2008-01-28
* Support CODEC_ID_MOV_TEXTGravatar reimar2008-01-28
* Simplify a condition that probably is not necessary at allGravatar reimar2008-01-28
* sync with r25663 and misc. fixes, patch by JRaSHGravatar kraymer2008-01-28
* copy note on new demuxers and codecs to the top of the array as well to beGravatar ivo2008-01-28
* Use DECLARE_ASM_CONST where possible in libswscale codeGravatar reimar2008-01-28
* sync w/ r25821Gravatar gpoirier2008-01-28
* vcd_read must read exactly VCD_SECTOR_DATA bytes.Gravatar reimar2008-01-28
* note on new demuxers and codecs, add them to lav* instead of libmp*Gravatar ivo2008-01-28
* port libmpdemux demuxers to libavformat or rewrite from scratchGravatar ivo2008-01-28
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:Gravatar diego2008-01-28
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Fix compilation failure because bitfile was undefined:Gravatar diego2008-01-28
* Add multiple inclusion guards.Gravatar diego2008-01-27
* Replace with the output of the updated alaw-gen generator program.Gravatar diego2008-01-27
* Add multiple inclusion guards to generated header file.Gravatar diego2008-01-27
* Change format string so that the table is nicely aligned.Gravatar diego2008-01-27
* The alaw tables should be const.Gravatar diego2008-01-27
* Rename some identifiers to not use leading underscores.Gravatar diego2008-01-27