]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2006-06-30 reynaldoanothe useless sizeof(char)
2006-06-30 kostyaSlightly reworked MC code, it gives better picture.
2006-06-30 kostyatypo
2006-06-30 diegospelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpe...
2006-06-29 mrucompiler sanity check
2006-06-29 mruadd --cross-compile option to assume cross-compilation...
2006-06-29 mrusend output of exec checks to log file
2006-06-29 mrudetect availability of -rdynamic and -export-dynamic
2006-06-29 mruextradata may be used as bitstream reader input so...
2006-06-29 mrudetect audio-only program streams and broken files...
2006-06-29 mrudo not fail av_find_stream_info() if params for all...
2006-06-29 kostyaFix initialization of vc1_decoder (the same as wmv3_dec...
2006-06-29 kostyaSome optimization and fixes - mostly reworked MC and...
2006-06-29 kostyaThis should make P-frames decoding work on x86 (by...
2006-06-29 diego'uname -m' returns IP<number> for MIPS CPUs on IRIX.
2006-06-28 mrudetect MPEG PES streams as MPEG PS; the PS demuxer...
2006-06-28 mruget svn version when using separate build tree
2006-06-28 lucabeProperly set the image depth
2006-06-28 michaeldont read over the end of a data chunk and at the end...
2006-06-27 michaelflacenc - rice param search patch by (Justin Ruggles...
2006-06-27 kostyaAdded loop filtering as ersatz for overlap filter ...
2006-06-27 kostyaVC1 Intra blocks in P-frames use different zigzag table...
2006-06-27 reimarDo not read full byte when less than 8 bits are still...
2006-06-27 reimarIgnore overrun in spectral RLE decoding, fixes
2006-06-27 diegoInstall into $PROGRAMFILES instead of a hardcoded path...
2006-06-27 kostyaVC-1 decoder with I-frames support and partial P-frames...
2006-06-27 kostyaRename VC9 to VC1 as there is no such thing as VC9
2006-06-26 michaelstereo decorrelation support by (Justin Ruggles jruggl...
2006-06-25 michael10l
2006-06-25 lu_zerocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-06-25 lu_zeroMake debug work early on ffplay
2006-06-25 mrus/u_char/uint8_t/ accidentally copied from tcvp
2006-06-25 mru10l: don't allocate a new buffer quite so often
2006-06-25 mrucleaned up buffer management
2006-06-25 bcouduriercheck only existing streams
2006-06-24 mru-logg needs to be after -lvorbis
2006-06-24 mrufix a silly typo (1l to myself)
2006-06-24 lu_zerominor cleanup
2006-06-24 bcouduriersimplify
2006-06-24 michaelsimplify & optimize things a little
2006-06-24 michaelflac regression test
2006-06-24 michaelfirst rudimentary version of (Justin Ruggles jruggle...
2006-06-24 michaelsimplify
2006-06-24 michaelCODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles...
2006-06-23 diegoProduce correct version string even when not run in...
2006-06-22 diego.depend needs version.h, noticed by Uoti Urpala
2006-06-22 mruenable logging in configure by default, and print some...
2006-06-21 mruallow recent libfaad versions with new function names
2006-06-21 lu_zerofix 24bit flac support, revised from Thibaut Mattern...
2006-06-20 diegoRemove unused variable, patch by Stefan Huehner stefan_...
2006-06-20 mruincrease search limit in av_find_stream_info
2006-06-20 lu_zeroMake gcc-3 happy again, thanks to Olivier Castan <casta...
2006-06-20 diegoRemove unused FFMPEG_VERSION_INT.
2006-06-20 diegoUse Subversion revision for FFMPEG_VERSION.
2006-06-20 diegoRemove unused VERSION definition from config.mak.
2006-06-19 diegoAvoid binary stripping rule code duplication.
2006-06-19 mruallow packets with non-zero PES_scrambling_control
2006-06-19 bcoudurierfix aac in mov for ipod
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-06-17 mrulibfaac uses pascal calling convention on win32 so...
2006-06-17 mruadd myself as build system maintainer
2006-06-17 mruput local -L flags first in link commands
2006-06-17 lu_zeroCosmetics: should not hurt performance, scream if are
2006-06-17 diegoAdd (mostly) const to variable and parameter declaratio...
2006-06-17 mruimproved logging tests
2006-06-17 bcoudurierupdate libav regression tests for r5449 (adpcm)
2006-06-17 diegoRename version from CVS to the more sensible HEAD.
2006-06-16 mruuse standard codec tag if the specified tag is out...
2006-06-16 mruThe AAC frame header uses 13 bits for the frame size...
2006-06-16 mrutest availability of various compiler flags, and verify...
2006-06-16 diegoFix compilation with all combinations of --disable...
2006-06-16 mrufree codec extradata in av_close_input_file
2006-06-15 bcouduriermake dump_format output more homogenous
2006-06-15 bcoudurierexport all tracks to libavformat layer
2006-06-15 michaelvfr mov/mp4 todo item
2006-06-15 lucabeFix segfault
2006-06-15 michael10l to whoever wrote this
2006-06-15 lucabeFix typo
2006-06-14 mrucheck for SDL_VideoInfo.current_[wh] availability in...
2006-06-14 lorenmupdate regression tests for r5449 (adpcm)
2006-06-14 michaeldont load the index if we cant seek back
2006-06-13 bcouduriercheck fseek return value
2006-06-13 bcoudurierfix unused computed value
2006-06-13 bcoudurierfix mp3 muxing
2006-06-13 michaelfix probe of high bitrate mpeg2video
2006-06-13 lu_zerooprofile reference for Linux/PPC
2006-06-12 mruMIPS doesn't like unaligned accesses
2006-06-12 bcouduriersimplify, completely ignore streams not recognized...
2006-06-12 lorenmh264: accept rbsp_trailing longer than 1 byte
2006-06-11 reimarread_packet return value must be < 0 when no packet...
2006-06-10 mru10l to myself for being overzealous with $cross_prefix
2006-06-10 diegoAdd support for GNU/kFreeBSD systems.
2006-06-09 mrudon't use xlib in ffplay, and bump required sdl version
2006-06-09 mruuse ifeq(...,yes) instead of ifdef
2006-06-09 diegoCVS --> Subversion
2006-06-09 bcoudurierfix closed gop flag
2006-06-09 diegowww1.mplayerhq.hu --> lists.mplayerhq.hu
2006-06-09 diegoCVS --> Subversion
2006-06-05 mruprobe for mpeg audio
2006-06-04 michaelsupport doing motion estimation and compensation withou...
next