source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c73fcc8d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8943ad40   12 years michaelni Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26' * commit …
(edit) @f9f79cb0   12 years michaelni fate: make sure the global sws flags are set to be bitexact for …
(edit) @14f69a05   12 years nicolas.george fate: add a test for scale with variable input format.
(edit) @b0e2f4a7   12 years nicolas.george lavfi/concat: implement unsafe mode.
(edit) @424b1e76   12 years lu_zero yuv4mpeg: reject unsupported codecs The muxer already rejects …
(edit) @fce4450d   12 years lu_zero nutenc: K&R formatting cosmetics
(edit) @c4a36b6f   12 years michaelni lpc: check that lpc_type is valid in ff_lpc_calc_coefs Fixes …
(edit) @8edf9b1f   12 years michaelni sws: rgb has no range, avoid random results if the user tries to mess …
(edit) @d23e8f53   12 years michaelni swr: use 64bit index/len for x86_64 mix Signed-off-by: Michael …
(edit) @2aecfd4f   12 years michaelni vf_showinfo: check return code of av_image_get_linesize() Fixes …
(edit) @0f943ed3   12 years michaelni swfenc: zero fifo after freeing Fixes CID602000 Signed-off-by: …
(edit) @189fbced   12 years michaelni tak_parser: check ff_combine_frame() return code Fixes CID733706 …
(edit) @6078bd80   12 years Clément Bœsch lavf/showspectrum: fix unaligned rdft data.
(edit) @2ef26b5e   12 years michaelni riff: support 0xa100 TwoCC fixes decoding of file …
(edit) @6c8d259a   12 years michaelni msmpeg4dec: fix init code to not fail when called from 2 threads at …
(edit) @f44be0da   12 years michaelni ff_h263_decode_init_vlc: fix order of operations to avoid failure with …
(edit) @4cbae57c   12 years mans assdec: fix qsort() callback signature This changes the event_cmp() …
(edit) @4cd217c0   12 years mans configure: detect sparc64 automatically Signed-off-by: Mans Rullgard …
(edit) @4471a242   12 years mans vp8: fix memset() crossing array boundary Indexing across array …
(edit) @c4cccc8d   12 years mans h264: fix invalid pointer arithmetic Subtracting a (positive) value …
(edit) @50be2077   12 years mans amrwbdec: fix invalid pointer arithmetic Subtracting a (positive) …
(edit) @5f9cbad   12 years Reimar.Doeffinger Port MPlayer fixes for coverity issues in libmpcodecs. Signed-off-by: …
(edit) @425c30dd   12 years michaelni sws: loose the minimum dimension checks A few quick tests show no …
(edit) @733f85b7   12 years michaelni sws: improve error messages Signed-off-by: Michael Niedermayer …
(edit) @7de21960   12 years michaelni sws: fix extreem downscaling Signed-off-by: Michael Niedermayer …
(edit) @95760b33   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4521645b   12 years mans avio: fix pointer type mismatches in avio_enum_protocols() …
(edit) @cc64ec57   12 years mans avserver: use socklen_t where appropriate Various socket functions …
(edit) @be2efe0c   12 years mans udp: use socklen_t where appropriate getsockname() takes a pointer to …
(edit) @9efbfe5   12 years mans network: use HAVE_THREADS instead of local hack HAVE_THREADS is set …
(edit) @67a68dce   12 years mans af_channelmap: remove stray enum declaration Signed-off-by: Mans …
(edit) @6b776c61   12 years mans buffersink: remove stray semicolon after function definition …
(edit) @c25e929   12 years michaelni fix a compiling error with llvm-gcc Move some #include in vda.h down …
(edit) @1909dbf1   12 years michaelni ffmpeg: use av_rescale_delta() for audio stream copy Signed-off-by: …
(edit) @2bcbdd84   12 years michaelni lavu: add more doxy to av_rescale_delta Signed-off-by: Michael …
(edit) @c430cb49   12 years michaelni Update my email address Signed-off-by: Michael Bradshaw …
(edit) @e823e73   12 years michaelni sws_getGaussianVec: check variance and quality Found-by: Reimar …
(edit) @fe573d1a   12 years michaelni sws_allocVec: check length validity Found-by: Reimar Signed-off-by: …
(edit) @a9d97e1b   12 years michaelni ffmpeg: use av_rescale_delta() on the audio filter input …
(edit) @8766ad9e   12 years michaelni lavu: add av_rescale_delta() Signed-off-by: Michael Niedermayer …
(edit) @03e44bcb   12 years michaelni ffmpeg: trivial simplification Signed-off-by: Michael Niedermayer …
(edit) @90d4b070   12 years michaelni mathemathics: update copyright years Signed-off-by: Michael …
(edit) @ae52eb7f   12 years michaelni lavu: add av_clip64() Signed-off-by: Michael Niedermayer …
(edit) @1aa07aa2   12 years mans configure: fix tests for 2-arg math functions Signed-off-by: Mans …
(edit) @5f0105b8   12 years Clément Bœsch lavf/srtenc: allow zero duration events. This is useful when you want …
(edit) @eb36ee1e   12 years Clément Bœsch lavc/srtenc: fix invalid read in case of SubRip. Regression since …
(edit) @ca7f5911   12 years diego doc: git-howto: Clarify comment about pushing series of commits
(edit) @87cdd7c6   12 years diego ivi_common: Drop unused function parameter from decode_band()
(edit) @707f58f5   12 years diego cook: Remove some silly Doxygen comments
(edit) @8a61ba0e   12 years diego cook: Remove senseless maybe_reformat_buffer32() function
(edit) @f23b4a06   12 years diego cook: cosmetics: Better names for joint_decode() function parameters
(edit) @20015379   12 years diego cook: cosmetics: Better name for ccpl COOKSubpacket member
(edit) @13bbefd5   12 years diego doxygen: Add av_alloc_size to list of predefined macros This avoids …
(edit) @74e742d6   12 years diego doxygen: Drop some pointless entries from PREDEFINED macros list
(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) @154ff818   12 years janne-libav h263: avoid memcpys over array bound in motion vector caching for obmc …
(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 …
Note: See TracRevisionLog for help on using the revision log.