OSDN Git Service

coroid/ffmpeg_saccubus.git
2010-02-08 Wolfram GlogerStop reading input file when -t option value is reached.
2010-02-08 Michael NiedermayerRemove an apparently unneeded && !FRAME_MBAFF.
2010-02-08 Michael NiedermayerBranchless calculation of ref_offset.
2010-02-08 Michael NiedermayerRemove incorrect fixme, i see no case that is missing.
2010-02-08 Michael NiedermayerReplace call to pred_motion() in direct spatial mv...
2010-02-08 Michael NiedermayerChange xvid/divx/lavc build variables to be consistent...
2010-02-08 Michael NiedermayerSet x264_build so that checks are simpler.
2010-02-07 Michael NiedermayerOoops, 10l forgot to commit h264.h.
2010-02-07 Michael NiedermayerZero a/b only in the branch where they need to be zeroed.
2010-02-07 Michael NiedermayerMerge mv&ref related code for spatial direct MV code.
2010-02-07 Michael NiedermayerPrecalculate a few variables for direct mv prediction...
2010-02-07 Michael NiedermayerDirectly use av_rescale_rnd() instead of av_convert_ts...
2010-02-07 Michael NiedermayerSet direct MB partitioning for 16x8 and 8x16 colocated...
2010-02-07 Michael NiedermayerFactorize setting sub_mb_type out.
2010-02-07 Michael NiedermayerBump minor for av_compare_ts()
2010-02-07 Michael NiedermayerUse av_compare_ts() for interleaving per dts.
2010-02-07 Michael Niedermayerav_compare_ts()
2010-02-07 Stefano SabatiniMake parse_options() explicitely handle the case where...
2010-02-07 Michael NiedermayerRemove FIXMEs for cases that are disallowed by the...
2010-02-07 Michael NiedermayerCheck direct_8x8_inference_flag.
2010-02-07 Michael NiedermayerSkip the fill_colmap() case thats for MBAFF if we dont...
2010-02-07 Michele OrrùImplement a physical concatenation protocol.
2010-02-07 Michael NiedermayerFix CAVLC+8x8DCT+MBAFF loopfiltering.
2010-02-07 Michael NiedermayerFix colocated map.
2010-02-07 Michael NiedermayerFix reference selection for colocated MBs from frames...
2010-02-07 Michael NiedermayerAdd assert(sps.direct_8x8_inference_flag) to FIXME...
2010-02-07 Michael Niedermayerref_offset must be added after checking references...
2010-02-06 Stefano SabatiniAdd missing entries for the recent lsws API changes.
2010-02-06 Reinhard Tartlerlibgsm installs headers in a subdirectory, use gsm...
2010-02-06 Jai Menoncosmetics : re-indent after r21639.
2010-02-06 Reimar DöffingerAdd include necessary for ff_set_qscale
2010-02-06 Jai MenonAvoid using an intermediate variable.
2010-02-06 Jai MenonRemove redundant use of numchannels since it is 1 for...
2010-02-06 Jai Menonalac.c : Use av_freep instead of av_free.
2010-02-06 Anton KhirnovAdd AVI metadata conversion table.
2010-02-06 Justin JohnsonRevert r21615 | cehoyos | 2010-02-02 23:23:09 +0100...
2010-02-06 Michael NiedermayerLong term references behave different from short term...
2010-02-06 Stefano SabatiniAdd parentheses in boolean expression: (A && B || C...
2010-02-06 Stefano SabatiniRemove unused variable ref_clock, fix the warning:
2010-02-05 Stefano SabatiniSimplify how usesVFilter and usesHFilter are set.
2010-02-05 Stefano SabatiniSatisfy style nits.
2010-02-05 Stefano SabatiniDoxument url_fdopen().
2010-02-05 Stefano SabatiniApply misc fixes to sws_getCoefficients() doxy.
2010-02-05 Stefano SabatiniSatisfy consistency need:
2010-02-05 David ConradAdd function to translate SWS_CS_* to coefficient array
2010-02-05 Michael Niedermayermake the RDFT vissualizatiom default, the scopes are...
2010-02-05 Michael NiedermayerMake sure the rdft has enough audio available.
2010-02-05 Michael Niedermayerstrn muxing in avi support.
2010-02-05 Michael NiedermayerSupport strn tag in avidec.
2010-02-05 Michael NiedermayerCorrecting wrong looking stream_id validity check in...
2010-02-05 Michael NiedermayerScale rdft vissualization up by 2 so theres no unused...
2010-02-05 Vitor SessakDo not segfault when doing "ffplay -h"
2010-02-05 Michael NiedermayerPretty RDFT audio visualization.
2010-02-05 Michael NiedermayerFast seeking.
2010-02-04 Jai MenonAdd ALAC 24 bps decoding support.
2010-02-04 Michael NiedermayerFix large timebases.
2010-02-04 Michael NiedermayerImplement cool new vlc code.
2010-02-04 Michael Niedermayerautoexit
2010-02-03 Michael NiedermayerDont try generic seek if seek request before first...
2010-02-03 Stefano SabatiniImplement shuffle_bytes_abcd() functions and use them...
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...
next