]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-02-03 Michael NiedermayerClean after toggling wave.
2010-02-03 Stefano SabatiniUse pixel format descriptors for checking if the input...
2010-02-03 Michael NiedermayerTry to open decoders in av_find_stream_info() even...
2010-02-03 Michael NiedermayerMove is->frame_timer init from start to flush_pkt handl...
2010-02-03 Stefano SabatiniMake opt_frame_pix_fmt() call show_pix_fmts() if the...
2010-02-03 Michael NiedermayerThe convertion between bit and byte is 8 not 60.
2010-02-03 Michael NiedermayerCorrect opts calulation in ffmpeg.c.
2010-02-03 Michael NiedermayerAlternative solution for the mpegvideo_split + mov...
2010-02-03 Peter RossIndentation cleanup
2010-02-03 Peter RossExtend IFF demuxer to parse PBM/ILBM bitmap chunks
2010-02-03 Peter RossIFF PBM/ILBM bitmap decoder
2010-02-03 Michael NiedermayerRevert
2010-02-03 Michael NiedermayerOnly set duration for streams where it is likely correct.
2010-02-02 Michael NiedermayerSet nb_frames.
2010-02-02 Michael NiedermayerCompare the correct clocks for syncing video to audio...
2010-02-02 Carl Eugen... Fix r21223: AVup samples (issue 1685) need a buf offset...
2010-02-02 Michael NiedermayerMove the initial refresh scheduling for audio display...
2010-02-02 Justin JohnsonGuess the duration before converting video and write...
2010-02-02 Michael NiedermayerCommit disapeared hunk, must have editied this out...
2010-02-02 Yuriy KaminskiyFix warnings about redefining constants when compiling...
2010-02-02 Michael NiedermayerAutodetect when byte based seeking is better (that...
2010-02-02 Michael NiedermayerUse currently displayed file position instead of just...
2010-02-02 Michael NiedermayerSet AVPacket.pos in MPEG-PS demuxer.
2010-02-02 Michael NiedermayerFix seek flags
2010-02-01 Måns RullgårdFix build
2010-02-01 Alexis BallierFix warnings about implicit function declaration when...
2010-02-01 Stefano SabatiniUse parentheses around && within ||, fix the gcc warning:
2010-02-01 Stefano SabatiniReindent.
2010-02-01 Michael NiedermayerCheck pkt.pts against the recording time.
2010-02-01 Stefano SabatiniUse pixel format descriptors to check if the input...
2010-02-01 Reinhard Tartlermention symbol versioning
2010-02-01 Michael NiedermayerMake sure the faulty timestamp detection is just done...
2010-02-01 Michael NiedermayerReset frame_last_delay to 0.
2010-02-01 Michael NiedermayerMove frame_last_delay into flush code as it must be...
2010-02-01 Michael NiedermayerReset frame_last_pts on flush (and thus also at start)
2010-02-01 Michael NiedermayerInsert a flush packet into the que on init, that way...
2010-02-01 Michael Niedermayer"Flush" the picture que on seeks, this prevents the...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-02-01 Michael NiedermayerSchedule refreshes from a thread that actually knows...
2010-02-01 Michael NiedermayerFix race condition with reading between video_current_p...
2010-02-01 Michael NiedermayerTry to more completely update time variables on unpause.
2010-02-01 Thilo BorgmannRemove unnecessary fields in ALSSpecificConfig.
2010-02-01 Michael NiedermayerSimplify get_video_clock()
2010-02-01 Michael Niedermayer10l, forgot HAS_ARG, -drp segfaulted.
2010-02-01 Michael NiedermayerSet reordered_opaque during context alloc by default...
2010-01-31 Michael Niedermayerdecoder reorder pts auto detection.
2010-01-31 Michael NiedermayerFix indention.
2010-01-31 Michael NiedermayerIncrease search range if no end timestamp could be...
2010-01-31 Stefano SabatiniFix grammar: write to DST THING -> write THING to DST.
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-31 Kostya ShishkovBink video codec id is there, demuxer can use it
2010-01-31 Daniel VerkampUpdate binkaudio to new DECLARE_ALIGNED syntax
2010-01-31 Daniel Verkamplibavcodec version bump for Bink codec IDs (r21536)
2010-01-31 Peter RossLatent libavformat version bump for Bink demuxer (r21569)
2010-01-31 Peter RossBink Audio decoder
2010-01-31 Peter RossBink demuxer
2010-01-31 Reimar DöffingerAdd include to fix implicit declaration of ff_mpeg4_ini...
2010-01-31 Peter RossAdd v210x decoder long name
2010-01-31 Stefano SabatiniDeclare support for the pixel formats:
2010-01-31 Michael NiedermayerGet rid of a check in one direction that cant be true...
2010-01-31 Måns RullgårdBlackfin: use SRAM only when CONFIG_SRAM is set
2010-01-31 Måns RullgårdBlackfin: use SRAM only when CONFIG_SRAM is set
2010-01-31 Måns RullgårdAdd CONFIG_SRAM to allow use of on-chip SRAM on some...
2010-01-30 Michael NiedermayerFix seeking by bytes with the mouse and do so by defaul...
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2010-01-30 Michael NiedermayerFix AVFormat AVOprions.
2010-01-30 Reimar DöffingerStore strings directly in mov_mdhd_language_map instead...
2010-01-30 Stefano SabatiniReindent.
2010-01-30 Stefano SabatiniUse a consistent convention for the names of the intern...
2010-01-30 Michael NiedermayerFlush the bitreservour.
2010-01-30 Reimar DöffingerAlways consider the mov language code as 4 bytes fixed...
2010-01-30 Reimar DöffingerSimplify conversion to 5-bit ASCII.
2010-01-30 Måns RullgårdSeparate audio-only tests so they are only run once
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 SabatiniRemove duplicated empty line.
2010-01-30 Michael NiedermayerSplit first reference list comparission from mv compari...
2010-01-30 Reimar DöffingerMake the jump-table section-relative for x86_64 with...
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
2010-01-30 Stefano SabatiniRemove duplicated word in av_strlcat() doxy.
2010-01-30 Stefano SabatiniAdd missing '()' at the end of a function name.
2010-01-30 Stefano SabatiniAdd mention to the av_get_pix_fmt() addition.
2010-01-30 Carl Eugen... Disable Altivec for processors older than G4.
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2010-01-30 Ancoron LuciferisPPC: allow --cpu=E500[v2]
2010-01-30 Måns Rullgårdconfigure: match PPC CPU types case insensitively
2010-01-30 Måns RullgårdSet target_path to $(CURDIR)
2010-01-30 Michael NiedermayerReplace h->left_type[0] by the local variable for it...
2010-01-30 Michael Niedermayerslightly faster bit trickery.
2010-01-30 Michael NiedermayerReplace ?: by branchless code.
2010-01-30 Stefano SabatiniFix randomness of the swscale-test output.
2010-01-30 Daniel VerkampSet duration in Smacker demuxer
2010-01-30 Daniel VerkampDemux Bink audio in Smacker files
2010-01-30 Daniel VerkampAdd Bink codec IDs
2010-01-30 Kostya Shishkovanother 10l: forgot to change parent condition as well
2010-01-30 Kostya Shishkov10l trocadero: now return value of ff_rtmp_packet_read...
2010-01-30 Kostya ShishkovMake RTMP send/receive packet functions report number...
2010-01-30 Kostya Shishkovcosmetics: add an empty line between variable declarati...
2010-01-30 Kostya ShishkovIndeo Video Interactive 4 and 5 common code and DSP...
2010-01-29 Ramiro PollaRevert commits 21227, 21441, and 21442. None of this...
next