source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @44942d5   18 years kostya.shishkov Set C predictor to zero if unavailable (should fix B-frame border …
(edit) @c4a7b861   18 years michaelni superflouos () Originally committed as revision 8701 to …
(edit) @0ddfb84d   18 years michaelni remove code_prefix variable, no speed change Originally committed as …
(edit) @adf6640   18 years michaelni simplify Originally committed as revision 8699 to …
(edit) @6207bb20   18 years Aurélien Jacobs add support for seeking to a keyframe instead of a random frame …
(edit) @79f26346   18 years Aurélien Jacobs add an intermediate variable (prepare for next patch) Originally …
(edit) @cca9b6cd   18 years Aurélien Jacobs add support for seeking in matroska files Originally committed as …
(edit) @df06539a   18 years Aurélien Jacobs move matroska_find_track_by_num() upper in the file so that it can be …
(edit) @67545b0c   18 years Aurélien Jacobs cluster position is relative to segment_start Originally committed as …
(edit) @01344104   18 years Aurélien Jacobs properly set streams start_time Originally committed as revision 8693 …
(edit) @8e7a7e6a   18 years Aurélien Jacobs remove unused context field Originally committed as revision 8692 to …
(edit) @794857ae   18 years Aurélien Jacobs remove wrong and no more used packet reordering code Originally …
(edit) @ad1ea1f1   18 years diego When dst_length == 0 bit_length has to be 0, too, but the current code …
(edit) @6ac9696e   18 years diego Remove a NAL unit's trailing zero bytes even when dst_length is 1. …
(edit) @ff82e429   18 years diego scenario: A properly coded frame is followed by an end of sequence NAL …
(edit) @e414143   18 years diego Get rid of unnecessary pointer casts. patch by Nicholas Tung, ntung …
(edit) @119e48d9   18 years diego Make some functions which aren't used outside their declaring source …
(edit) @597cbdaf   18 years diego Only compile in Theora-specific functions if the Theora decoder has …
(edit) @6f6a3e2a   18 years diego cosmetics: Move one code block to save an #ifdef in the next commit. …
(edit) @d7455a1c   18 years diego Remove #if 0 code. Originally committed as revision 8683 to …
(edit) @51cea49a   18 years diego Fix compilation when Theora decoder is disabled, but VP3 is enabled. …
(edit) @0339fab8   18 years diego Remove unused variable. Originally committed as revision 8681 to …
(edit) @90f2a1a0   18 years diego cosmetics: indentation fix patch by Marco Gerards, mgerards xs4all nl …
(edit) @ac5565d8   18 years michaelni file extension based probe is max/2 Originally committed as revision …
(edit) @65a00bd6   18 years michaelni factorize Originally committed as revision 8678 to …
(edit) @87e87886   18 years michaelni allocate 32 extra bytes at the end of the probe buffer and remove most …
(edit) @f118d254   18 years michaelni also remove c93_ prefix for static function in the c93 demuxer …
(edit) @fb12fca3   18 years michaelni factorize & 0x0F Originally committed as revision 8675 to …
(edit) @bee4f77   18 years michaelni remove c93_ prefix from static functions in c93.c Originally …
(edit) @3e62d187   18 years michaelni s/rle_num_bytes/code/ shorter and correcter (its not the number of …
(edit) @fee9e805   18 years michaelni align vertically Originally committed as revision 8672 to …
(edit) @43769d72   18 years michaelni shorter variable names Originally committed as revision 8671 to …
(edit) @bbbd7757   18 years michaelni general purpose var should be int Originally committed as revision …
(edit) @f858c24f   18 years michaelni simplify Originally committed as revision 8669 to …
(edit) @a7c405a4   18 years michaelni conform to spec Originally committed as revision 8668 to …
(edit) @bce31749   18 years michaelni remove redundant comments Originally committed as revision 8667 to …
(edit) @b0094722   18 years michaelni remove useless debuging av_log() Originally committed as revision …
(edit) @dc338d17   18 years michaelni indention cleanup Originally committed as revision 8665 to …
(edit) @d7cf4489   18 years michaelni use shorter names for the block type enum Originally committed as …
(edit) @ee77c2c9   18 years michaelni cosmetic Originally committed as revision 8663 to …
(edit) @90523428   18 years michaelni code claims to use 32bit timestamp, lets make it also use that …
(edit) @8bb57775   18 years michaelni remove redundant comments Originally committed as revision 8661 to …
(edit) @955629c0   18 years michaelni remove inappropriate debuging av_log() alternatively they could be …
(edit) @373209f8   18 years michaelni memleak (seems ive missed that under the obfuscated indention) …
(edit) @d5c5c8b4   18 years michaelni sane indention (no more 3 statements on one line...) Originally …
(edit) @949ed6b   18 years michaelni use bytestream reader instead of bitstream for THP 5% smaller adpcm.o …
(edit) @8e952e4d   18 years diego CRYO APC demuxer patch by Anssi Hannula, anssi.hannula gmail com …
(edit) @204424a4   18 years michaelni simplify Originally committed as revision 8655 to …
(edit) @b736a365   18 years michaelni prev1/2 -> prev[2] Originally committed as revision 8654 to …
(edit) @11d66266   18 years michaelni simplify Originally committed as revision 8653 to …
(edit) @d9ddac25   18 years michaelni general purpose vars should be int Originally committed as revision …
(edit) @20f75707   18 years michaelni table[index][ch] -> table[ch][index] (might be faster ...) Originally …
(edit) @8845202e   18 years diego Add THP video and audio decoders. Originally committed as revision …
(edit) @1e6c6759   18 years diego Bethsoft VID demuxer and video decoder patch by Nicholas Tung, ntung …
(edit) @e5b51496   18 years ivop Fix segmentation fault for gray16le to gray conversion. Originally …
(edit) @587d0722   18 years diego Remove superfluous setting of has_b_frames in codecs without B-frames. …
(edit) @d1e0d21   18 years diego THP PCM decoder, used on the Nintendo GameCube. patch by Marco …
(edit) @efd2afc2   18 years michaelni TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students …
(edit) @f0790c59   18 years michaelni LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl …
(edit) @9a0ddd09   18 years diego Interplay C93 demuxer and video decoder patch by Anssi Hannula, …
(edit) @fe037229   18 years diego typos Originally committed as revision 8642 to …
(edit) @e42dba4   18 years diego typos/grammar Originally committed as revision 8641 to …
(edit) @911406f2   18 years diego typo Originally committed as revision 22932 to …
(edit) @f5bccd8   18 years diego spelling/wording/grammar Originally committed as revision 8640 to …
(edit) @414425e0   18 years diego Print a list of valid AMR bitrates if a wrong one is used. patch by …
(edit) @f4d47d6b   18 years michaelni YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) …
(edit) @e780e99e   18 years michaelni s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad …
(edit) @90b4e393   18 years michaelni tiff & sgi regression test Originally committed as revision 8636 to …
(edit) @2d99eed1   18 years diego SGI image decoder ported to the new image API. patch by Xiaohui Sun, …
(edit) @0d0677f   18 years revol Suppress possible error from ulimit not having -c or being missing. …
(edit) @5558bda8   18 years diego Return correct decoded size, decoder is called with only one frame at …
(edit) @e8d00417   18 years diego IWMMXT-specific dsputils clear_blocks function. patch by David …
(edit) @e19fbbec   18 years diego Add some help for the analyzeduration option. patch by Víctor Paesa, …
(edit) @bcae1fd0   18 years kostya.shishkov This codec is PAL8 so make it output PAL8 too Originally committed as …
(edit) @0a7a33d2   18 years michaelni remove compound literals gcc 2.95 doesnt support taking an address of …
(edit) @bfd9a00   18 years justin.ruggles Update doc to show FLAC encoding Originally committed as revision …
(edit) @5bd526d9   18 years banan WMA decoder improvement, output closer to the dmo binary. Patch by Ian …
(edit) @047549d3   18 years kostya.shishkov vc1_split should be static Originally committed as revision 8626 to …
(edit) @2b100ab2   18 years gpoirier changes some function declarations from () to (void) as per ansi c. …
(edit) @ee5c8a9   18 years diego Add some Doxygen comments, by Kamil Nowosad, k.nowosad …
(edit) @7c1ebf17   18 years diego typo/grammar Originally committed as revision 8623 to …
(edit) @e7b85a15   18 years diego cosmetics: Fix indentation. Originally committed as revision 8622 to …
(edit) @8896cdd3   18 years diego Remove useless pointer shift. patch by Benoit Fouet, benoit.fouet …
(edit) @636b69c5   18 years diego Remove commented-out while loop. patch by Benoit Fouet, benoit.fouet …
(edit) @3af6d5cf   18 years diego There were two files, libavformat/grab.c and libavformat/grab_bktr.c …
(edit) @3d18b282   18 years diego cosmetics: indentation Originally committed as revision 8618 to …
(edit) @7b17ad8   18 years diego Get rid of unnecessary conditionals. Originally committed as revision …
(edit) @2d93bcc7   18 years diego Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. …
(edit) @94bd08b0   18 years Carl Eugen Hoyos Fix crash when trying to convert from or to RGBi (i<15) as in …
(edit) @12631f2d   18 years diego CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest …
(edit) @e011ef1a   18 years diego cosmetics: Put audio (de)muxer entries in alphabetical order. …
(edit) @e64271c   18 years diego Audio (de)muxer dependency on OSS is handled by configure. Originally …
(edit) @7038fa61   18 years diego Explain which configure options are necessary for which AMR variant. …
(edit) @5d79e24a   18 years michaelni typo Originally committed as revision 8611 to …
(edit) @bd446bb   18 years michaelni cosmetic Originally committed as revision 8610 to …
(edit) @f87459e4   18 years michaelni FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil …
(edit) @716222d   18 years michaelni tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu …
(edit) @1a2a5b3e   18 years diego cosmetics: Better variable name, the ENABLE_* lists contain more than …
(edit) @ed252b16   18 years diego cosmetics: Sort list of input/output formats. Originally committed as …
(edit) @987c3aa8   18 years diego Remove #if 0 code. Originally committed as revision 8605 to …
Note: See TracRevisionLog for help on using the revision log.