source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cf653d08   17 years heydowns Initialize function pointers used by error resilience code before any …
(edit) @9de2919c   17 years mike adjust indentation on latest patch Originally committed as revision …
(edit) @8b35bd8   17 years mike Check sanity in the palette loading operation. The addresses a …
(edit) @ab19baef   17 years r_togni Typo Originally committed as revision 11165 to …
(edit) @c2fd6530   17 years mans use -Bsymbolic linker flag if supported Originally committed as …
(edit) @ae4ca617   17 years kostya.shishkov RV40 decoder specific functions Originally committed as revision …
(edit) @c1da59fa   17 years baptiste.coudurier return error if malloc failed, found by takis, fix issue 286 …
(edit) @9cf0419b   17 years baptiste.coudurier check mov_read_default return value where appropriate, patch by takis, …
(edit) @b529ab37   17 years banan 4 months of hard development and finally it's done. Closes issue 58. …
(edit) @cedb83a6   17 years diego colour --> color in variable names Originally committed as revision …
(edit) @9aa8ed9d   17 years takis.issaris Add a --disable-devices flag which disables all muxers and demuxers of …
(edit) @a660c52a   17 years diego cosmetics: comment spelling fixes Originally committed as revision …
(edit) @7827885c   17 years diego Fix make checkheaders. Originally committed as revision 11156 to …
(edit) @f2c68f9c   17 years diego cosmetics: spelling fixes Originally committed as revision 11155 to …
(edit) @44fb8ebb   17 years baptiste.coudurier fix dnxhd 720p in mov for quicktime player Originally committed as …
(edit) @a57c41b2   17 years michaelni add assert to detect invalid packet_timestamp_start/end (that is check …
(edit) @7548783b   17 years michaelni correct invalid duration Originally committed as revision 11152 to …
(edit) @6b80f1a1   17 years baptiste.coudurier add const to remove warnings, ffmpeg.c:2892: warning: initialization …
(edit) @3d86e370   17 years michaelni make rc_buffer_size apply to audio as well Originally committed as …
(edit) @7e1720de   17 years michaelni make mpeg-ps probe less happy with random data fixes missdetection of …
(edit) @2db97113   17 years michaelni return a slightly larger score if we find more than 500 valid mp3 …
(edit) @5ef5501b   17 years michaelni ensure that the probe code runs in O(n) Originally committed as …
(edit) @fda767bb   17 years kostya.shishkov Rename function to reflect its action Originally committed as …
(edit) @890d2799   17 years michaelni remove arbitrary 4096 limit for probing Originally committed as …
(edit) @5110d151   17 years michaelni prevent O(n2) execution of ff_mpa_decode_header() for valid mp3 files …
(edit) @e515221   17 years michaelni Remove rc_eq-specific code, it is passed by AVOption now. Originally …
(edit) @4b59cf6c   17 years michaelni Fix non-numeric AVOptions. Originally committed as revision 11142 to …
(edit) @b81f2b3d   17 years michaelni simplify Originally committed as revision 11141 to …
(edit) @24cdc39e   17 years michaelni make the AVOption code work with strings instead of crash Originally …
(edit) @1fe47470   17 years Reimar.Doeffinger Make ff_qt_default_palette_* arrays "static const" Originally …
(edit) @77777f0d   17 years Reimar.Doeffinger Some spelling fixes in comments Originally committed as revision …
(edit) @73a727f   17 years Reimar.Doeffinger Make ff_mkv_codec_tags array const, it is never written. Originally …
(edit) @b639896   17 years Reimar.Doeffinger Use the correct "const float *" type for variable instead of casting …
(edit) @5db3c3bc   17 years Reimar.Doeffinger Add missing const to last argument of decode_significance_8x8_x86. …
(edit) @c20d3ce   17 years baptiste.coudurier indentation Originally committed as revision 11134 to …
(edit) @cc3a9708   17 years baptiste.coudurier dnxhd 720p encoding and decoding support Originally committed as …
(edit) @df745b9c   17 years baptiste.coudurier cosmetics, encode_variance -> encode_fast Originally committed as …
(edit) @78532b05   17 years baptiste.coudurier fix corner case when qscale 1 bits < frame bits but max bits with …
(edit) @79cf2c7e   17 years kostya.shishkov RealVideo 3 decoder functions Originally committed as revision 11130 …
(edit) @47ac2b0d   17 years r_togni Fix muxer so that generated files are playable by realplayer, other …
(edit) @ec28509f   17 years r_togni Fix regression tests after r11127 and 11129 Patch by kostya …
(edit) @e3052ce   17 years r_togni Revert r10892, it's wrong and no longer needed to prevent crashes …
(edit) @56cc85a0   17 years diego Misc spelling fixes, prefer American over British English. Originally …
(edit) @737278c8   17 years diego Fix some spelling typos Originally committed as revision 25245 to …
(edit) @d0b53d05   17 years diego Fix some spelling mistakes. Originally committed as revision 11125 to …
(edit) @74971185   17 years kostya.shishkov RV30/40 common VLC tables Originally committed as revision 11124 to …
(edit) @f87d2632   17 years vitor1001 Fix alignment broke by my last patch Originally committed as revision …
(edit) @52b541ad   17 years vitor1001 spelling Originally committed as revision 11122 to …
(edit) @329851e0   17 years kostya.shishkov TIFF may omit compression tag. This fixes issue 276. Originally …
(edit) @7338d368   17 years diego succes --> success typo Originally committed as revision 11120 to …
(edit) @892a4c2d   17 years Reimar.Doeffinger Fix nodes[nb_codes*2-1].count being uninitialized and used to …
(edit) @5d702d6d   17 years michaelni senseless cast and () Originally committed as revision 11118 to …
(edit) @90901860   17 years michaelni stupid code (casting of void*) found by checktree.sh Originally …
(edit) @7fffc879   17 years michaelni 1000l _reserved (found by checktree.sh) Originally committed as …
(edit) @4c1e509c   17 years Reimar.Doeffinger wma_decode_superframe always returns s->block_align, so make sure we …
(edit) @2d4e0c1a   17 years diego Fix make checkheaders, #include <inttypes.h> was missing. Originally …
(edit) @bc279024   17 years diego Comment some #endif directives. Originally committed as revision …
(edit) @0063c05c   17 years michaelni fix segfault with interlaced h.264 Originally committed as revision …
(edit) @e8acf0ed   17 years lucabe72 Suppress the "redirector hack" from …
(edit) @fe2b276c   17 years andreas Bump lavf minor due to addition of av_url_read_fplay(), …
(edit) @e7e4810a   17 years andreas Extend ByteIOContext and add the buffered IO functions: …
(edit) @6b493b2   17 years Carl Eugen Hoyos MLP/TrueHD parser Patch by Ian Caulfield, ian D caulfield <at> gmail D …
(edit) @0fe93f0   17 years diego Clarify documentation for avcodec_encode_audio. patch by Stefano …
(edit) @1c715415   17 years michaelni frame_size vs. frame_size*channels bug Originally committed as …
(edit) @bb6cc730   17 years Aurélien Jacobs remove some unused ff_p* vars from dsputil Originally committed as …
(edit) @dbb5fdbd   17 years Aurélien Jacobs remove useless #ifdef around extern declaration Originally committed …
(edit) @7c35b551   17 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 11104 to …
(edit) @51ac8822   17 years Aurélien Jacobs convert some #ifdef CONFIG_ to if(ENABLE_ Originally committed as …
(edit) @5b67ce2a   17 years Aurélien Jacobs build vc1dsp_mmx.c in its own compilation unit Originally committed …
(edit) @43de5065   17 years Aurélien Jacobs use ff_ prefix for extern vars Originally committed as revision 11101 …
(edit) @182f56c   17 years Aurélien Jacobs make ff_p* vars extern so that they can be used in various *_mmx.c …
(edit) @713b0bf   17 years Aurélien Jacobs 10l: init_get_bits want size in bits, not bytes Originally committed …
(edit) @48b36ec2   17 years Aurélien Jacobs cosmetics: alignment Originally committed as revision 11098 to …
(edit) @c47e20e6   17 years diego spelling cosmetics Originally committed as revision 11097 to …
(edit) @93115b82   17 years diego Add #include "os_support.h" to restore OS/2 support. patch by Dave …
(edit) @d2f5fe7c   17 years diego Remove possibly misleading comments. Originally committed as revision …
(edit) @de39d62c   17 years dalias sync message with modern ffmpeg bitrate option syntax. note: this …
(edit) @28e7453   17 years Aurélien Jacobs remove some empty close/init functions in avcodec patch by Alex …
(edit) @725d86bf   17 years Aurélien Jacobs add pcm_s16le_planar support for electronicarts files Originally …
(edit) @4d4f59d7   17 years Aurélien Jacobs split wmv2 encoder and decoder in their own files Originally …
(edit) @ac40ce42   17 years gpoirier Typo fix. Previous version had some picture error building up until …
(edit) @e082f4a8   17 years kostya.shishkov Data tables for future RV30/40 decoder Originally committed as …
(edit) @d3a9c44e   17 years gpoirier Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET …
(edit) @f0a838e5   17 years diego Add missing #includes to fix 'make checkheaders'. Originally …
(edit) @536333a0   17 years andreas Extend URLProtocol with new function pointers and api functions for …
(edit) @23c0634c   17 years lucabe72 Link libavdevice against libavutil, libavcodec, and libavformat (fix …
(edit) @52a9cf34   17 years diego Fix out of tree builds after introduction of libavdevice. Originally …
(edit) @34c9d454   17 years diego Keep -L flags before corresponding -l flags. Originally committed as …
(edit) @7483e694   17 years diego cosmetics: Consistently indent with 4 spaces, break some long lists …
(edit) @c4035e5d   17 years lucabe72 Fix the creation of alldevices.c (create it without any rename). This …
(edit) @f8a80fd6   17 years diego main() --> main(void) Originally committed as revision 11079 to …
(edit) @541432c3   17 years diego spelling Originally committed as revision 11078 to …
(edit) @c721d803   17 years lucabe72 Introduce libavdevice Originally committed as revision 11077 to …
(edit) @489b0d4   17 years lu_zero Make av_read_frame with rtsp client return EINTR on interrupt patch …
(edit) @594ff7cc   17 years diego comment spelling/grammar fixes Originally committed as revision 25137 …
(edit) @a5e979f4   17 years ramiro.polla os_support.h is also needed for usleep and lseek on MinGW. Originally …
(edit) @82821c9   17 years gpoirier add VC-1 MMX DSP functions, under MIT license. patch by Christophe …
(edit) @087b3272   17 years lucabe72 Include os_support.h only when needed Originally committed as …
(edit) @a960a1e0   17 years lu_zero Make av_read_frame with rtsp client return EINTR on interrupt patch …
(edit) @899681cd   17 years andreas Use dynamically allocated ByteIOContext in AVFormatContext patch by: …
Note: See TracRevisionLog for help on using the revision log.