source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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: …
(edit) @79815f62   17 years diego Fix wrong error message. patch by Stefano Sabatini, …
(edit) @e5af4a11   17 years diego main() --> main(void) Originally committed as revision 11069 to …
(edit) @db817cf3   17 years diego whitespace consistency cosmetics Originally committed as revision …
(edit) @e59d9328   17 years michaelni cosmetic (x==NULL -> !x) Originally committed as revision 11067 to …
(edit) @5b2052b3   17 years michaelni cosmetic (place { consistently) Originally committed as revision …
(edit) @2b013568   17 years r_togni Replace realloc with free+malloc, the previous content of the buffer …
(edit) @0dd954b1   17 years michaelni cosmetic (remove != 0 / != NULL) Originally committed as revision …
(edit) @e1c48b7a   17 years michaelni use sizeof in snprintf (note the changed code is all under #if 0) …
(edit) @2867ed9   17 years michaelni check region depth for validity (32/64/128 would crash at least due to …
(edit) @c5a2fe8f   17 years lucabe72 Generate a linking error if perror() is used in libav* Originally …
(edit) @95206290   17 years lucabe72 Convert perror() in av_log() in bktr.c. Currently untested; someone …
(edit) @086119b3   17 years lucabe72 Remove perror() usage from udp.c Originally committed as revision …
(edit) @9f74582c   17 years lucabe72 Do not use perror() in audio, video, and DV grabbers Originally …
(edit) @7f0cd6a5   17 years lucabe72 Remove perror() usage from libavutil Originally committed as revision …
(edit) @e35033e6   17 years r_togni Cosmetics Originally committed as revision 11056 to …
(edit) @69434d2f   17 years r_togni No need to update pos, it's not used after that line Originally …
(edit) @6887cb8b   17 years r_togni Cleanup: remove ssize Originally committed as revision 11054 to …
(edit) @5253753   17 years r_togni Check for memory allocation failure of temp buffer Originally …
(edit) @e11d0145   17 years r_togni Optimize memory management to create an av_packet from multiple …
(edit) @289987e4   17 years banan Use memcpy instead of for loop Originally committed as revision 11051 …
(edit) @28af284   17 years heydowns When new streams are detected, look for old filters and close them …
(edit) @e240f898   17 years heydowns Call mpegvideo flush routine on h264 flush. Needed in particular to …
(edit) @eb72cacb   17 years diego Remove unused functions, fixes the warnings: snow.c:1163: warning: …
(edit) @db628029   17 years lucabe72 Add MPEG2 support to the RTP muxer Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.