source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eb36ee1e   12 years Clément Bœsch lavc/srtenc: fix invalid read in case of SubRip. Regression since …
(edit) @5b45b66   12 years michaelni cws2fws: check fstat return code. Fixes CID733720 Signed-off-by: …
(edit) @86aba86b   12 years michaelni cws2fws: check lseek() return Fixes: CID733721 Signed-off-by: Michael …
(edit) @59eae884   12 years michaelni cws2fws: check inflateInit return value Fixes CID733722 …
(edit) @adc61d68   12 years onemda bit: check av_new_packet() return value Fixes CID703626. …
(edit) @ca28cb5f   12 years michaelni examples: fix doxy so they appear on the example page Signed-off-by: …
(edit) @c01a462   12 years michaelni rmdec: fix null derefercne Fixes CID733714 Signed-off-by: Michael …
(edit) @1bf50711   12 years michaelni rmdec: use av_assert for audio_pkt_cnt Signed-off-by: Michael …
(edit) @9aa630a5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6aa9368   12 years mans configure: sanitise sparc vis check It is wrong to force …
(edit) @eadfb056   12 years mans configure: recognise more sparc variants as --cpu argument …
(edit) @7fe6f6e   12 years onemda caf muxer: write metadata Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @507f2940   12 years michaelni Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3' * commit …
(edit) @9f36ec6a   12 years michaelni aacps: fix order of operands of ipdopd_reset(). With the current …
(edit) @0018aa90   12 years michaelni aacps: loose self assignment Fixes CID604123 Signed-off-by: Michael …
(edit) @f69f9b38   12 years michaelni aacenc: replace scale factor warning by assert The code would crash …
(edit) @cfb1c3c9   12 years michaelni aiffdec: read ID3 attached pictures Signed-off-by: Michael …
(edit) @73f9d2e8   12 years onemda cafenc: make .long_name match demuxer While here reindent .codec_tag …
(edit) @15f52e50   12 years stefasab tools: add ffescape utility
(edit) @04a585f0   12 years onemda fraps: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @43f662d9   12 years onemda lvfdec: cosmetics: fix identation Signed-off-by: Paul B Mahol …
(edit) @13d26716   12 years Clément Bœsch lavfi/showspectrum: add sliding mode.
(edit) @b19bfd6c   12 years stefasab lavd/lavfi: fix leak in case of failure Jump to the common release …
(edit) @48ec8b2   12 years nicolas.george lavfi/af_volumedetect: print stats in uninit(). If the stats are …
(edit) @ce028ab9   12 years michaelni Restore installation of libavutil/lzo.h after …
(edit) @77a72d34   12 years nicolas.george lavfi/vf_fps: allow to set the rounding method. By default, fps …
(edit) @cc72d52d   12 years onemda ffserver: fix printf argument type
(edit) @121604b   12 years martin build: Include HEADERS-yes in the HEADERS variable This makes sure …
(edit) @254056c4   12 years lu_zero pcm: change references to raw to pcm
(edit) @d8245c3b   12 years onemda dsicinav: return proper error code in case of malloc failure Fixes …
(edit) @296f9c2b   12 years onemda dsicinav: return meaningful error code While here remove redundant …
(edit) @1b891d17   12 years janne-libav avconv: fix bitrate report when writing to /dev/null avio_size() …
(edit) @285b706b   12 years janne-libav avfilter: fix graphparser memleaks on error paths Fixes CID700635, …
(edit) @587874ef   12 years lu_zero rawdec: remove ff_raw_read_header It is not used anymore and is a kludge.
(edit) @2ef4d586   12 years lu_zero pcmdec: remove dependency from rawdec The code shared is not actually …
(edit) @5f0e161d   12 years lu_zero g722: refactor out of rawdec.c
(edit) @42c26a48   12 years lu_zero rawvideo: use a specific read_header ff_raw_read_header is used only …
(edit) @5c10809   12 years michaelni mxfenc: Write MultipleDescriptor ref in Preface Reviewed-by: Matthieu …
(edit) @da4e4d65   12 years michaelni aacdec: reorder multiuplications to make code safer against too large …
(edit) @aa604e8   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avutil: …
(edit) @2a91ada8   12 years diego avutil: Make LZO decoder code configure-time selectable
(edit) @5bac2d0c   12 years diego avutil: Move memcpy_backptr() to mem.c The function is used elsewhere …
(edit) @d312ffdd   12 years michaelni mpegvideo: fix lowres on field pictures Fixes Ticket1846 …
(edit) @1a535fc4   12 years michaelni fate: reenable some recently lost audio tests Signed-off-by: Michael …
(edit) @fa48da1e   12 years michaelni ffmpeg: fix null ptr deref in psnr printing code Fixes CID205005 …
(edit) @a1af505d   12 years michaelni roqaudioenc: remove dead code Fixes CID703669 Signed-off-by: Michael …
(edit) @4a229729   12 years michaelni qt-faststart: check return of ftello() Fixes CID739863 Signed-off-by: …
(edit) @ed680851   12 years michaelni asfdec: fixed signedness in comparission Fixes CID739864 …
(edit) @0008e0d6   12 years michaelni cmdutils: fix unclosed file on error Fixes CID739865 Signed-off-by: …
(edit) @58c2c17f   12 years michaelni mov_probe: use correct variable Fixes CID739867 Signed-off-by: …
(edit) @aa478213   12 years michaelni cmdutils: remove writes in never read variable Fixes CID739868 …
(edit) @2ecf9492   12 years Clément Bœsch lavf/srtenc: set codec to subrip by default. We don't have a text …
(edit) @fd090a5d   12 years Clément Bœsch lavf/srtenc: simplify timing printing.
(edit) @c27b3816   12 years Clément Bœsch srt: make the demuxer output SubRip packets. The SRT format should …
(edit) @4d46fd0b   12 years Clément Bœsch lavc: add AV_PKT_DATA_SUBTITLE_POSITION side data type. This commit …
(edit) @60d9ee1   12 years Clément Bœsch lavc/utils: make sub decode consistent with A/V. This allows side …
(edit) @a96b39de   12 years Clément Bœsch lavf/srtdec: simplify start/end computation. Also fix potential …
(edit) @a945607a   12 years stefasab ffprobe: add an array of section print buffers to the WriterContext …
(edit) @a161def   12 years stefasab Doxyfile: update examples path and patterns
(edit) @ce875a61   12 years stefasab doc/texi2pod.pl: drop unnecessary rule, which was converting "\," to …
(edit) @f68ff2e0   12 years michaelni fourcc2pixfmt: fix compilation If someone finds a cleaner fix, dont …
(edit) @95d07f33   12 years michaelni libavfilter: include needed header for AVDictionary Signed-off-by: …
(edit) @c01d1d4d   12 years Clément Bœsch http: add -content_type user option.
(edit) @6ddb03ca   12 years onemda pgmyuvenc: do not create files which are not supported It is possible …
(edit) @e12cfd0   12 years onemda lavf: const correctness for avformat_new_stream Signed-off-by: Paul B …
(edit) @e3ba817b   12 years michaelni mxfenc: Fix possible integer overflows None of these are likely …
(edit) @fbb39f44   12 years michaelni mxfdec: Fix potential leak in mxf_read_local_tags() This fixes CID …
(edit) @1d22d26   12 years michaelni mxfdec: Fix a potential DoS vector in mxf_read_pixel_layout() There's …
(edit) @187630b2   12 years michaelni mxfdec: Fix CID 732262 Coverity thinks ofs can end up 15, thus …
(edit) @a6e9d649   12 years mans configure: detect parisc64 automatically Signed-off-by: Mans Rullgard …
(edit) @56203596   12 years mans configure: detect ppc64 automatically Signed-off-by: Mans Rullgard …
(edit) @2acda282   12 years mans configure: detect mips64 automatically Signed-off-by: Mans Rullgard …
(edit) @d4c99513   12 years mans configure: generalise 64-bit test Signed-off-by: Mans Rullgard …
(edit) @55c77a0c   12 years stefasab doc/filters: escape special Texinfo character @ in overlay example
(edit) @51467ee8   12 years stefasab doc/filters: remove unnecessary and inconsistent double ',' escaping
(edit) @7d0ca5b7   12 years michaelni doxygen: disable header/footer/stylesheet They dont work at all and …
(edit) @8a34b85f   12 years michaelni avio: detect implicit truncation by assert in avio_w* This check is …
(edit) @a3fb3a6   12 years michaelni avio: avoid implicit truncation in avio_w* Signed-off-by: Michael …
(edit) @e377b50b   12 years michaelni matroskaenc: avoid implicit truncation in avio_w* Signed-off-by: …
(edit) @d0ab71ed   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: asfdec: …
(edit) @719fde47   12 years michaelni Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881' * commit …
(edit) @5cf794e0   12 years michaelni Merge commit 'd82f188504410fdfa446c5682c128c31bb5851a4' * commit …
(edit) @5555d207   12 years michaelni Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa' * commit …
(edit) @c44cef97   12 years martin smoothstreamingenc: Don't assume streams start from timestamp 0 Also …
(edit) @f3b8096b   12 years michaelni Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' * commit …
(edit) @42ee9f39   12 years michaelni build: fix detection of math functions with 2 parameters. The code …
(edit) @2dbc9345   12 years michaelni Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' * commit …
(edit) @292a08c   12 years anton asfdec: cosmetics, reformat ff_asf_parse_packet()
(edit) @5a956763   12 years anton g.723.1: add missing CODEC_CAP_DR1
(edit) @8e84f205   12 years anton avconv: remove now unneeded calls to avcodec_get_frame_defaults().
(edit) @1bc64c28   12 years anton lavc: initialize output AVFrame before decoding. Avoids memleaks with …
(edit) @cccb4575   12 years michaelni yuv2rgb: fix integer overflow in fill_gv_table() Fixes CID703747 …
(edit) @a4947929   12 years michaelni yuv2rgb: fix integer overflow in fill_table Fixes CID703748 …
(edit) @6c87b2be   12 years michaelni swscale_unscaled: remove unused variables Fixes CID739472 …
(edit) @3556e7ce   12 years michaelni mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified …
(edit) @1856162c   12 years michaelni mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is …
(edit) @33c4535d   12 years stefasab examples/decoding_encoding: add and use the decode_write_frame …
(edit) @4a227a70   12 years stefasab lavc/utils: fix a few grammar/style nits in log messages In …
(edit) @5ffadec3   12 years stefasab lavc/utils: propagate or return meaningful error codes in avcodec_open2()
(edit) @2fdc6f35   12 years Carl Eugen Hoyos Do not detect mov with maximum score if the atom size is too small. …
Note: See TracRevisionLog for help on using the revision log.