]> git.sesse.net Git - ffmpeg/history - ffplay.c
Add context to av_log()
[ffmpeg] / ffplay.c
2008-01-06 Justin Rugglesfix playing of multichannel audio for codecs without...
2008-01-02 Ronald S. BultjeDrop RTSP default protocol.
2007-12-15 Andreas ÖmanSDL does not seem to support more than two channels.
2007-12-12 Måns Rullgårduse av_log_get/set_level()
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-06 Björn Axelssonffplay currently needs special handling for pausing...
2007-10-29 Luca AbeniRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-09-27 Stefano SabatiniRemove unnecessary copyright notice from ffplay.c:show_...
2007-09-27 Stefano SabatiniMake ffplay show a banner at startup.
2007-09-19 Stefano SabatiniMake parse_date return INT64_MIN in case of unparsable...
2007-09-10 Aurelien Jacobsrtp and rtsp demuxer declarations are not part of publi...
2007-08-31 Michael Niedermayerfix 1fps videos
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-27 Craig NicolCorrected pause handling when using the 's' step by...
2007-08-24 Luca AbeniReindent the code after the last commit
2007-08-24 Luca AbeniRemove RTSP special casing in ffplay startup
2007-08-23 Luca BarbatoStray commit reverted
2007-08-23 Luca BarbatoPowerPC/CELL/Altivec pointers
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-14 Stefano SabatiniRename parse_arg_file function to opt_input_file for...
2007-08-14 Diego Biurruncosmetics: indentation fix
2007-08-13 Stefano SabatiniMake cmdutils.c:parse_options accept as argument a...
2007-08-09 Reimar Döffinger100l in YUVA_IN macro: missing () caused horrible artef...
2007-08-09 Reimar DöffingerRevert r10021, it was committed by accident and is...
2007-08-09 Reimar DöffingerScale subtitle position
2007-08-09 Reimar DöffingerFix blend_subrect to respect the boundaries of the...
2007-08-09 Stefano SabatiniMake ffmpeg and ffplay exit 0 after displaying help
2007-08-03 Alex Beregszaszicosmetics: be sure all lines fit into 79 characters
2007-08-03 Alex Beregszaszicosmetics: indent correctly
2007-08-03 Glenn A. SerreUse getCachedContext instead getContext to support...
2007-07-25 Michael Niedermayeradd vst option to select video stream
2007-07-10 Ramiro PollaRemove OS/2 support
2007-07-02 Ronald S. Bultjeto be able to compile without HAVE_AV_CONFIG_H
2007-06-26 Benoit FouetUpdate copyright year
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-18 Stefano Sabatinireplace calls to deprecated parsing functions to calls...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-10 Diego BiurrunMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-04-26 Alex Beregszasziremove CONFIG_NETWORK, av_read_play/pause are exported...
2007-04-26 Alex Beregszasziproperly check for CONFIG_RTSP_DEMUXER
2007-04-26 Alex BeregszasziUse correct RTSP_DEMUXER checks instead of NETWORK.
2007-04-08 Stefan HuehnerMake some functions which aren't used outside their...
2007-03-27 Michael Niedermayerprevent exit missuse
2007-03-15 Michael Niedermayerfix indention
2007-03-15 Michael Niedermayersupport reordering pts in the decoder (this might be...
2007-03-12 Ramiro PollaRemove superfluous HAVE_THREADS #ifdef.
2007-03-08 Limin WangAs avcodec_decode_audio() is deprecated, replace it...
2007-03-02 Ryan MartellFix A/V sync error in ffplay with wmv3/wmav2 medias
2007-03-02 Baptiste Coudurierfix typo
2007-03-01 Limin Wangfix frame size option, patch by Limin Wang, lance lmwan...
2007-02-22 Limin Wangadd support for more pixel format (yuv422p, yuv444p...
2007-02-09 Michael Niedermayerfix rawvideo
2007-02-08 Luca AbeniDirectly access av_log_level instead of calling av_log_...
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-02-07 Michael McConnellFix to loss of sync in ffplay when paused patch by...
2007-01-29 Michael Niedermayertrigger for the audio scope vissualization
2007-01-23 Michael Niedermayerseek based on currently active stream fixes seeking...
2007-01-23 Michael Niedermayercommand line option to select the audio stream
2006-12-31 Michael Niedermayerremember the size after switching back from fullscreen
2006-12-31 Michael Niedermayerdont use SDL_WM_ToggleFullScreen() as that doesnt seem...
2006-12-31 Michael Niedermayercheck x/y validity
2006-12-31 Michael Niedermayercosmetic (move video_open() up to avoid prototype)
2006-12-31 Michael Niedermayer10l (fix segfault with audio only files)
2006-12-30 Michael Niedermayerremove code duplication
2006-12-30 Michael Niedermayer1st attempt to fix width/height
2006-11-16 Michael Niedermayerremove broken decoder locking code
2006-11-14 Michael Niedermayercall AVCodec.flush() for audio too
2006-11-07 Steve L'Hommeadd "seek by bytes" support to ffplay
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Diego BiurrunUpdate copyright year and mention other copyright holders.
2006-09-07 Panagiotis IssarisBetter tag support:
2006-08-31 Luca BarbatoAlign the input buffer in ffplay, introduce a public...
2006-08-03 Luca AbeniMove output_example.c and ffplay.c to the swscale interface
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-06 Michael Niedermayer100l to whoever write this
2006-06-25 Luca BarbatoMake debug work early on ffplay
2006-06-20 Diego BiurrunUse Subversion revision for FFMPEG_VERSION.
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-06-14 Måns Rullgårdcheck for SDL_VideoInfo.current_[wh] availability in...
2006-06-09 Måns Rullgårddon't use xlib in ffplay, and bump required sdl version
2006-05-19 Earl LevineFix segfault on Mac OS X, patch by Earl Levine elevine...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-20 Michael Niedermayerdoxygenize a few comments
2005-09-12 Diego BiurrunCAREFULL --> CAREFUL typo fix
2005-08-15 Michael Niedermayersupport fixing missing pts by parsing future frames
2005-08-14 Ian Caulfieldsubtitles support for ffplay patch by (Ian Caulfield...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-17 Michael Niedermayermake error concealment related options accessable from...
2005-07-14 Michael Niedermayerskip_idct
2005-06-28 Andy Parkinsffplay seeking because url_feof() not working patch...
2005-06-24 Ivan Wongffplay crashes patch by (Ivan Wong: email, ivanwong...
2005-06-07 Michael Niedermayerset log level to AV_LOG_DEBUG if -debug ... is used
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael Niedermayeros2.diff by (Paul Smedley // paul smedley info)
2005-02-07 Michael Niedermayerdont kill the buffers while the decoder is using them
next