]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-01-13 Michael Niedermayerreplace a few hardcoded numbers with their correct...
2007-01-13 Michael Niedermayerfix 16 CABAC_BIT * 10l bug introduced in r6578
2007-01-12 Luca Abenideprecate sws_scale_ordered(), as it now is a duplicate...
2007-01-12 Luca AbeniAdd "support for both orderings of the slices (top...
2007-01-11 Roman Shaposhnik* Fixing seeking with DV-AVI (by Jeff Downs <heydowns...
2007-01-10 Diego BiurrunBail out immediately with software scaler instead of...
2007-01-10 Diego BiurrunAdd a FIXME note about paths in pkgconfig files.
2007-01-10 Baptiste Coudurierprint error when decoding fails
2007-01-10 Diego BiurrunUnconditionally enable Theora decoder. It works fine...
2007-01-10 Baptiste Coudurieradd official VC1 fourcc
2007-01-09 Baptiste Coudurierchange regression tests for swf, use same as flv, swf...
2007-01-09 Baptiste Coudurierchange regression tests for swf, use same as flv, swf...
2007-01-09 Michael Niedermayerfix av_reduce() with things like 1/0 and 0/0
2007-01-08 Baptiste Coudurierremoved unused av_frac_set
2007-01-08 Baptiste Coudurierremove #if obsoleted after last major version bump
2007-01-08 Baptiste Coudurier10l, only allocate priv_data if not already done
2007-01-08 Baptiste Coudurierhumm, actually do what's in the doxy
2007-01-08 Baptiste Coudurierpriv_data is allocated/freed internally
2007-01-07 Guillaume Poirierlinks to ARM optimization manuals
2007-01-07 Guillaume Poirieradd missing bit from commit r7423
2007-01-07 Siarhei SiamashkaOptimization of 'dct_unquantize_h263_intra' for ARM...
2007-01-07 Robert Swainenable bidirectional me with x264
2007-01-07 Luca Abeni__attribute__((unused)) works with gcc 2.95 too
2007-01-07 Ramiro PollaDisable threading support by default on all platforms...
2007-01-07 Diego Biurrunordering cosmetics
2007-01-07 Diego Biurruncosmetics: Reorder external libraries.
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2007-01-06 Diego BiurrunRename variables: faad --> libfaad, faac --> libfaac...
2007-01-06 Diego Biurrunvariable renaming: dts --> libdts
2007-01-06 Diego BiurrunRename variables: a52 --> liba52, a52bin --> liba52bin
2007-01-06 Diego BiurrunReorder configure output.
2007-01-06 Diego Biurrunone more naming consistency change
2007-01-06 Diego Biurrunmore consistency for the output naming
2007-01-06 Diego BiurrunAlign configure output.
2007-01-06 Luca Abenireplace some av_malloc();memset(...,0,...) sequences...
2007-01-05 Baptiste Couduriersimplify
2007-01-05 Baptiste Coudurierdont skip too many bytes if tag is TAG_STREAMHEAD2...
2007-01-03 Michael Niedermayermaybe fixing a segfault
2007-01-03 Michael Niedermayersnow specification
2007-01-03 Michael Niedermayerdead code removial
2007-01-02 Michael Niedermayermissdetected a broken mp3
2007-01-02 Michael Niedermayerindention
2007-01-02 Michael Niedermayernth try of getting the frame rate detecton working
2007-01-02 Michael Niedermayerstore a few values in the header as difference to the...
2007-01-02 Michael Niedermayersome quick encoding tips
2007-01-01 Benjamin LarssonVP6 and flashsv stream copy and muxing support.
2007-01-01 Benjamin LarssonCorrect value for the test.
2007-01-01 Michael NiedermayerAVSEEK_SIZE doxy
2007-01-01 Michael Niedermayerfix indention of previous commit
2007-01-01 Michael Niedermayerseekless filesize retrieving support in 7 lines of...
2007-01-01 Michael Niedermayerrevert regression test breaking change
2007-01-01 Kostya ShishkovDecode previous 32 frames to avoid seeking artifacts...
2007-01-01 Kostya ShishkovMake MPC demuxer deal with ID3 tags at the beginning
2006-12-31 Michael Niedermayerremember the size after switching back from fullscreen
2006-12-31 Michael Niedermayerdont use SDL_WM_ToggleFullScreen() as that doesnt seem...
2006-12-31 Michael Niedermayercheck x/y validity
2006-12-31 Michael Niedermayercosmetic (move video_open() up to avoid prototype)
2006-12-31 Michael Niedermayer10l (fix segfault with audio only files)
2006-12-30 Michael Niedermayerremove code duplication
2006-12-30 Michael Niedermayer1st attempt to fix width/height
2006-12-29 Michael Niedermayerignore duration of the first 2 frames in the max-time...
2006-12-29 Michael Niedermayerdo not base frame rate guess on just one duration
2006-12-28 Allan HsuPatch for the FLV muxer to supply more complete metadata
2006-12-28 Kostya ShishkovEnable forward seek in Musepack demuxer
2006-12-28 Mike Frysingerfall back mmap() call using MAP_PRIVATE for working...
2006-12-28 Patrice BensoussanDecode genre on asf/wma files.
2006-12-26 Dominik MierzejewskiRemove redundant Requires: in libswscale.pc, approved...
2006-12-26 Luca Abenichange all the occurrences of "FFMIN(FFMAX())" to clip_...
2006-12-26 Luca AbeniMark some variables as possibly unused to avoid warnings
2006-12-26 Luca AbeniAdd some explicit casts to avoid "assignment from incom...
2006-12-26 Måns Rullgårdmake version.h depend on .svn/entries
2006-12-26 Michael Niedermayerskiprd doxygen comment from avcodec.h -> AVOption comment
2006-12-26 Luca AbeniAdd some other casts, to remove void pointers arithmetic
2006-12-26 Luca AbeniAdd some explicit casts to avoid some warnings
2006-12-26 Luca AbeniRemove some void pointers arithmetic
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-24 Diego BiurrunProperly check for all required bktr headers.
2006-12-24 Diego BiurrunReplace fail test with the die function.
2006-12-24 Diego BiurrunRemove redundant variable setting.
2006-12-24 Diego BiurrunSlightly shorten libvorbis check.
2006-12-24 Diego BiurrunDisable Win32 threads by default.
2006-12-23 Diego BiurrunAdd AMR directories for out-of-tree builds.
2006-12-23 Diego Biurruntypo: Properly escape a $ sign.
2006-12-23 Oded Shimonsync to libnut, nom->num
2006-12-23 Diego BiurrunRegister x11grab only when it has been enabled.
2006-12-23 Michael Niedermayerskiprd
2006-12-23 Diego BiurrunFix regression tests with out-of-tree builds.
2006-12-22 Diego BiurrunCreate libpostproc pkgconfig files only if libpostproc...
2006-12-22 Ramiro Pollasupport files >2GB on MinGW
2006-12-22 Michael Niedermayertest DIRECT{0,0} too if flag mv0 is used
2006-12-22 Diego Biurrunslightly more consistency for the Darwin linker options
2006-12-22 Luca AbeniClarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-22 Luca AbeniOpss... My last commit was wrong; sorry!
2006-12-22 Luca Abenilibswscale is not LGPLed, sorry
2006-12-22 Luca AbeniRemove useless include (not needed now that libswscale...
2006-12-22 Baptiste Coudurierbt 0 is invalid, setting min to 1
2006-12-22 Ramiro PollaInstall generated .lib files in shlibdir on MinGW.
2006-12-22 Diego BiurrunRemove duplicate line.
2006-12-22 Tom HarperFix linking on Intel Mac due to local relocation entries in
2006-12-22 Diego BiurrunMake the X11 frame grabber disabled by default.
next