source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f28b1048   17 years Aurélien Jacobs add support for VP6 with huffman encoded blocks closes issue 104 …
(edit) @437c2079   17 years Aurélien Jacobs moves fraps huffman decoder to its own file, making it more generic …
(edit) @5d25d2a9   17 years diego cosmetics: Move asf_read_close() down to get rid of a forward …
(edit) @fe0b9a6   17 years benoit.fouet Increment minor after r10709. Originally committed as revision 10734 …
(edit) @3f30c42b   17 years Reimar.Doeffinger Fix rc4 header, #ifndef -> #define Originally committed as revision …
(edit) @d02f154   17 years diego Add multiple inclusion guards. Originally committed as revision 10732 …
(edit) @c1d5a67   17 years diego Add standard license header. Originally committed as revision 10731 …
(edit) @d5a8a02   17 years diego Consistently place comments in file header. Originally committed as …
(edit) @547972fd   17 years diego cosmetics: sort() Originally committed as revision 10729 to …
(edit) @0cd05c08   17 years Aurélien Jacobs VP6A needs its Makefile rules too Originally committed as revision …
(edit) @3c3704d2   17 years voroshil Fix MJPEG decoder for AMV files. Since decoding is doing from the end …
(edit) @4d570f94   17 years michaelni prevent infinite loop and memcpy of negative amounts fixes issue194 …
(edit) @972c5f9e   17 years mans simply buffer checks in vorbis_comment() Originally committed as …
(edit) @0a770ae7   17 years mans use bytestream_get_* in vorbis_comment() Originally committed as …
(edit) @80b1c5a8   17 years Reimar.Doeffinger Add RC4 encryption/decryption function Originally committed as …
(edit) @211dd1e8   17 years michaelni factorize code and add safety check to prevent memcpying negative …
(edit) @0d43dd8c   17 years andreas Simplify tests for field macroblocks patch by Jeff Downs, heydowns a …
(edit) @b8a9dfb7   17 years ramiro.polla Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for …
(edit) @29a7b8ef   17 years ramiro.polla Fix memleak Closes issue 102 Originally committed as revision 10719 …
(edit) @6ad42348   17 years ramiro.polla ffserver needs ffm_muxer specifically, and rtsp_demuxer for …
(edit) @35d6cebd   17 years diego Use single quotes to get rid of a bunch of backslash escapes. …
(edit) @5645c838   17 years diego Consistently use $(FOO) instead of ${FOO} in Makefile variables. …
(edit) @1084771a   17 years diego 10l: refill2() is not unused, it is used conditionally. Fix the …
(edit) @5e832bc2   17 years Carl Eugen Hoyos Interlaced pictures (not just MBAFF) + spatial direct mode is not …
(edit) @0f26eec2   17 years diego Disable unused code; fixes several gcc warnings: cabac.h:112: warning: …
(edit) @2a7feb18   17 years Carl Eugen Hoyos Enable avpicture_deinterlace() for PIX_FMT_GRAY8. Patch by Andrea …
(edit) @bdb27356   17 years Carl Eugen Hoyos Fix intended order of operations for 4 assert() checks. Patch by …
(edit) @645f7879   17 years ramiro.polla Specify in documentation that avcodec_find_(en|de)coder* only searches …
(edit) @770d9daf   17 years benoit.fouet Add functionality to set the direction of a ByteIOContext buffer. …
(edit) @3ea78411   17 years diego warning fixes: snow.c: In function ‘decode_header’: snow.c:3668: …
(edit) @736e63ed   17 years mans check values more thoroughly in vorbis_header() Originally committed …
(edit) @739587bf   17 years mans use bytestream_get_* in vorbis_header() Originally committed as …
(edit) @f5475e1b   17 years mans fix buffer overread with invalid Vorbis header Originally committed …
(edit) @62f2c069   17 years mans remove duplicate Vorbis comment tag handling Originally committed as …
(edit) @2fe279f   17 years Carl Eugen Hoyos Set pict->interlaced_frame if returned frame is MBAFF or PAFF. …
(edit) @ce3132be   17 years Reimar.Doeffinger Remove ogg seek function, instead use generic seek via read_timestamp …
(edit) @a1f29b95   17 years Reimar.Doeffinger Add a read_timestamp function to ogg demuxer Originally committed as …
(edit) @03d3cab8   17 years andreas fix incorrect check for abs_diff_pic_num overflow patch by Jeff …
(edit) @9ba718e4   17 years Reimar.Doeffinger Allow to override zlib compression level in PNG encoder via …
(edit) @f6e3c460   17 years andreas reindent Originally committed as revision 10698 to …
(edit) @45b8e9e5   17 years baptiste.coudurier better lambda search method Originally committed as revision 10697 to …
(edit) @d6c52130   17 years Carl Eugen Hoyos Enable PAFF decoding Originally committed as revision 10696 to …
(edit) @bcf8eb11   17 years Aurélien Jacobs oops... mpegvideo_enc also depends on motion_est and ratecontrol …
(edit) @91ac0ab4   17 years Aurélien Jacobs dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) …
(edit) @ec627278   17 years michaelni indent Originally committed as revision 10693 to …
(edit) @4838727e   17 years michaelni avoid generating invalid files fixes issue213 Originally committed as …
(edit) @12d96de3   17 years andreas Manage Picture buffers for fields as well as frames. Pair …
(edit) @ac6b423b   17 years andreas Fix deblocking for PAFF content Patch by Martin Zlomek, martin d …
(edit) @2e85b344   17 years baptiste.coudurier dnxhd 36mbit support Originally committed as revision 10689 to …
(edit) @68bc33fa   17 years baptiste.coudurier append extradata atoms when parsing, fix OLOCOONS_O3.mov Originally …
(edit) @6cb1d361   17 years baptiste.coudurier typo weigth->weight Originally committed as revision 10687 to …
(edit) @cd52a9ca   17 years baptiste.coudurier preliminary 10 bit depth decoding support, still miss generic api to …
(edit) @5e301bb   17 years baptiste.coudurier merge Originally committed as revision 10685 to …
(edit) @a417d04   17 years baptiste.coudurier 10l, check 'i' validity before using it Originally committed as …
(edit) @42d1ffa3   17 years baptiste.coudurier fix 10 bit per comp detection Originally committed as revision 10683 …
(edit) @fc4cbc16   17 years baptiste.coudurier DNxHD (SMPTE VC-3) encoder Originally committed as revision 10682 to …
(edit) @69cea75f   17 years baptiste.coudurier export convert_matrix and add ff_ prefix Originally committed as …
(edit) @6180ade7   17 years baptiste.coudurier export DCT_common_init and add ff_prefix Originally committed as …
(edit) @5a421d53   17 years Carl Eugen Hoyos Re-indent after PAFF MMCO implementation patch. patch by Jeff Downs, …
(edit) @0ae969fa   17 years Carl Eugen Hoyos Augment MMCO execution to work with both fields and frames. Part of …
(edit) @6b324648   17 years mans use pr -n -t instead of non-standard cat -n Originally committed as …
(edit) @d3d8c02b   17 years andreas Cosmetic renaming variable so that it makes more sense for forthcoming …
(edit) @12a09bfa   17 years andreas Augment mmcodecoding process to work properly with fields. Part of …
(edit) @8a11a969   17 years andreas Edge emulation for fields. Part of PAFF implementation patch by Jeff …
(edit) @fa178ed2   17 years andreas Set Picture.poc for fields and field pairs. Part of PAFF …
(edit) @f3e53d9f   17 years andreas Modifies macroblock addressing and current macroblock y-position for …
(edit) @949da388   17 years andreas Support function and changes to reference picture reordering for PAFF. …
(edit) @086acdd5   17 years andreas Reindent fill_default_ref_list after changes for PAFF patch by Jeff …
(edit) @11cc1d8c   17 years andreas Support functions and changes to default reference list creation for …
(edit) @98753e9c   17 years diego license header consistency cosmetics. Originally committed as …
(edit) @b9dc3279   17 years mmhoffm blackfin optimized vp3 transform and infastructure for idct …
(edit) @94d9633a   17 years voroshil Replace "signed short" typecast with "int16_t" as suggested by Mans …
(edit) @24231e4c   17 years andreas Reorganize long reference management to minimize code duplication in …
(edit) @3a22d7fa   17 years andreas Fix Picture.key_frame setting to be compatible with frame and field …
(edit) @f57e2af6   17 years andreas Fix h->curr_pic_num for field pictures. Necessary for proper PAFF …
(edit) @c58b7471   17 years andreas Rename variable to make sense in both field and frame contexts …
(edit) @47e112f8   17 years andreas Further modularize short reference list management for upcoming PAFF …
(edit) @5a7b254c   17 years andreas Re-indent unreference_pic. patch by Jeff Downs, heydowns a borg d com …
(edit) @8fd57a66   17 years andreas Modify unreference_pic implementation with PAFF in mind. patch by …
(edit) @bbb3edb   17 years andreas Partial PAFF implementation at macroblock level. PAFF support …
(edit) @330194b9   17 years voroshil Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed …
(edit) @ba869f6   17 years Aurélien Jacobs merge some #ifdef CONFIG_ENCODERS sections Originally committed as …
(edit) @c7044814   17 years Aurélien Jacobs remove alternative declaration of h263_encode_init() It's never called …
(edit) @30c23dc0   17 years Aurélien Jacobs fix declaration name from MPV_common_init_ppc to …
(edit) @06a43040   17 years Aurélien Jacobs remove useless #ifdef Originally committed as revision 10653 to …
(edit) @f62a9a46   17 years diego Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is …
(edit) @b4fb0803   17 years diego Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of …
(edit) @9dceaa92   17 years andreas remove unused code, spotted by Jeff Downs, heydowns a borg d com …
(edit) @17c9628b   17 years Reimar.Doeffinger Hopefully fix sparc compilation again, add incorrectly removed …
(edit) @d9a5dab2   17 years Reimar.Doeffinger Remove uses of SIGILL for CPU extension detection, that method is not …
(edit) @e0d21bfe   17 years lucabe72 Allow to set the maximum number of frames per RTP packet (and add …
(edit) @0d0447ea   17 years andreas Rename MMCO stuff to prepare for h264/PAFF implementation. patch by …
(edit) @bcc3476   17 years andreas Cosmetic preparations for h264/PAFF implementation. patch by Jeff …
(edit) @b1ef3dfd   17 years diego 100l: Revert accidental commit, restore previous version. Originally …
(edit) @1f3a990b   17 years diego cosmetics: Fix indentation after last commit. Originally committed as …
(edit) @eee94748   17 years diego Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). …
(edit) @6c05bab4   17 years diego Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it …
(edit) @89523bee   17 years lu_zero Sanitize altivec code so it can be built with runtime check properly …
(edit) @298726ba   17 years diego cosmetics: Fix AltiVec spelling. Originally committed as revision …
(edit) @a1d0b6a2   17 years diego cosmetics: Fix AltiVec spelling. Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.