Mercurial > mplayer.hg
graph
-
Add new FFmpeg AMVF tag for AMV video.2014-09-06, by reimar
-
Add missing #include.2014-09-05, by ib
-
Ensure isprint only gets input it can handle.2014-09-04, by reimar
-
configure: add CONFIG_WMA_FREQS for libavcodec to avoid build failure2014-09-04, by michael
-
Revise MSGTR_GUI_NonInterleavedParser.2014-08-31, by ib
-
Support -ni option for all formats.2014-08-31, by reimar
-
Double-check that we are really at audio EOF by trying to refill.2014-08-31, by reimar
-
Fix issue with blank line after each function and #ifdef.2014-08-30, by ib
-
Check existence of a demuxer when updating global_sub_size.2014-08-28, by ib
-
Add setend ARM instruction detection for FFmpeg.2014-08-28, by reimar
-
Better handling of out-of-range subtitle timestamps.2014-08-23, by reimar
-
Add ZLIB_CONST to make the zlib API const-correct.2014-08-23, by reimar
-
Ensure up-to-dateness of global_sub information upon request.2014-08-17, by ib
-
vd_ffmpeg: Rewrite ticket reference in comment2014-08-15, by al
-
release-howto: Rewrite instructions from Bugzilla to Trac2014-08-15, by al
-
bugreports: Replace old Bugzilla references2014-08-15, by al
-
Make sure AVProbeData is initialized.2014-08-11, by reimar
-
stream: force https url to ffmpeg://2014-08-09, by compn
-
Fix message.2014-08-06, by ib
-
Remove pointless code.2014-08-06, by ib
-
Apply skin defaults in Win32 GUI.2014-08-06, by ib
-
codecs.conf : map lsvm h263 fourcc, V-codecs/LSV for sample2014-08-06, by compn
-
configure: add CONFIG_STARTCODE to prevent build failure2014-08-05, by michael
-
configure: Add a few defines for FFmpeg code.2014-07-29, by reimar
-
codecs.conf: 100ml, ULH1 is not a valid utvideo fourcc2014-07-28, by compn
-
configure: build update for intrinsics & iirfilter2014-07-22, by michael
-
codecs.conf: add ULH0 and ULH1 to ffutvideo2014-07-18, by compn
-
dsputil/me_cmp update2014-07-17, by michael
-
Ensure dimensions are set before opening libavcodec encoder.2014-07-13, by reimar
-
update for PixblockDSPContext2014-07-09, by michael
-
configure: add CONFIG_PIXBLOCKDSP2014-07-09, by michael
-
configure: add CONFIG_DVPROFILE2014-07-09, by michael
-
avfilter/x86/vf_pullup: fix old typo2014-07-08, by michael
-
mpcodecs/vf_spp: Update for FDCTDSPContext2014-07-08, by michael
-
configure: add CONFIG_FDCTDSP for ffmpeg2014-07-08, by michael
-
configure: add fma4 support to avoid breaking build2014-07-01, by michael
-
update for idctdsp split2014-07-01, by michael
-
ad_spdif: do not call internal write_packet function directly.2014-06-28, by reimar
-
configure: add CONFIG_BSWAPDSP to avoid build breakage2014-06-23, by michael
-
configure: avoid build failure with mpeg_er2014-06-23, by michael
-
configure: fix build before it breaks, add config_audiodsp2014-06-22, by michael
-
configure: add config_blockdsp to prevent ffmpeg build failure2014-06-19, by michael
-
configure: fix swscale build2014-06-13, by michael
-
codecs.conf add ULH2 to utvideo, fixes trac 21912014-06-10, by compn
-
Allow building of v4l2 without clock_gettime().2014-06-10, by iive
-
Use correct type of timestamps when recording from v4l2. Fix #21762014-06-10, by iive
-
Add clock_gettime() detection in configure.2014-06-10, by iive
-
configure: add fminf to the checked for math functions2014-06-06, by michael
-
configure: add CONFIG_LLAUDDSP to avoid breaking build2014-06-05, by michael
-
sync with en/mplayer.1 rev. 371942014-06-01, by jrash
-
Synced with help_mp-en.h rev. 371772014-06-01, by jrash
-
configure add CONFIG_QPELDSP to avoid breaking build2014-05-30, by michael
-
configure: add CONFIG_HUFFYUVENCDSP to prevent build failure2014-05-27, by michael
-
configure: prevent build failure due to CONFIG_HUFFYUVDSP2014-05-27, by michael
-
subreader: Check the %n result variable.2014-05-27, by reimar
-
subreader: Split a monster if() into multiple parts.2014-05-27, by reimar
-
demux_ts: Pass through the stream pts.2014-05-27, by reimar
-
demuxer: Fall back to asking the stream layer for length.2014-05-27, by reimar
-
bluray: add some missing stream controls.2014-05-27, by reimar
-
avx2 support to not break ffmpeg build2014-05-27, by michael
-
mencoder: warn if audio format changes.2014-05-20, by reimar
-
ad_ffmpeg: Set up audio format already during init.2014-05-20, by reimar
-
Support FFmpeg's native Opus decoder.2014-05-18, by reimar
-
scaletempo: add hack for smoother speed changes.2014-05-18, by reimar
-
vidix: Replace printf with mp_msg2014-05-17, by al
-
demux_real: always select a stream to play if available.2014-05-13, by reimar
-
demux_real: remove code that new_sh_* already handles.2014-05-13, by reimar
-
demux_real: Improve buffer allocation for interleaved audio handling.2014-05-13, by reimar
-
libmpcodecs/vf_uspp: check avcodec_open() return code2014-05-10, by michael
-
mencoder: simplify audio copy case.2014-05-10, by reimar
-
Split "len" variable into an additional bytes_to_mux.2014-05-10, by reimar
-
Change part of EOF condition into warning message instead.2014-05-10, by reimar
-
mencoder: Support flushing audio encoders at end of stream.2014-05-10, by reimar
-
Document nearest-neighbor scaling for vo_gl.2014-05-10, by reimar
-
Replace deprecated avcodec_alloc_frame().2014-05-08, by ib
-
Simplify code.2014-05-08, by ib
-
Cosmetic: Adjust indent.2014-05-07, by ib
-
Remove unnecessary variable.2014-05-07, by ib
-
Cosmetic: Adjust indent.2014-05-07, by ib
-
Simplify code.2014-05-07, by ib
-
Fix segmentation fault.2014-05-07, by ib
-
Fix segmentation fault.2014-05-07, by ib
-
alsa: Better volume control handling, especially for S/PDIF.2014-05-06, by reimar
-
mixer: do not unmute to volume 0, instead unmute to max.2014-05-06, by reimar
-
Remove two duplicated named asm constraints.2014-05-03, by cehoyos
-
Fix libmpcodecs inline asm on ICL.2014-05-02, by michael
-
Copy subsequent video filter settings at once.2014-04-28, by ib
-
Determine size from variable declaration.2014-04-28, by ib
-
Determine size from variable declaration.2014-04-26, by ib
-
Remove pointless statement.2014-04-26, by ib
-
New GUI feature: Rotate a video.2014-04-24, by ib
-
Add remove_vf().2014-04-24, by ib
-
Add get_vf().2014-04-24, by ib
-
Relocate add_vf().2014-04-24, by ib
-
Improve add_vf().2014-04-24, by ib
-
Cosmetic: Adjust indent.2014-04-24, by ib
-
Rewrite add_vf().2014-04-24, by ib
-
Rewrite add_vf().2014-04-24, by ib
-
Fix bug in r37165.2014-04-24, by ib
-
Rewrite add_vf().2014-04-24, by ib
-
Rewrite add_vf().2014-04-24, by ib
-
Rewrite add_vf().2014-04-24, by ib
-
Rewrite add_vf().2014-04-24, by ib
-
Rewrite add_vf().2014-04-24, by ib
-
Add listDup().2014-04-24, by ib
-
Add listFree().2014-04-24, by ib
-
Cosmetic: Revise a few comments.2014-04-24, by ib
-
Add decoding support for On2 AVC audio codec.2014-04-24, by cehoyos
-
Cosmetic: Revise comment.2014-04-23, by ib
-
Add GUI changes worth to be mentioned.2014-04-23, by ib
-
Add a break statement (for the sake of clarity).2014-04-22, by ib
-
Revise German translation.2014-04-22, by ib
-
Cosmetic: Adjust indent.2014-04-22, by ib
-
Disable system DPI scaling on Windows.2014-04-19, by reimar
-
Add another HEVC fourcc.2014-04-17, by cehoyos
-
Disable xvid if xvid_plugin_ssim_t is not present.2014-04-15, by iive
-
Update XvMC implementation to the changes in FFmpeg.2014-04-15, by iive
-
Add information about updated GUI skins.2014-04-12, by ib
-
Add new item 'rpotmeter'.2014-04-12, by ib
-
Cosmetic: Shorten comment (and phrase more precisely).2014-04-11, by ib
-
Remove pointless initialization.2014-04-10, by ib
-
Relocate code added in r37121.2014-04-09, by ib
-
Relocate code added in r36991.2014-04-09, by ib
-
Synced with help_mp-en.h rev. 371212014-04-07, by jrash
-
vf_remove_logo: sanity-check PGM width/height.2014-04-06, by reimar
-
vf_remove_logo: Some more small malloc argument improvements.2014-04-06, by reimar
-
vf_remove_logo: remove pointless multiplication, the value is always 1.2014-04-06, by reimar
-
xvid_vbr: Sanity-check parsed variable before using it to malloc.2014-04-06, by reimar
-
stream: Move variables into lowest possible scope.2014-04-06, by reimar
-
cddb: Fix memleak in error case.2014-04-06, by reimar
-
mplayer: Fix potential NULL dereference.2014-04-06, by reimar
-
rawdv: check for dv_decoder_new failure.2014-04-06, by reimar
-
Comment switch fallthrough cases.2014-04-06, by reimar
-
Use macro to get BGR format bit depth.2014-04-06, by reimar
-
Minor spelling/grammar fixes.2014-04-06, by reimar
-
joystick: Fix incorrect pointer offset code.2014-04-06, by reimar
-
ae_towlame: Remove pointless context size print.2014-04-06, by reimar
-
vidix: fix bad shift.2014-04-06, by reimar
-
Fix handling of overlong termcap strings entries.2014-04-06, by reimar
-
vf_menu: try to make code more straight-forward.2014-04-06, by reimar
-
menu: Add a few "const" to string arguments.2014-04-06, by reimar
-
Add example/current default Coverity compile options.2014-04-06, by reimar
-
Add support for synopsys design-ware ARC processors.2014-04-06, by iive
-
Make the current item string as currItem global.2014-04-04, by ib
-
Don't use item_hpotmeter() for vpotmeter parsing.2014-04-04, by ib
-
Constrain an item's value to be in the range of 0 to 100.2014-04-03, by ib
-
Check potmeter and pimage default value in skin configuration file.2014-04-03, by ib
-
Add a file for miscellaneous auxiliary functions.2014-04-03, by ib
-
Cosmetic: Remove tabs.2014-04-03, by ib
-
Change order of includes to fix compilation error.2014-04-02, by reimar
-
Support FFmpeg's VoxWare Metasound decoder.2014-04-02, by cehoyos
-
Rename guiItem's members pwidth and pheight.2014-03-31, by ib
-
Make TranslateFilename() static.2014-03-31, by ib
-
Fix some compilation errors in Win32 GUI.2014-03-31, by ib
-
Add doxygen comments.2014-03-29, by ib
-
Change comment into doxygen comment.2014-03-29, by ib
-
Cosmetic: Rename variable.2014-03-29, by ib
-
Simplify string termination.2014-03-29, by ib
-
Cosmetic: Add blank line and adjust indent.2014-03-29, by ib
-
Remove braces.2014-03-29, by ib
-
Rename parameter.2014-03-29, by ib
-
Simplify condition.2014-03-28, by ib
-
Remove variable.2014-03-28, by ib
-
Remove unnecessary parentheses.2014-03-28, by ib
-
Fix PutImage() for item type itVPotmeter.2014-03-28, by ib
-
Cosmetic: Adjust indent.2014-03-28, by ib
-
Change the parameter list of PutImage().2014-03-28, by ib
-
Revise and update skin documentation on phase images.2014-03-28, by ib
-
Fix the index passed to PutImage() for item type itVPotmeter.2014-03-28, by ib
-
Remove SinglePhasePutImage().2014-03-28, by ib
-
Check numphases.2014-03-28, by ib
-
Cosmetic: Adjust indent.2014-03-28, by ib
-
Cosmetic: Rename some variables.2014-03-28, by ib
-
Revise illustration in German skin documentation.2014-03-28, by ib
-
Revise skin documentation.2014-03-28, by ib
-
Don't use data type long.2014-03-27, by ib
-
Activate the #else part of the conditional directive.2014-03-27, by ib
-
Cosmetic: Rename same variables in RenderAll().2014-03-27, by ib
-
Cosmetic: Rename variables in PutImage().2014-03-27, by ib
-
Remove pointless initialization.2014-03-27, by ib
-
Cosmetic: Rename cut functions.2014-03-27, by ib
-
Remove cut.c and header file.2014-03-27, by ib
-
Relocate the cut functions.2014-03-27, by ib
-
Use strlower() and strupper() in TranslateFilename().2014-03-27, by ib
-
Add new string function strupper().2014-03-27, by ib
-
Simplify the expression.2014-03-27, by ib
-
Add missing #include.2014-03-27, by ib
-
Move most of TranslateFilename() back to the renderer files.2014-03-27, by ib
-
Cosmetic: Adjust indent.2014-03-26, by ib
-
Cosmetic: Rename fntChar members for width and height.2014-03-26, by ib
-
Restore filter chain if af_add failed.2014-03-26, by reimar
-
Add doxygen comment.2014-03-26, by ib
-
Cosmetic: Rename goto labels.2014-03-26, by ib
-
Remove unnecessary, bothering parentheses.2014-03-26, by ib
-
Arrange variables to be translated alphabetically.2014-03-26, by ib
-
Add parentheses (for clarity).2014-03-26, by ib
-
Remove unnecessary, bothering parentheses.2014-03-26, by ib
-
Cosmetic: Revise Translate().2014-03-26, by ib
-
Set state for buttons volume and balance on skin change.2014-03-25, by ib
-
Disable volume control for AudioPassthrough.2014-03-25, by ib
-
Disable balance control for AudioPassthrough as well.2014-03-25, by ib
-
Output symbol character 'r' for AudioPassthrough.2014-03-25, by ib
-
Support FFmpeg's VP7 decoder.2014-03-25, by cehoyos
-
Re-enable balance start value (skin default).2014-03-25, by ib
-
Cosmetic: Adjust indent.2014-03-25, by ib
-
Detect audio AC3/DTS pass-through S/PDIF.2014-03-25, by ib
-
configure: add CONFIG_CABAC2014-03-25, by michael
-
Temporarily disable balance start value (skin default).2014-03-24, by ib
-
Remove unnecessary bounds checks in Win32 GUI.2014-03-24, by ib
-
Add missing #include.2014-03-24, by ib
-
Remove unnecessary #include.2014-03-24, by ib
-
Add definition of a default volume.2014-03-24, by ib
-
Utilize item defaults given in the skin configuration as start values.2014-03-24, by ib
-
Add an internal event to set balance.2014-03-24, by ib
-
Remove pointless btnModify() calls.2014-03-24, by ib
-
Fix bug with ivSetVolume.2014-03-24, by ib
-
Synced with help_mp-en.h rev. 369872014-03-23, by jrash
-
Disable balance control if number of audio channels is too small.2014-03-23, by ib
-
Set guiInfo.AudioChannels in Win32 GUI.2014-03-23, by ib
-
Add variable sh_audio in Win32 GUI.2014-03-23, by ib
-
Remove unnecessary variable in Win32 GUI.2014-03-23, by ib
-
Change variable in if statement in Win32 GUI.2014-03-23, by ib
-
Change variable in switch statement in Win32 GUI.2014-03-23, by ib
-
Change assignment of stream in Win32 GUI.2014-03-23, by ib