aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* Fixes by Jerome Ferrari % jerome P ferrari A lappis P com %Gravatar gpoirier2006-08-17
* Update new DarwinPorts URL (as opendarwin.org is going bye-bye and Gravatar gpoirier2006-08-17
* Add -Wdeclaration-after-statement to CFLAGS if available to ensure peopleGravatar reimar2006-08-17
* Fixes by Jerome FerrariGravatar gpoirier2006-08-17
* Simplistic attempt to make H.264 over RTSP work.Gravatar reimar2006-08-16
* Missing part of revision 19414 commit (multiple demux_info_add with same opt ...Gravatar reimar2006-08-16
* Update information and print new value when demux_info_add is calledGravatar reimar2006-08-16
* consistency cosmetics: Handle includes just like in other Makefiles.Gravatar diego2006-08-16
* consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.Gravatar diego2006-08-16
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Gravatar lucabe2006-08-16
* Move mpeg aos to the end of the autodetection list. At least mpegpesGravatar uau2006-08-16
* further improvements to fullscreen switching.Gravatar vayne2006-08-16
* m-x whitespace-cleanupGravatar gpoirier2006-08-16
* Fix wrong handling of transparency in \fad(\fade).Gravatar eugeni2006-08-16
* Replace stdint.h with inttypes.h.Gravatar eugeni2006-08-15
* Angle value from style was ignored. Not anymore.Gravatar eugeni2006-08-15
* display correct audio bitrate, samplerate and number of channels onceGravatar ivo2006-08-15
* display corrected aspect ratio for mplayer -identifyGravatar ivo2006-08-15
* Add subdata to ass_track conversion for external subtitles.Gravatar eugeni2006-08-15
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byGravatar uau2006-08-15
* Cosmetics: fix indentation after the last patch.Gravatar eugeni2006-08-15
* Allow \fade to be used in place of \fad and vice versa.Gravatar eugeni2006-08-15
* Set encoder's input format to "native endiannes", instead of little endian.Gravatar gpoirier2006-08-15
* -fPIC support for libswscaleGravatar diego2006-08-15
* support for dvdnav is now auto-detected; removed support for dvdnav-dirGravatar nicodvb2006-08-14
* H.261 through QuickTime DLLGravatar diego2006-08-14
* Remove empty function that isn't used anywhere (and never has been??).Gravatar uau2006-08-14
* Fix buffer size sanity check to match what is actually required.Gravatar uau2006-08-14
* Cosmetics (nothing but spaces, tabs, and a comment changed here..)Gravatar ods152006-08-14
* re-indent properly after last patch.Gravatar reimar2006-08-14
* 10l in last commit, move configured-check inside sh_video and sh_video->vfilt...Gravatar reimar2006-08-14
* stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hpGravatar diego2006-08-14
* Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,Gravatar reimar2006-08-14
* Make path separator for font path a define and set it to a better value for A...Gravatar reimar2006-08-14
* Add a switch for disabling high precision mpeg audio decoding in libavcodec.Gravatar diego2006-08-14
* xml/hu/codecs.xml synced with r19387Gravatar Gabrov2006-08-14
* Change pcm decode_audio to return data based on minlen instead of maxlenGravatar uau2006-08-13
* trying to fix the reverting paragraphGravatar michael2006-08-13
* XAnim homepage URL fixGravatar diego2006-08-13
* fix segfault if an unknown property is requestedGravatar ivo2006-08-13
* Mention MacIntel supportGravatar gpoirier2006-08-13
* Replace %lld with PRId64, part 2.Gravatar eugeni2006-08-13
* Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it mightGravatar reimar2006-08-13
* Update for recent discussions on mplayer-dev-eng.Gravatar diego2006-08-13
* sync with FFmpeg r5930Gravatar diego2006-08-13
* MinGW treats %lld as %d. Replace it with PRId64.Gravatar eugeni2006-08-13
* Update for changes from r19378 (ASMALIGN macro).Gravatar diego2006-08-13
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* Port ASMALIGN preprocessor macro for .align handling from FFmpeg.Gravatar diego2006-08-12