source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b6afb2dd   12 years nicolas.george lavfi: support unknown channel layouts.
(edit) @fccd8c21   12 years nicolas.george ffmpeg: add -guess_layout_max option.
(edit) @9648e149   12 years onemda lavc/gif: remove some obsolete/irrelevant chunks Some code was copy …
(edit) @d1d159d3   12 years onemda lavf/gifdec: cosmetics: remove extra whitespace Signed-off-by: Paul B …
(edit) @254e11cc   12 years onemda lavf/gifdec: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @e4033d89   12 years michaelni sws: GBRP9, GBRP10 GBRP12 GBRP14 output support Signed-off-by: …
(edit) @61884d19   12 years michaelni sws: GBRP output support Reviewed-by: Derek Buitenhuis …
(edit) @c8f25caf   12 years michaelni atrac3: fix buffer size for get_bits. Fixes out of array reads …
(edit) @66daebc9   12 years michaelni indeo4: check for invalid transform_size blk_size combinations The …
(edit) @cfc7b9cf   12 years michaelni 4xm: remove avcodec_get_frame_defaults() calls They are not needed …
(edit) @d73b65ed   12 years michaelni 4xm: add assert to check that the pointer from read_huffman_tables is …
(edit) @53a3fdbf   12 years michaelni 4xm: Check available space in read_huffman_tables() Fixes integer …
(edit) @dcbb920f   12 years michaelni Fix atrac3 decoder broken in e55d53905f34f8e8747f6d321e9a695dc02ebb2f
(edit) @c6ef7641   12 years michaelni ffv1enc: fix gbrp>8bit Signed-off-by: Michael Niedermayer …
(edit) @e80be5a0   12 years stefasab lavfi/showwaves: fail in case of push_frame() error
(edit) @e4e36a4d   12 years stefasab doc/filters: apply minor fixes
(edit) @b7d34b32   12 years stefasab lavfi/showwaves: add display mode option and mode=line
(edit) @13aca07   12 years michaelni gifdec: resync support This allows decoding gifs that have junk at …
(edit) @40b4468f   12 years michaelni lavc/dnxhddata: fix bitrates for cid 1251 and 1252 in cid table …
(edit) @495cb441   12 years michaelni setpts: deprecate RTCTIME, we have time(0) which is more generic …
(edit) @fc292283   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @25be6300   12 years michaelni Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b' * commit …
(edit) @b2d0c5bd   12 years michaelni Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e' * commit …
(edit) @e9125dd5   12 years michaelni Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339' * commit …
(edit) @d07b0d99   12 years onemda swscale: check flags instead of nb_components to find if pixel format …
(edit) @7003d650   12 years onemda lavc/gifdec: remove obsolete check Signed-off-by: Paul B Mahol …
(edit) @51c7af9d   12 years onemda lavc/gifdec: move idx_line allocation out of gif_read_header1() Now …
(edit) @285128ee   12 years onemda lavc/gifdec: do not return nonzero *got_frame if frame is not passed …
(edit) @aaebdce3   12 years onemda lavc/gifdec: simplify "!= 0" checks Signed-off-by: Paul B Mahol …
(edit) @f1412c79   12 years onemda lavc/gifdec: use memcpy() Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @91ae9bc5   12 years michaelni Merge commit '6bdb841b46d170d58488deaed720729b79223b1d' * commit …
(edit) @0b55b16a   12 years lu_zero avfilter: allow setpts filter to use wallclock time for calculations …
(edit) @b85a5e87   12 years lu_zero lavu: Add av_strnstr() This is a length limited version of strstr() …
(edit) @a84fb6e0   12 years lu_zero h264: Allow discarding the cropping information from SPS Some 3D …
(edit) @ab6c9332   12 years michaelni vqavideo: check chunk sizes before reading chunks Fixes out of array …
(edit) @e9d443cf   12 years michaelni eacmv: Free frames on resolution changes Fixes out of array reads …
(edit) @286930d3   12 years michaelni gifdec: check that w,h is not zero Fixes out of array access …
(edit) @a0d14404   12 years Carl Eugen Hoyos Fix compilation with --disable-everything on x86_32. Fixes ticket #2183.
(edit) @c4738c31   12 years stefasab ffmpeg: fix typo in open_files() message Found-By: Justin Ruggles
(edit) @1ec3324f   12 years stefasab lavf/img2enc: extend current options documentation
(edit) @069d1564   12 years stefasab lavf/img2dec: fix option help fields
(edit) @2756c309   12 years stefasab doc/faq: fill missing word in the concat protocol entry
(edit) @40cb682c   12 years stefasab doc/faq: mention concat protocol documentation in the protocol …
(edit) @c1035035   12 years michaelni gifdec: gif_copy_img_rect: Fix end pointer Fixes out of array …
(edit) @fc8e8e5b   12 years michaelni h264_qpel: put cpuflags checks back. These where lost when libav …
(edit) @cf48b006   12 years michaelni cavsdec: check for value in get_ue_code() Fixes integer overflow and …
(edit) @77b740ac   12 years michaelni lavu/timecode: fix time code calculation for 60000/1001 drop frame …
(edit) @a717fa84   12 years michaelni lavu/timecode: Allow drop frame mode for 60000/1001 fps Reviewed-by: …
(edit) @33552a5f   12 years diego arm: Add mathops.h to ARCH_HEADERS list It is an arch-specific header …
(edit) @4333df63   12 years diego avstring: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @2c10e2a2   12 years diego build: Make the H.264 parser select h264qpel It is required for …
(edit) @c5c2060c   12 years janne-libav x86: h264qpel: add cpu flag checks for init function The code was …
(edit) @55d66b27   12 years michaelni movenc: check that fps for tmcd is within encodable range. The fps is …
(edit) @9362f31b   12 years michaelni movenc: Calculate fps for tmcd without intermediate step. Fixes part …
(edit) @bee044d7   12 years michaelni ffmpeg: copy tmcd track timebase parameters Fixes part of Ticket2045 …
(edit) @b75ac7c7   12 years michaelni lavc: include timebase in avcodec string at debug level. …
(edit) @c071b006   12 years michaelni mpeg12demux: Fallback to startcode for stream type identification. …
(edit) @6bdb841b   12 years janne-libav h264: copy h264qpel dsp context to slice thread copies
(edit) @8e148b87   12 years janne-libav arm: h264qpel: use neon h264 qpel functions only if supported
(edit) @eb567a79   12 years onemda eacdata: do not set sample_fmt It is supposed to be set from lavc …
(edit) @7b007a7c   12 years onemda flic: do not set sample_fmt It is supposed to be set from lavc only. …
(edit) @fc13a896   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @70b0aeba   12 years michaelni Merge commit '7a95afe433b2a692f490b98948c082e62ffc1d27' * commit …
(edit) @9c555bca   12 years michaelni Merge commit '528878ee7b377e23a194d7c801571d97793047e0' * commit …
(edit) @b4581e9   12 years michaelni Merge commit '4a4a7e138c92901e04db46a6b05cc6948023e5f5' * commit …
(edit) @1d2abca7   12 years michaelni wmv2enc: drop setting of idct_algo This should have become redundant …
(edit) @40c27504   12 years michaelni Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c' * commit …
(edit) @dd5689a3   12 years onemda matroskadec: export codec bits_per_coded_sample Fixes -codec copy …
(edit) @ee8d4a41   12 years onemda matroskaenc: fix -codec copy with TTA Signed-off-by: Paul B Mahol …
(edit) @9ddf5631   12 years onemda matroskaenc: support TTA muxing TTA in matroska does not store any …
(edit) @c89a8ee2   12 years stefasab doc/eval: fix/review the section about SI prefixes and usage In …
(edit) @ca1bc188   12 years stefasab doc/eval: fix documentation for time() function
(edit) @2b207bab   12 years stefasab doc/eval: substitute if/then/else construct with an example making use …
(edit) @2ed0803c   12 years stefasab lavu/eval: extend if/ifnot functions to accept a third parameter Add …
(edit) @056664ff   12 years onemda lavc/tta: remove nonsense s->avctx indirection, use avctx directly …
(edit) @e65046b   12 years onemda lavfi/earwax: remove config_input() This is wrong function to check …
(edit) @e9d81735   12 years lu_zero dsputil: Separate h264 qpel The sh4 optimizations are removed, …
(edit) @7a95afe4   12 years lu_zero doc: fix dependencies in pod generation The script can and will change.
(edit) @528878ee   12 years diego openbsd: configure: Stop enabling PIC by default Previously PIC was …
(edit) @4a4a7e13   12 years martin rtpenc_chain: Use the original AVFormatContext for getting payload …
(edit) @93211717   12 years martin rtp: Make sure the output format pointer is set Not sure if this …
(edit) @fc50175b   12 years Carl Eugen Hoyos Refuse to mux tta into matroska, the output file is broken.
(edit) @7e059c9c   12 years michaelni mpeg4videoenc: check w,h to be within the supported range. …
(edit) @46cb6181   12 years michaelni gifdec: check that the last keyframe exists and has been successfully …
(edit) @b53ed19   12 years michaelni lcldec: Check length before unsigned subtraction. Fix integer …
(edit) @69fb605   12 years michaelni mpc8: check stream count before accessing stream 1. Fixes null …
(edit) @ee9151b6   12 years michaelni ff_mss12_decode_init: check dimensions Fixes assertion failure …
(edit) @df39c3ce   12 years Carl Eugen Hoyos matroskaenc: add codec_tag lists back. This reverts 312645e : "Do not …
(edit) @f8b6d481   12 years Carl Eugen Hoyos Only try to auto-detect LATM in mpegts if the LOAS demuxer was …
(edit) @9d6e0ac6   12 years michaelni floatdsp: restrict->av_restrict Fix msvc Signed-off-by: Michael …
(edit) @7357ca90   12 years michaelni sanm: Check decoded_size. This prevents a buffer overflow in …
(edit) @57ed8deb   12 years martin wmv2: Propagate the wmv2 idct permutation type to the dsputils context …
(edit) @e90820d4   12 years martin rtp: Make sure priv_data is set before reading it This fixes crashes …
(edit) @31cd1e20   12 years michaelni eval: add function to access the current "wallclock" time. …
(edit) @665f2d43   12 years michaelni hls: add missing checks for accessing avoption fields Fixes null …
(edit) @80712886   12 years michaelni mlpdec: move ch_assign setup code down to after ch layout is set. …
(edit) @6747b0be   12 years michaelni mlp: fix channel order. This fixes a regression introduced with …
(edit) @d4e5d8d   12 years stefasab lavf/hls: broker HTTP options Signed-off-by: Stefano Sabatini …
(edit) @e3197257   12 years stefasab lavf/segment: exit immediately in case of invalid stream specifier …
(edit) @bb539eb1   12 years stefasab lavf/segment: avoid failure in case -flags +live and …
Note: See TracRevisionLog for help on using the revision log.