source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @8c2e2040   18 years diego Add first and second output to earlyclobbers in COPY3_IF_LT macro. …
(edit) @eb6905f0   18 years michaelni dont use *int8_t for the arguments (ive missed that in the patches …
(edit) @b25514a4   18 years michaelni Changed the rle encoder a little and made it more universal. Not only …
(edit) @65df5449   18 years michaelni cosmetic Originally committed as revision 8601 to …
(edit) @eb24fd64   18 years michaelni fix indention (less work to fix it myself than to check if a indention …
(edit) @bee38515   18 years michaelni move doxy from .c to .h Originally committed as revision 8599 to …
(edit) @1ca286e1   18 years michaelni generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw …
(edit) @b56a8374   18 years diego Remove stray object from list of Blackfin assembler objects. patch by …
(edit) @a5fbe001   18 years diego spelling fix as suggested by Mans Originally committed as revision …
(edit) @e1090b81   18 years diego bfin optimizations Originally committed as revision 8595 to …
(edit) @67fd620c   18 years diego bfin dsputils, basic pixel operations sads, diffs, motion compensation …
(edit) @f8fb86e9   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 8593 to …
(edit) @ca345e44   18 years diego Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel …
(edit) @f321635   18 years diego Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy …
(edit) @2de4f9eb   18 years michaelni indention Originally committed as revision 8590 to …
(edit) @6e546aa   18 years michaelni make AVCodec.init() optional Originally committed as revision 8589 to …
(edit) @fa1ab872   18 years diego Fix copy and paste error in comment. Originally committed as revision …
(edit) @efb0c399   18 years diego support for the THP game format by Marco Gerards, mgerards xs4all nl …
(edit) @b9663405   18 years diego Use $(command) instead of command, it's POSIX, clearer and already …
(edit) @ced75d92   18 years diego Always lowercase targetos. Originally committed as revision 8585 to …
(edit) @28186473   18 years diego Add '#undef exit', the function is now forbidden. Originally …
(edit) @58ecc9cd   18 years mans run ebp register check in subshell so we can redirect crash message …
(edit) @1026a8d4   18 years diego Merge redundant comments. Originally committed as revision 8582 to …
(edit) @91aeec1b   18 years michaelni WMVA Originally committed as revision 8581 to …
(edit) @1cfe393   18 years lorenm doxy comment tweaks Originally committed as revision 8580 to …
(edit) @bb21f17   18 years gpoirier Add doxy comments, based on Loren's explanations posted here: Date: …
(edit) @91c5172d   18 years diego Force lowercase targetos value for MinGW, we check against lowercase …
(edit) @51aeb7aa   18 years diego dct-test works on non-x86 now. Originally committed as revision 8577 …
(edit) @3ac35bdb   18 years diego platform-independent restructuring and code simplification patch by …
(edit) @c6bdc90   18 years diego Remove illegal call to exit(). patch by Marc Hoffman, mmh pleasantst …
(edit) @b83f7eb2   18 years mans call faacDecClose() with all libfaad versions patch by Diego Petteno …
(edit) @6308caca   18 years diego Fix warning: ffserver.c:4303: warning: 'acl.next' is used …
(edit) @beef9ba9   18 years baptiste.coudurier add AVRn fourcc Originally committed as revision 8572 to …
(edit) @19ef2ba   18 years diego Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst …
(edit) @846dffeb   18 years diego blackfin: Audio buffers are no longer allocated on the stack, thus a …
(edit) @eddc482d   18 years baptiste.coudurier print error message Originally committed as revision 8569 to …
(edit) @087fa475   18 years alex fix x-octet-stream mime type Originally committed as revision 8568 to …
(edit) @65e72261   18 years alex use av_strdup Originally committed as revision 8567 to …
(edit) @55d07ba6   18 years alex remove dead code Originally committed as revision 8566 to …
(edit) @30a1380   18 years diego cosmetics: Fix indentation. Originally committed as revision 8565 to …
(edit) @d495fdc3   18 years r_togni Do not return invalid pointer for non-audio or video streams. Patch by …
(edit) @09a62866   18 years michaelni argh, who commited this trash start must be 0 ... Originally …
(edit) @8ec491e3   18 years diego Handle proper compilation on Mac OS X. Fix data alignment bug (the …
(edit) @dc417a6e   18 years michaelni 1010l to the idiot who designed this format and didnt even realize …
Note: See TracRevisionLog for help on using the revision log.