]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-27 Diego Biurruncosmetics: typo fixes
2008-05-27 Stefano SabatiniUpdate documentation of show_version() to account for...
2008-05-27 Baptiste Coudurieruse AVFifoBuffer
2008-05-27 Baptiste Couduriercosmetics
2008-05-27 Baptiste Couduriermerge init and declaration
2008-05-27 Baptiste Couduriersimplify and use version instead
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriercosmetics, remove useless cases and braces
2008-05-27 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-27 Baptiste Coudurierremove const qualifier, removes warning:
2008-05-27 Diego BiurrunDo not remove gmon.out on clean, we never create it.
2008-05-27 Justin Ruggleszero the upper frequencies of the correct coefficients
2008-05-27 Diego BiurrunRemove TAGS target cruft.
2008-05-27 Diego BiurrunSimplify phony target declaration.
2008-05-27 Diego BiurrunRename test-server target to servertest for consistency...
2008-05-26 Baptiste Couduriertypo
2008-05-26 Baptiste Coudurierregister myself as ffm maintainer
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes in variable...
2008-05-26 Stefano SabatiniClarify avcodec_encode_audio() vs. PCM audio.
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-26 Diego Biurruncosmetics: typo
2008-05-26 Diego Biurruncosmetics: Use C-style comments in #endif directives.
2008-05-26 Stefano Sabatinismall consistency fixes for the ffplay manual
2008-05-26 Stefano Sabatinismall consistency fixes for the ffserver manual
2008-05-26 Baptiste Coudurieraac and h264 in flv demuxing
2008-05-26 Baptiste Coudurieraac and h264 in flv muxing
2008-05-26 Baptiste Coudurieraac chan config is 0 if bitstream contains program_conf...
2008-05-26 Michael NiedermayerSupport non interleaved avi with phantom streams.
2008-05-26 Vitor SessakRename var: add read coefficients a decent name
2008-05-26 Vitor SessakUpdate comment
2008-05-26 Vitor SessakRename var: val -> energy
2008-05-26 Vitor SessakRename var: swapbuf* are LPC related
2008-05-26 Vitor SessakRename var: buffer_2 is an adaptive codebook
2008-05-26 Vitor SessakContext vars are not global vars. glob is a bad name...
2008-05-26 Vitor SessakRename context struct to be more consistent with the...
2008-05-26 Michael NiedermayerWarn about packed B-frames. (especially useful if the...
2008-05-26 Baptiste Coudurierupdate regression ref due to r13412
2008-05-26 Måns RullgårdRevert "Add version information to DLLs."
2008-05-26 Baptiste Coudurierreplace printf by av_log
2008-05-26 Baptiste Coudurieruse av_hex_dump_log
2008-05-26 Baptiste Coudurieruse dprintf
2008-05-26 Baptiste Couduriercosmetics, add demuxer word
2008-05-26 Baptiste Couduriercosmetics, remove useless dot
2008-05-26 Baptiste Coudurierreturn error if frame_offset is negative, prevent segfault
2008-05-26 Baptiste Coudurierreturn error if len is negative, prevent segfault
2008-05-26 Baptiste Couduriermove ffserver specific functions up and only include...
2008-05-26 Baptiste Couduriermove ffm_seek1 before get_pts function since func uses it
2008-05-26 Baptiste Couduriermove DEBUG_SEEK definition before get_pts since func...
2008-05-26 Baptiste Couduriermove get_pts function to avoid useless declaration
2008-05-26 Baptiste Coudurierremove unneeded include
2008-05-26 Baptiste Couduriersplit ffm de/muxer
2008-05-26 Baptiste Coudurierreenable test, data is available in this case
2008-05-26 Michael Niedermayerindent
2008-05-26 Michael Niedermayerallow av_parser_close(NULL)
2008-05-26 Michael Niedermayerprint direct_spatial_mv_pred
2008-05-26 Michael NiedermayerMake stream copy of ac3 from riff based formats work.
2008-05-26 Justin Rugglesparse audio in ogm demuxer.
2008-05-26 Michael NiedermayerMake ac3 in avi work better.
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-05-25 Michael NiedermayerMake opt_verbose() work again.
2008-05-25 Justin Rugglessafer solution for setting audio parameters
2008-05-25 Vitor SessakMerge two if's
2008-05-25 Vitor SessakUse (u)int16_t instead of (unsigned) short
2008-05-25 Justin Rugglesset audio parameters if frame header is ok, even if...
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Rugglesadd error concealment
2008-05-25 Vitor SessakYet more cosmetics
2008-05-25 Vitor SessakMore cosmetics
2008-05-25 Vitor SessakCosmetics
2008-05-25 Vitor SessakRename var
2008-05-25 Vitor SessakMinor simplification of dec1()
2008-05-25 Vitor SessakMinor simplification of dec2()
2008-05-25 Vitor SessakRemove useless variable
2008-05-25 Vitor SessakCosmetics: merge declaration and initialization
2008-05-25 Vitor SessakCosmetics: braces removal
2008-05-25 Vitor SessakMove evaluation of variable a to where it is trivial
2008-05-25 Vitor SessakMake add_wav() receive a vector instead of three integers
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Ruggles10l: fix error in commit r13382
2008-05-25 Vitor SessakRemove gbuf2 from context
2008-05-25 Justin Rugglesadd checks for missing information in the first block
2008-05-25 Justin Rugglesadd check for invalid channel mode when coupling is...
2008-05-25 Ramiro PollaForgot to commit changes to subdir.mak in last revision.
2008-05-25 Jeremy KolbAdd version information to DLLs.
2008-05-25 Michael NiedermayerFix MB skipping with droppable frames.
2008-05-25 Michael NiedermayerDo not reject odd width/height.
2008-05-25 Vitor SessakUse (u)int16_t instead of short for tables
2008-05-25 Vitor SessakMake tables that fit in one byte (u)int8_t
2008-05-25 Vitor SessakRemove yet another val (gbuf1) from context
2008-05-25 Vitor SessakParameter n of dec functions is always 3. Hardcode it.
2008-05-25 Baptiste Coudurierset correct duration when using b frames
2008-05-25 Baptiste Coudurieruse short option
2008-05-25 Baptiste Coudurierbetter error message
2008-05-24 Baptiste Coudurierdo not loop input, useless
2008-05-24 Baptiste Coudurierfix feed path according to regression script
2008-05-24 Baptiste Couduriersimplify, use ffserver launch directive
2008-05-24 Michael NiedermayerMove const *pow2tab out of context.
next