source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @68336ea8   15 years mans 10l: fix ff_fft_init_arm() prototype Originally committed as revision …
(edit) @f4863213   15 years mans Move per-arch fft init bits into the corresponding subdirs Originally …
(edit) @9155be47   15 years kostya.shishkov Do not set 0 FPS in VC-1 test stream format demuxer. Originally …
(edit) @6776061b   15 years vitor1001 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so …
(edit) @05db409   15 years kostya.shishkov Check for explicit 32-bit FPS value so it works on 64-bit systems too …
(edit) @23218a9   15 years kostya.shishkov Make probing for VC1 test bitstream format stricter Originally …
(edit) @2370338   15 years jmenon86 Fix max_coded_frame_size computation to account for byte alignment. …
(edit) @37e34df   15 years michaelni Check offset in flv_probe() Originally committed as revision 19858 to …
(edit) @0535f91   15 years michaelni Do not return values above AVPROBE_SCORE_MAX from probe(). Originally …
(edit) @2a3caca2   15 years michaelni Make h261 and mpegvideo probe a little more robust so they dont fail …
(edit) @ff19d438   15 years michaelni Init i to 0 (10l fix). Patch by Martin Storsjö / martin von martin aus …
(edit) @c4674a47   15 years michaelni Make mpeg_probe() pass probetest. Originally committed as revision …
(edit) @6e7ef5ec   15 years michaelni Probetest, to test the demuxers probe functions against random and not …
(edit) @3489e150   15 years Reimar.Doeffinger Slightly stricter MPEG-PES probing, fixes issue 1383. Originally …
(edit) @5837e4ca   15 years Reimar.Doeffinger Vastly improved mm_probe function, passes probetest. Originally …
(edit) @97e07808   15 years Reimar.Doeffinger Improve sierravmd probe. It is still quite weak, but further …
(edit) @1ac95630   15 years michaelni Slighty tweak mp3 probe threshold to prevent probetest from …
(edit) @6377de61   15 years Reimar.Doeffinger Try harder to avoid false positives for DV probe. Require at least one …
(edit) @98487a5b   15 years Reimar.Doeffinger Make dnxhd probe more strict, fail if we detect values in header that …
(edit) @9ecc4141   15 years mans ARM: 10l: fix large FFTs Originally committed as revision 19846 to …
(edit) @89c4e176   15 years michaelni Rewrite h261_probe(). New code can detect h261 startcodes even when …
(edit) @05bdd33a   15 years Reimar.Doeffinger Make DTS probe more robust against false positives (as e.g. probetest …
(edit) @9f449d57   15 years Reimar.Doeffinger Check the index validity more thoroughly for the c93 probe function. …
(edit) @ddbb7c9b   15 years Reimar.Doeffinger Add more sanity checks for header elements, rejecting files with …
(edit) @e4c01d40   15 years michaelni Rewrite h263_probe(). The new code should detect h263 even if the …
(edit) @21ab5c58   15 years Reimar.Doeffinger Extend check for integer overflow for malloc argument to take into …
(edit) @65d6d403   15 years kostya.shishkov Fix wrong logical operator which causes too relaxed checking in VC-1 …
(edit) @8466ab59   15 years Reimar.Doeffinger Check buffer size for idcin check, otherwise false positives are too …
(edit) @03354862   15 years darkshikari Update preset files to jive somewhat better with more recent x264 API. …
(edit) @8bb7dda2   15 years baptiste.coudurier ensure pes buffer is set to avoid segv Originally committed as …
(edit) @8956f680   15 years baptiste.coudurier reset pes state to skip after flushing, avoid segv with …
(edit) @6acd4d89   15 years banan Do not release the AVFrame when using reget_buffer in flashsv. …
(edit) @000b8b86   15 years banan Add condition to aea demuxer probe. Originally committed as revision …
(edit) @04a6d1b0   15 years banan Cosmetics. Renames, indentation and spacing. Originally committed as …
(edit) @72cdcc0b   15 years diego Replace @node commands with @anchor to refer to specific points in the …
(edit) @cbb5da57   15 years Reimar.Doeffinger When resetting vst->pkt.data to NULL, also set vst->slices. This …
(edit) @dbe0ad8   15 years schreter Use I/O buffer size as initial value for backoff for seeking sync …
(edit) @749fac31   15 years ramiro.polla Reset slice direction at end of each frame. Originally committed as …
(edit) @9451b59   15 years ramiro.polla Remove ; after while(0) in macros. Originally committed as revision …
(edit) @e20b196   15 years ramiro.polla Remove ; after while(0) in macros. Originally committed as revision …
(edit) @0345f36b   15 years ramiro.polla eval: Check for return value of memory allocations. Originally …
(edit) @7ef61879   15 years ramiro.polla Check for return value of some context allocations. Originally …
(edit) @600b9c5c   15 years vitor1001 Do not do free AVStream in case of error, this is not supposed to be …
(edit) @2dbcb03a   15 years banan Remove table that was forgotten in the split. Originally committed as …
(edit) @acc69c1c   15 years banan Fix doxygen comment Originally committed as revision 19823 to …
(edit) @bc7f96b1   15 years saschasommer reinit get_bits for every decode_packet call Originally committed as …
(edit) @6fa6c48   15 years benoit.fouet Make get_ur_golomb capable of reading 16 bit values. Patch by Lars …
(edit) @6249c33e   15 years benoit.fouet Fix a typo in the documentation. Patch by Lars Täuber: firstname …
(edit) @edc0f5dc   15 years mans ARM: NEON optimised MDCT Originally committed as revision 19819 to …
(edit) @46c32e26   15 years mans Prepare for optimised forward MDCT implementations This adds a …
(edit) @750f5034   15 years mans ARM: faster NEON IMDCT Originally committed as revision 19817 to …
(edit) @61d00297   15 years banan Cosmetics, add spaces Originally committed as revision 19816 to …
(edit) @c64c0a9b   15 years banan Move get_arg to avoid future declaration of function when new code is …
(edit) @7141c859   15 years banan Use reget_buffer instead of get_buffer. Fixes issue1367. Patch by …
(edit) @223e8df   15 years banan Add ATRAC1 codec ID. Originally committed as revision 19813 to …
(edit) @d0b57c6f   15 years banan Initial commit of the MD studio demuxer, not hooked up yet Originally …
(edit) @dbb0f96f   15 years banan Initial commit of the atrac1 decoder, not hooked up yet Originally …
(edit) @76ec34a5   15 years banan Remove redundant code forgotten in the split Originally committed as …
(edit) @b52b0913   15 years michaelni Check for thread_count==0. fixed issue1333 Originally committed as …
(edit) @19a9a49e   15 years Reimar.Doeffinger Simplify: reget_buffer behaves exactly like get_buffer if the buffer …
(edit) @2205da0d   15 years diego Fix typo: '.' was used instead of '/' as directory separator. …
(edit) @648d7920   15 years mans ARM: NEON optimised FFT and MDCT Vorbis and AC3 ~3x faster. Parts by …
(edit) @6d9d289e   15 years mans DCA: move an aligned array from stack to context Originally committed …
(edit) @95e561ec   15 years mans configure: add -g to ASFLAGS when debug is enabled Originally …
(edit) @f7ba16a7   15 years Reimar.Doeffinger Fix typo in configure error message. Originally committed as revision …
(edit) @e5f58f81   15 years Carl Eugen Hoyos Document padding for AVProbeData. Patch by roundup user shinya, …
(edit) @e43198af   15 years michaelni Check thread count as multithreaded decoding is not supported. Fixes …
(edit) @30715d42   15 years ramiro.polla Document that slices can be bottom to top or top to bottom. …
(edit) @46f3b40e   15 years Reimar.Doeffinger Add warnings to av_strlcat and av_strlcpy doxygen that the input …
(edit) @76bcd87b   15 years banan Change developer doc to reflect reality Originally committed as …
(edit) @2c14ded3   15 years Carl Eugen Hoyos Fix a bug with reading non-interleaved AVI if one the streams is …
(edit) @b60de406   15 years Carl Eugen Hoyos Factorise st->nb_index_entries check. Patch by Maksym Veremeyenko, …
(edit) @0e1baede   15 years banan Split out common routines needed in the atrac1 decoder from atrac3.c …
(edit) @b057170f   15 years diego Remove pointless debug statement that fails to compile. Originally …
(edit) @17f0c3be   15 years Reimar.Doeffinger Try to clarify that anyone using get_bits must check for buffer …
(edit) @e4bc8af   15 years baptiste.coudurier check entries against field_size, potential malloc overflow in …
(edit) @1c4bf2e   15 years baptiste.coudurier add one missing check for stream existence in read_elst, fix #1364
(edit) @7d73d1c3   15 years ramiro.polla Indent. Originally committed as revision 29654 to …
(edit) @b126dee9   15 years diego Use all 32 bits of the timestamp when calculating flv duration. At the …
(edit) @35c433d   15 years Carl Eugen Hoyos Cosmetics: Fix typo. Originally committed as revision 19790 to …
(edit) @2ba83017   15 years Reimar.Doeffinger Mark all pix_fmts and supported_framerates compound literals as const. …
(edit) @af8aae3f   15 years schreter disable new seeking code in mpeg-ts per #ifdef (use old read_seek by …
(edit) @b5f09d31   15 years Reimar.Doeffinger Make sample_fmts and channel_layouts compound literals const to reduce …
(edit) @88e70e1b   15 years Reimar.Doeffinger ff_rm_metadata is const. Originally committed as revision 19786 to …
(edit) @c55e5b5f   15 years Reimar.Doeffinger ff_sine_windows table contains only constant data, too. Originally …
(edit) @faca5619   15 years Reimar.Doeffinger The ff_cos_tabs table itself is constant, too, so mark it as such. …
(edit) @f470fff3   15 years Reimar.Doeffinger The pointers in ff_sin_tabs themselves are constant, so mark them …
(edit) @7eb1c364   15 years Reimar.Doeffinger ff_swb_offset_* tables should be const. Originally committed as …
(edit) @ed034f6c   15 years Reimar.Doeffinger ff_id3v1_genre_str table should be const. Originally committed as …
(edit) @4d2a4dfd   15 years Reimar.Doeffinger 100l, all avlanguage tables should be both static and const. …
(edit) @b879158   15 years Reimar.Doeffinger compatible_frame array can be static const, too. Originally committed …
(edit) @5f28b5e7   15 years saschasommer do not decode more than one audio frame in a decode packet call …
(edit) @7dca334d   15 years saschasommer avoid extra memcpy during scale factor decoding Originally committed …
(edit) @d31dbec3   15 years ramiro.polla Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and …
(edit) @9cf484d   15 years ramiro.polla Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and …
(edit) @c2613a31   15 years ramiro.polla Indent. Originally committed as revision 29651 to …
(edit) @35f6c154   15 years ramiro.polla Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). Patch …
(edit) @991e579c   15 years ramiro.polla Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). Patch …
(edit) @5333450c   15 years Reimar.Doeffinger Use memcpy to copy till end of line in one go instead of copying pixel …
(edit) @7a656933   15 years schreter cosmetic changes (indentation, doxygen comments, braces, put …
Note: See TracRevisionLog for help on using the revision log.