source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @37e2a978   12 years onemda lxfdec: remove deplanarization hack Signed-off-by: Paul B Mahol …
(edit) @467dfd5d   12 years onemda PCM signed 24-bit/32-bit little-endian planar decoder Signed-off-by: …
(edit) @ee2d6fbc   12 years nicolas.george doc/texi2pod: recognize @table @command.
(edit) @29e388ab   12 years nicolas.george lavfi/drawtext: use bprint for the expanded text.
(edit) @4cd74c81   12 years nicolas.george lavu/bprint: implement av_bprint_strftime().
(edit) @f96a6531   12 years michaelni flvdec: disable hack that attempts to parse aac bitstream in the flv …
(edit) @63ac6486   12 years michaelni eamad: fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk …
(edit) @130dc951   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @abf91f7f   12 years michaelni Merge commit '8f5587c3d0bc4b5f075e4282215bda91a21fc12e' * commit …
(edit) @cb8c5e53   12 years nicolas.george cmdutils: free the report file name. Fix coverity issue 743443, which …
(edit) @1ba2e589   12 years nicolas.george configure: add --fatal-warnings option.
(edit) @c551c3b1   12 years nicolas.george configure: warn when en/disabling has no effect. Print a warning for …
(edit) @a0f2d3ff   12 years stefasab lavf/avienc: return proper error codes, and provide some more feedback
(edit) @da5408ed   12 years anton FATE: add a bink version 'b' test
(edit) @108bfe4e   12 years anton FATE: add a bink version 'i' test
(edit) @8ad9b48c   12 years michaelni xxan: check ybuf index before use. Fixes out of array access …
(edit) @77483005   12 years michaelni cook: check subbands more completely, fix out of array read. …
(edit) @84281d11   12 years michaelni ff_mpeg4videodec_static_init: fix return type Fixes CID743439 …
(edit) @caedd51e   12 years michaelni mxfdec: fix potential integer overflow in mxf_compute_sample_count() …
(edit) @7b723ed4   12 years michaelni cpu: add a few cpu names as aliases for their cpu flags Help to …
(edit) @65e57975   12 years michaelni cpu: add cmov ro the table, which appears to have been forgotten …
(edit) @31fce399   12 years michaelni tm2: check for invalid vlcs, fix out of array read Found-by: Mateusz …
(edit) @c6945228   12 years Clément Bœsch pp: simplify postProcess().
(edit) @375cd3f2   12 years Clément Bœsch pp: rework the way templating is done. This refactoring simplifies …
(edit) @6535d81d   12 years michaelni g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the …
(edit) @2207ea4   12 years michaelni ff_emulated_edge_mc: fix integer anomalies, fix out of array reads …
(edit) @7750c48   12 years eclipse7 dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusions Move the …
(edit) @c2cbc80a   12 years michaelni ffv1enc: consider 2pass float rounding, fix loop Found-by: "Peter B." …
(edit) @ee6ae83   12 years stefasab doc/filters: fix a few typos in the frei0r docs
(edit) @cb309922   12 years stefasab doc/ffprobe: factorize definition of writers syntax The writers …
(edit) @80716953   12 years janne-libav libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR …
(edit) @8f5587c3   12 years janne-libav cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52
(edit) @83cab07   12 years michaelni mxfdec: set audio packets pts Also fix playback of ntsc files. …
(edit) @8ee6db39   12 years michaelni mov: add more udta meta data recognition Signed-off-by: Michael …
(edit) @2dd0da78   12 years Clément Bœsch lavf/mp3enc: make sure the header is valid before writing audio pkt. …
(edit) @ff3b59c8   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @e6160bda   12 years janne-libav h264: Fix parameters to ff_er_add_slice() call s->mb_x is reset to …
(edit) @60b6b8c0   12 years janne-libav h264: always check ref_count for validity Fixes a crash with zuffed files.
(edit) @f30cf51   12 years michaelni ffserver: put NoDaemon back so as not not break existing conf files. …
(edit) @3db32ec1   12 years michaelni Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd' * commit …
(edit) @8c3849b   12 years diego x86: dsputil: port to cpuflags
(edit) @8ff0f776   12 years diego crc: av_crc() parameter names should match between .c, .h and doxygen
(edit) @92648107   12 years nicolas.george lavu/opt: fix av_opt_get_key_value() API. Do not skip the end …
(edit) @468781f8   12 years nicolas.george doc/APIchanges: clarify comment on new APIs.
(edit) @68def00a   12 years michaelni rv34: check image size before using it fixes assertion failure …
(edit) @7845f8d2   12 years michaelni vc1dec: do not allow field_mode to change after the first header …
(edit) @8f42b096   12 years Clément Bœsch swr/resample: fix SSSE3 included unconditionally. 10l Regression …
(edit) @5cd567cf   12 years Clément Bœsch pp: fix typo in avg() comment.
(edit) @4c0aece1   12 years Clément Bœsch pp: use av_clip_uint8 instead of a custom implementation.
(edit) @c4f317e7   12 years Clément Bœsch pp: fix a few typo in the internal header.
(edit) @b3bf9b1d   12 years Clément Bœsch lavfi/geq: fix GPL license header. 100l: original code is GPL, header …
(edit) @5e68bf9b   12 years Clément Bœsch swr/rematrix: move templating parameters to template itself.
(edit) @8ea88339   12 years Clément Bœsch swr/resample: move templating parameters to template itself. It has …
(edit) @e31b1938   12 years michaelni zmbv: avoid use of uninitialized data Found-by: Mateusz "j00ru" …
(edit) @c2409a7c   12 years michaelni vmdav: more complete check for block_align, prevent out of array …
(edit) @ea3eaa3   12 years michaelni flashsv: only realloc blocks for version 2 Fixes 10l regression …
(edit) @566de8cd   12 years janne-libav avserver: replace av_read_packet with av_read_frame
(edit) @39c4afd9   12 years janne-libav avserver: fix constness casting warnings Use a different char* for …
(edit) @bf5f46b4   12 years janne-libav APIChanges: add entry for av_read_packet deprecation
(edit) @c84cce5   12 years janne-libav mxfdec: fix typo in mxf_read_seek() Check the number of index tables …
(edit) @a4cd2ad8   12 years janne-libav avserver: use freopen to redirect stdin/out/err to /dev/null
(edit) @ada51a33   12 years janne-libav avserver: remove daemon mode This code spews a multitude of warnings …
(edit) @9eded0fe   12 years martin configure: Check for -Werror parameters on clang Signed-off-by: …
(edit) @116ae728   12 years janne-libav doxygen: remove obsolete options from Doxyfile The options …
(edit) @eca2eb2d   12 years onemda pcm: give more descriptive name to codec Signed-off-by: Paul B Mahol …
(edit) @c0d68be5   12 years michaelni pgssubdec: check RLE size before copying. Fix out of array accesses …
(edit) @bc08ca84   12 years michaelni flashsv: reallocate block array independant of frame type. Fixes NULL …
(edit) @850e5c04   12 years Carl Eugen Hoyos Read QuickTime version 1 audio fields in broken mov files. Matrox …
(edit) @d53f4471   12 years michaelni swr: move if() block into the only branch where it can be true. This …
(edit) @17da2d9e   12 years michaelni swr: reorder/redesign operations to avoid integer overflow. This …
(edit) @0e482a8   12 years Clément Bœsch ffserver: fix streams and priv_data memleaks when closing a connection.
(edit) @a9b1536a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: bgmc: …
(edit) @4d941eac   12 years michaelni Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040' * commit …
(edit) @62006b53   12 years michaelni ituh263dec: more complete w/h check. Fixes a division by 0 Found-by: …
(edit) @caa2fa2   12 years michaelni rv10: always check image size not just in some cases. Fixes division …
(edit) @a3cb7f99   12 years michaelni xwma: check bytes_per_sample, fix division by 0. Found-by: Mateusz …
(edit) @12eb2fd5   12 years michaelni dxa: dont try to use the previous frame if there is none. Fixes null …
(edit) @e70144cb   12 years michaelni bink: check quant_index, fix out of array read Found-by: Mateusz …
(edit) @e28b7553   12 years diego configure: Add option to disable all command line programs
(edit) @b74dbdd5   12 years diego bgmc: Fix av_malloc checks in ff_bgmc_init() Signed-off-by: Xi Wang …
(edit) @612ecfbb   12 years michaelni gifdec: check ff_lzw_decode_init() return value, fix out of array …
(edit) @50f0a6b4   12 years michaelni wmaprodec: check num_sfb for validity. Fix out of array accesses …
(edit) @3b4296f4   12 years lu_zero avformat: clarify stream id for muxing
(edit) @8034130e   12 years lu_zero rtp: set the payload type as stream id Support multiple video/audio …
(edit) @30bce34b   12 years michaelni vpriv_adx_decode_header: avoid underreading the array. Found-by: …
(edit) @ab8517b   12 years michaelni vc1dec: require a minimum of 2x2 for the edge pos. Avoid assertion …
(edit) @dbc44667   12 years onemda Add missing dependency for avr demuxer Signed-off-by: Paul B Mahol …
(edit) @ccce723c   12 years michaelni vc1dec: check first field slices, fix out of array read. Found-by: …
(edit) @a3138eb   12 years diego fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests
(edit) @7f1fcaf0   12 years mans ppc: do not pass redundant compiler flags The -mpowerpc64 and …
(edit) @7ba0c1b3   12 years mans avutil: change GET_UTF8 to not use av_log2() This removes an …
(edit) @87d073ea   12 years michaelni mov: Dont try to calculate with unknown durations, fix division by 0 …
(edit) @a1b5c963   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @b0c543b1   12 years michaelni Merge commit 'da39cac8def7ea73cad2fa2b611209663c7abe2c' Not merged, …
(edit) @d4e74d5   12 years michaelni Remove deprecation of avcodec_get_chroma_sub_sample. Add explanations …
(edit) @e13d5e9a   12 years michaelni Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2' * commit …
(edit) @e8769b3   12 years martin segment: fix NULL pointer dereference in seg_write_header() Since the …
(edit) @26afdbcf   12 years Clément Bœsch ffserver: fix NULL dereference with quoted Stream name.
(edit) @a9ba9268   12 years Clément Bœsch ffserver: prefer av_asprintf over malloc+snprintf for Launch setting.
(edit) @66ff90f4   12 years michaelni 8bps: check index against buffer size before reading line length …
Note: See TracRevisionLog for help on using the revision log.