source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0c90161f   20 years michaelni signed 16bit support Originally committed as revision 3913 to …
(edit) @b2eef2f0   20 years r_togni Add 32bit RGB support Originally committed as revision 3912 to …
(edit) @e993bc03   20 years michaelni 10000l vbr mp3 fix Originally committed as revision 3911 to …
(edit) @38d5c282   20 years Aurélien Jacobs makes funnyCode pages executable (for CPU with NX bit) Originally …
(edit) @a3a5f4d6   20 years michaelni support 32bit output for the mpeg audio decoder Originally committed …
(edit) @b696d2a6   20 years michaelni more accurate dequant of near zero coefficients Originally committed …
(edit) @84af4a7e   20 years michaelni 10l (missing overflow check) Originally committed as revision 3908 to …
(edit) @9da235c8   20 years michaelni 100000l (typos in the #define for selecting the NORM6 method -> wasnt …
(edit) @5e424311   20 years michaelni - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define …
(edit) @0d33db8a   20 years michaelni In that patch: - avctx and gb elements were removed from VC9Context, …
(edit) @093c6e50   20 years michaelni 10l (didnt test code after cvs up ...) Originally committed as …
(edit) @a7a85899   20 years michaelni dithering for the mpeg audio decoder Originally committed as revision …
(edit) @16dd93ab   20 years michaelni quick and dirty PSNR check for audio Originally committed as revision …
(edit) @bd9ea6a4   20 years michaelni fixing missaligned memory accesses in fill_rectangle() Originally …
(edit) @4b9ac0b5   20 years michaelni require a few valid and equal mp3 headers for resync Originally …
(edit) @f4ff1b92   20 years revol added a lock/unlock_lib pair to allow extern progs to serialize access …
(edit) @a603bf8   20 years michaelni dont predict missing timestamps if we lack the required information to …
(edit) @bf1f4da0   20 years alex exported ff_mpa_synth_filter for upcoming qdm2 decoder Originally …
(edit) @0c716ab7   20 years revol fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr> …
(edit) @7d8b13b4   20 years michaelni make decode012() static inline Originally committed as revision 3895 …
(edit) @25cf906   20 years revol don't crash on null codec; by matthieu castet <castet DOT matthieu AT …
(edit) @46103f6b   20 years revol fix the patch to allow Sony PSP MP4 creation Originally committed as …
(edit) @88805317   20 years revol support colon-separated rates patch by Roine Gustafsson <roine AT …
(edit) @501866a1   20 years revol movenc illegal access patch by Roine Gustafsson <roine AT users DOT …
(edit) @92e51b66   20 years revol chunk support in mov patch by Roine Gustafsson <roine AT users DOT …
(edit) @8af18154   20 years revol Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT …
(edit) @2497479f   20 years revol probe for 'junk' and 'pict', changed the scores. Originally committed …
(edit) @edaf11e8   20 years michaelni 10l (negative strides) Originally committed as revision 3887 to …
(edit) @0c040aa   20 years michaelni use dc tables from msmpeg4 instead of duplicating them patch by …
(edit) @53ffdd14   20 years revol mov header field and compressor name patch by Roine Gustafsson <roine …
(edit) @a64a006e   20 years michaelni dont duplicate decode012() Originally committed as revision 3884 to …
(edit) @6b250f09   20 years michaelni check norm6 vlc validity as there are some bit sequences which dont …
(edit) @e5540b3f   20 years michaelni Fixes: - i/p/b_decode_mbs functions now checks the proper values (from …
(edit) @b299f0d9   20 years michaelni more 10l typos Originally committed as revision 3881 to …
(edit) @9c68c65a   20 years michaelni norm-6 / diff-6 support (untested, parts of it just guessed as the …
(edit) @d29f0cd9   20 years michaelni fixing many bugs in bitplane_decoding() spliting row/colskip cases …
(edit) @e9025600   20 years michaelni dont use several 100 mb memory for a tiny 120 element table remove …
(edit) @bc399ae6   20 years michaelni 1000000000l typos Originally committed as revision 3877 to …
(edit) @e25fa213   20 years michaelni mention table duplications, note, please avoid duplicating tables! …
(edit) @b636365   20 years michaelni wmv3 Originally committed as revision 3875 to …
(edit) @cca1a426   20 years r_togni Check pointers before writing to memory Originally committed as …
(edit) @4ae33c9b   20 years michaelni simplify Originally committed as revision 3873 to …
(edit) @934982c4   20 years michaelni avoid buf_size == 0 checks in every decoder Originally committed as …
(edit) @884182b3   20 years michaelni more detailed error messages Originally committed as revision 3871 to …
(edit) @9b21f056   20 years michaelni 10l Originally committed as revision 3870 to …
(edit) @e8ea9012   20 years michaelni framerate check Originally committed as revision 3869 to …
(edit) @46f2f05   20 years michaelni simplify deblock Originally committed as revision 3868 to …
(edit) @91c56db6   20 years michaelni use clip_uint8() Originally committed as revision 3867 to …
(edit) @f2196640   20 years revol AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi> Originally …
(edit) @7fe5a3c0   20 years revol Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net> …
(edit) @7dbab4a9   20 years revol Revert the fixed-size-sample patch as it brokes and others WTF I …
(edit) @3b33943e   20 years michaelni simplify reference list 1 swaping fix? seems its not used by any …
(edit) @4c12e8be   20 years alex preliminary vc9 bitstream decoder, committing to make syncing and …
(edit) @21aa398f   20 years alex preliminary vc9 bitstream decoder, committing to make syncing and …
(edit) @b9866ebc   20 years michaelni support discarding uninterresting packets Originally committed as …
(edit) @e19456e3   20 years michaelni fixing demuxing for short files where the framerate detection failed …
(edit) @b4aea108   20 years michaelni support discarding of uninterresting packets Originally committed as …
(edit) @4cfbbbde   20 years michaelni count errors instead of printing 231 Originally committed as …
(edit) @0fbc6961   20 years michaelni 1/0 fix Originally committed as revision 3856 to …
(edit) @8b8e1c55   20 years michaelni Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn …
(edit) @ac930a99   20 years michaelni console text to stderr : rev2 patch by (Roine Gustafsson <roine …
(edit) @6d606c4f   20 years Aurélien Jacobs fix few x86_64 registers handling Originally committed as revision …
(edit) @45ce5ddb   20 years michaelni handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball …
(edit) @dd4f8a04   20 years michaelni jpeg style yuv fixes Originally committed as revision 3852 to …
(edit) @827c91bf   20 years michaelni H.264 b ref pic list order and long term pictures patch by (Loic Le …
(edit) @eed4ebd2   20 years michaelni div by zero aspect fix Originally committed as revision 3850 to …
(edit) @895345d   20 years michaelni svq3_get_se_golomb() fix Originally committed as revision 3849 to …
(edit) @61f040d   20 years michaelni compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) …
(edit) @b6663a55   20 years Reimar.Doeffinger 100l, fix broken AMD64 patch. To whoever applied it: Did you actually …
(edit) @6a5d4395   20 years michaelni Exporting some more options patch by (Martin Drab <drab …
(edit) @f96b17c   20 years michaelni add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine …
(edit) @2c65638   20 years michaelni x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut …
(edit) @80a49958   20 years michaelni simplify benchmark Originally committed as revision 3844 to …
(edit) @fdb86eb1   20 years michaelni trying to fix the -ss bugs Originally committed as revision 3843 to …
(edit) @d06c75a8   20 years michaelni 10l patch by (matthieu castet <castet.matthieu free fr>) Originally …
(edit) @67e11730   20 years michaelni simplify Originally committed as revision 3841 to …
(edit) @b349fde1   20 years michaelni simplify, null pointer, selftest Originally committed as revision …
(edit) @1ede228a   20 years r_togni Decode MP3 in ADU format Originally committed as revision 3839 to …
(edit) @f9c6d80e   20 years r_togni 1l, forgot to remove duplicated error message Originally committed as …
(edit) @47d91825   20 years diego Mention the l5 pp filter in 'mplayer -pphelp' output. Originally …
(edit) @3048af83   20 years r_togni Use avcodec_check_dimensions instead of custom hack Originally …
(edit) @a9c3ff5b   20 years michaelni assertion about bits statistic and minor bits stat fix Originally …
(edit) @b6c7f870   20 years michaelni 10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo …
(edit) @30231f81   20 years michaelni 10l (dont modify the input picture pts) Originally committed as …
(edit) @3eaa8b7e   20 years michaelni timestamp truncation fix? Originally committed as revision 3832 to …
(edit) @a1e568bd   20 years michaelni wav timestamp truncation fix by (Wolfram Gloger <wmglo …
(edit) @f41c1fac   20 years michaelni av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) …
(edit) @83b07470   20 years michaelni never freed buffer fix based upon a patch by (Kurosu <kurosu inforezo …
(edit) @7b0c0c3c   20 years michaelni handle fixed sample_size patch by Roine Gustafsson <roine AT …
(edit) @d5f121e2   20 years michaelni 10l (gcc 2.95 fix) Originally committed as revision 3827 to …
(edit) @1f3f9507   20 years michaelni disallow strcat Originally committed as revision 3826 to …
(edit) @52f4aea0   20 years michaelni cvs policy entry about security Originally committed as revision 3825 …
(edit) @813af36   20 years michaelni sprintf->snprintf Originally committed as revision 3824 to …
(edit) @2fc8ea24   20 years michaelni dissallow sprintf Originally committed as revision 3823 to …
(edit) @0ecca7a4   20 years michaelni various security fixes and precautionary checks Originally committed …
(edit) @f14d4e7e   20 years diego Quote path expression to take care of $(prefix) possibly containing …
(edit) @6041c217   20 years michaelni fixing selftest Originally committed as revision 3820 to …
(edit) @eaba7c7f   20 years michaelni picture heap corruption fix Originally committed as revision 3819 to …
(edit) @4bbc6260   20 years michaelni 10l (ret vs. ret>0) Originally committed as revision 3818 to …
(edit) @c31b8121   20 years r_togni Check pointers before writing to memory, fix possible integer …
Note: See TracRevisionLog for help on using the revision log.