OSDN Git Service

Fix AVFormat AVOprions.
[coroid/libav_saccubus.git] / ffplay.c
2010-01-30 Michael NiedermayerFix AVFormat AVOprions.
2010-01-30 Michael NiedermayerRedesign packet queue full check to be more robust.
2010-01-30 Michael NiedermayerBump up MAX_VIDEOQ_SIZE to fix stuttering of oddly...
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-20 Måns RullgårdIndent
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2009-12-28 Stefano SabatiniSet thread_count in the decoder before to open it.
2009-12-21 Ramiro PollaPrint usage instead of help when no files are specified.
2009-12-21 Ramiro PollaSplit show_usage() out of show_help().
2009-12-21 Ramiro PollaFirst print the program description and then the basic...
2009-12-13 Michael NiedermayerUntil -DHAVE_AV_CONFIG_H is removed from ffplays compil...
2009-12-13 Michael NiedermayerShow help if no cmd line options are provided at all.
2009-11-29 Stefano SabatiniFactorize common commandline options definition.
2009-11-19 Michael NiedermayerSplit show_formats().
2009-11-11 Diego BiurrunAdd #include for required header config.h.
2009-10-02 Stefano SabatiniPrefer "loglevel" over "logging level number or string...
2009-09-26 Stefano SabatiniAdd a -loglevel command line option to ffplay.
2009-08-12 Peter RossMoves the display of metadata to dump_format()
2009-08-07 Diego BiurrunRemove some hunks of unused and disabled code cruft.
2009-08-04 Benoit FouetMake 'stats' a bool option again.
2009-07-30 Baptiste CoudurierIncrease audio queue size in FFplay so files with big...
2009-07-30 Baptiste CoudurierDisplay stats by default in FFplay and increase refresh...
2009-07-14 Diego BiurrunRemove unnecessary rtsp.h #include.
2009-05-23 Stefano SabatiniRemove duplicated RGB_TO_[YUV]_CCIR macros, directly...
2009-05-22 Baptiste Coudurierfix mouse seeking when start time is not set, fix ...
2009-05-16 Martin StorsjöMove img_convert_ctx to VideoState and free it in strea...
2009-05-16 Martin StorsjöAdd missing frees to stream_close() and do_exit().
2009-04-28 Michael NiedermayerReset eof state on seeking.
2009-04-19 Michael Niedermayerindent
2009-04-19 Michael NiedermayerOnly insert null packets into the video que if there...
2009-04-19 Michael NiedermayerAvoid 100% CPU useage at EOF.
2009-04-19 Michael NiedermayerMake sure that video frames are flushed at EOF.
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-03-23 avcoderMove declaration of 'pict' closer to where it is used...
2009-03-14 Michael NiedermayerSwitch ffplay to new seeking API.
2009-03-03 Stefano SabatiniRename avctx_opts to avcodec_opts.
2009-03-01 Stefano SabatiniDocument ffplay -ast, -vst, and -sst options.
2009-03-01 Stefano SabatiniApply the same logic used for subtitle stream selection...
2009-03-01 Stefano SabatiniSimplify the logic for the subtitle stream selection.
2009-03-01 Stefano SabatiniFix subtitle selection logic, make ffplay select the...
2009-03-01 Aurelien Jacobsconvert ffplay to new metadata API
2009-02-21 Aurelien JacobsTake account of struct size in total packet queue size...
2009-02-19 Peter RossFFplay: Stop processing input file when AVERROR_EOF...
2009-02-18 Tomer BarletzMove debug trace to the new compute_frame_delay() function.
2009-02-18 Benoit FouetCosmetics: reindent after previous commit.
2009-02-18 Tomer BarletzDo not force last delay value to its own value.
2009-02-18 Tomer BarletzExtract into its own function the code to compute frame...
2009-02-09 Björn AxelssonAdd ffplay subtitle stream selection command-line parameter
2009-02-09 Björn AxelssonFix blend_subrect for even-width subrects positioned...
2009-02-08 Stefano SabatiniReplace the calls to the deprecated av_alloc_format_con...
2009-02-05 Björn AxelssonFix blend_subrect for some subrects positioned on odd...
2009-02-05 Björn AxelssonFix blend_subrect for subrects positioned on odd rows.
2009-02-02 Björn AxelssonFix vertical resolution of subtitles.
2009-01-19 Aurelien JacobsRemove detection of mmsh protocol in ffplay.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-10 Aurelien Jacobsfix warning: assignment makes pointer from integer...
2009-01-09 Baptiste Coudurierfix segv, always set audio_buf to audio_buf1 if decodin...
2009-01-07 Michael NiedermayerInject NULL packets into the video packet que at EOF...
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerChange AVSubtitle.rects to an array of pointers so...
2009-01-03 Michael NiedermayerDisplay subtitles within the display area.
2008-12-14 Michael NiedermayerFix files with fps between 0.5 and 0.1.
2008-11-17 Stefano SabatiniRemove unnecessary calls to show_help(), make ffmpeg...
2008-10-04 Diego PettenòMark ffplay internal variables static. Patch by Diego...
2008-09-28 Michael NiedermayerAVOptions support for ffplay.
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-03 Michael NiedermayerFix round to even for aspect ratio correction.
2008-08-24 Michael NiedermayerEnsure that SDL_AddTimer() is never called with a delay...
2008-08-23 Aurelien Jacobsexport sample_aspect_ratio read by the demuxer in a...
2008-08-20 Michael NiedermayerSimplify timestamp reordering by using the new API.
2008-08-18 Ronald S. BultjeSet AVStream.discard, so that demuxers can choose which...
2008-08-15 Michael NiedermayerSimplify by using FFMAX.
2008-08-02 Peter RossAdd sample format converter to FFplay.
2008-08-02 Peter RossSimplify AVCodecContext usage within FFplay audio_decod...
2008-06-12 Stefano SabatiniChange opt_sync function behavior to print an error...
2008-05-29 Erik HovlandRemove unnecessary header #includes.
2008-05-29 Stefano SabatiniSimplify show_banner() so that it does not require...
2008-05-23 Stefano SabatiniAdd -formats option to ffplay.
2008-05-22 Stefano SabatiniImplement ffplay -L.
2008-05-21 Michael NiedermayerGet rid of more senseless wrapper functions and use...
2008-05-21 Michael NiedermayerDo not pass program_name as argument to show_version...
2008-05-21 Stefano SabatiniLet ffplay support "-version".
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-01 Diego PettenòMark symbols as static, patch by Diego 'Flameeyes'...
2008-04-01 Stefano SabatiniSend context to ffplay.c:opt_seek
2008-03-31 Stefano SabatiniMake ffplay.c:opt_seek use parse_time_or_die
2008-03-22 Stefano SabatiniSend context to the opt_* functions in ffplay.c
2008-03-08 Diego BiurrunMake ffplay use parse_number_or_die instead of atoi.
2008-02-19 Michael NiedermayerFix ;;
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.
next