source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @17c65651   10 years michaelni avcodec/mpeg12dec: Document Ticket3809 fix Suggested-by: Reimar …
(edit) @c103c485   10 years michaelni avcodec/error_resilience: make error an local variable where possible …
(edit) @45999632   10 years michaelni avcodec/error_resilience: comment out unused assignment Its not …
(edit) @d73371b5   10 years michaelni avcodec/mmvideo: remove unused return value and assignment Found-by: …
(edit) @08b6591   10 years michaelni avcodec/avuienc: move pointer declaration to where its used Found-by: …
(edit) @17fef17f   10 years michaelni avfilter/lavfutils: remove redundant variable init Found-by: CSA …
(edit) @146e498c   10 years michaelni Merge commit 'ffa4d4ef0bd66c4e8bde7357b69bdedc78123ea8' * commit …
(edit) @1d8d21b9   10 years michaelni ffserver: initialize pbuffer in prepare_sdp_description() also check …
(edit) @e706fe76   10 years michaelni avcodec/wavpackenc: Fix log2sample() result value Found-by: CSA …
(edit) @2b501b55   10 years michaelni avformat/dtsdec: skip the first 4k in dts_probe() DTS primarly needs …
(edit) @e6fabd6e   10 years michaelni avformat/dtsdec: fix signedness in reference pcm highpass in …
(edit) @dd551dc7   10 years michaelni avformat/dtsdec: count LE and BE separately in dts_probe() …
(edit) @ffa4d4e   10 years diego ppc: fft: Build AltiVec optimizations in the standard way
(edit) @66627075   10 years michaelni msvc: fix implicitly declared read/close. Signed-off-by: Michael …
(edit) @3fa9692a   10 years michaelni avcodec/hevc: move HEVCLocalContext declaration into loop Found-by: …
(edit) @92be5406   10 years michaelni avcodec/h264_parser: remove redundant assignment Found-by: CSA …
(edit) @e85bc9d   10 years michaelni Merge commit 'f0e959481968b6d906931127237ed981b6414f6e' * commit …
(edit) @dcd984e2   10 years michaelni Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e' * commit …
(edit) @98e42a24   10 years michaelni avformat/format: Check for av_guess_format() failure Fixes null …
(edit) @26ffa8ea   10 years michaelni avformat/format: use av_match_name() in av_guess_codec() Fixes part …
(edit) @956f4087   10 years michaelni ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec …
(edit) @bcc898dd   10 years michaelni avcodec/dvdsub_parser: print message if packet is smaller than the …
(edit) @81c1657a   10 years michaelni avcodec/dvdsub_parser: Check buf_size before reading 32bit packet size …
(edit) @f0e95948   10 years lu_zero af_channelmap: Set the frame channel layout Otherwise the frame would …
(edit) @87efaa97   10 years lu_zero af_join: Set the output frame format
(edit) @cfdb30d2   10 years michaelni avcodec/dvdsub_parser: never return 0 when the input isnt 0 Fixes a …
(edit) @afd62b3f   10 years michaelni Merge commit 'fa14804c83a7108a50c63d1f2180e30c75909529' * commit …
(edit) @f95298c9   10 years michaelni avcodec/mpeg12dec: fix support for interlaced mpeg2 with missing last …
(edit) @7f852962   10 years michaelni avcodec/mpeg12dec: print the amount of overread Signed-off-by: …
(edit) @f9bd6d61   10 years michaelni h264_mp4toannexb_bsf: rename first_idr to new_idr Signed-off-by: …
(edit) @293124ca   10 years michaelni Merge commit '7ab551f9fd9a63586649a7df8790ddaeac55420f' * commit …
(edit) @229a1e8   10 years michaelni Merge commit 'b2e059a1ffbdaaa985c6a7dcdd684fa034725238' * commit …
(edit) @5727d387   10 years michaelni Merge commit '92a36a6b3338df5f5cff573a486e182005367c24' * commit …
(edit) @c87f645a   10 years michaelni Merge commit '52269f48e835a52023656f8330262ae70e6061c4' * commit …
(edit) @79d0e164   10 years michaelni Merge commit '4da8cdbb91ddbac118b79076cad4dc28ba72e86f' * commit …
(edit) @96cea626   10 years michaelni Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f' * commit …
(edit) @f54e01c2   10 years michaelni Merge commit 'a786c8259dafeca9744252230b5d78f67810770c' * commit …
(edit) @ad99837b   10 years michaelni Merge commit '03c9f357a4c2307a7913cea2cbf0ba817e80beb6' * commit …
(edit) @fa14804c   10 years lu_zero flv: Index the audio stream And leverage the video index if the video …
(edit) @713dbe06   10 years michaelni Merge commit '706208ef47bffd525c982975d2756f7b2b220b8d' * commit …
(edit) @9e052df8   10 years michaelni avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on arm The …
(edit) @7ab551f9   10 years vittorio.giovara h264: prevent theoretical infinite loop in SEI parsing Properly …
(edit) @b2e059a1   10 years vittorio.giovara pixdesc: K&R formatting cosmetics Also change some comments to …
(edit) @92a36a6b   10 years vittorio.giovara pngdec: correctly indent macros
(edit) @52269f48   10 years vittorio.giovara Revert "vf_interlace: deprecate lowpass option" This reverts commit …
(edit) @4da8cdbb   10 years diego tscc: Eliminate pointless variable indirections in decode_frame()
(edit) @5735552f   10 years diego pngenc: Drop pointless pointer cast in png_write_row()
(edit) @a8019137   10 years Carl Eugen Hoyos Fix standalone compilation of the WebVTT decoder.
(edit) @970c7d9b   10 years Carl Eugen Hoyos Add forgotten APIchanges entry for probesize2. Update some git hashes.
(edit) @42f25fe0   10 years michaelni h264_mp4toannexb_bsf: always set idr_sps_pps_seen when SPS/PPS is …
(edit) @66af2a01   10 years michaelni h264: remove useless assignment. source index, as well as dest one, …
(edit) @a786c825   10 years diego idct: Split off Xvid IDCT The Xvid IDCT is only required to decode …
(edit) @03c9f357   10 years diego ppc: idctdsp: Immediately return if no AltiVec is available This is …
(edit) @706208ef   10 years diego fate: Split fate-pixdesc tests and dispatch them through Make This …
(edit) @7db3a46a   10 years michaelni Merge commit 'd98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d' * commit …
(edit) @d98e6c5   10 years lu_zero pgssubdec: Check RLE size before copying Make sure the buffer size …
(edit) @d76675d9   10 years lou doc/indevs: mention required configure options For x11grab, libcdio, …
(edit) @62baf5b8   10 years michaelni x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, …
(edit) @39133efc   10 years michaelni avdevice/oss_audio: Check SNDCTL_DSP_GETFMTS failure, print a warning …
(edit) @fc19edd8   10 years michaelni avfilter/trim: remove duplicate assignment Found-by: CSA …
(edit) @a75a60f6   10 years michaelni avutil/pixdesc: remove unneeded assignment Found-by: CSA …
(edit) @5bedbc3d   10 years michaelni avcodec/diracdec: remove unneeded assignment Found-by: CSA …
(edit) @590c2996   10 years michaelni avcodec/flac_parser: remove duplicate assignent Found-by: CSA …
(edit) @1af563b5   10 years michaelni avcodec/ratecontrol: remove unneeded statement Found-by: CSA …
(edit) @f0de018   10 years Reimar.Doeffinger dict.c: minor simplification. Signed-off-by: Reimar Döffinger …
(edit) @fcb11ec2   10 years michaelni v4l2enc: adding AVClass Signed-off-by: Michael Niedermayer …
(edit) @0782fb6   10 years michaelni libavcodec/h264_parser: Increase parse_history, fix huge resolutions …
(edit) @bf428bb3   10 years michaelni h264_mp4toannexb_bsf: account for consecutive IDR pictures. If there …
(edit) @dd200c56   10 years michaelni avcodec/dvdsubdec: free subtitle rectangles if nothing is output …
(edit) @ceff29b9   10 years michaelni avcodec/resample: check for malloc failure Found-by: CSA …
(edit) @72555f4a   10 years michaelni avcodec/pthread_slice: Check for malloc failure Found-by: CSA …
(edit) @37ec7d29   10 years michaelni avcodec/mpeg4video_parser: Check for extradata parsing failure …
(edit) @dc315cdb   10 years michaelni doc: add very basic libcdio documentation Signed-off-by: Michael …
(edit) @467e9d61   10 years michaelni avformat/hlsenc: add some empty lines to make the code easier to read …
(edit) @706fcffc   10 years michaelni avformat/hlsenc: rename some identifers to make the code easier to …
(edit) @53f10e03   10 years michaelni avformat/hlsenc: Add some comments to make the code easier to read …
(edit) @a99de9ca   10 years michaelni Merge commit 'a0ce85ac7de098d3f9b53b51b77a09bad700a011' * commit …
(edit) @a0ce85ac   10 years diego configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled
(edit) @1c84aad7   10 years Reimar.Doeffinger movdec: remove nonsensical snprintf. Signed-off-by: Reimar Döffinger …
(edit) @04aec74f   10 years Reimar.Doeffinger mxfdec: add missing "const" to array declaration. Signed-off-by: …
(edit) @547d64a4   10 years michaelni ffprobe: print some basic information about avframe side data …
(edit) @ba3e3311   10 years michaelni avutil/frame: add av_frame_side_data_name() Signed-off-by: Michael …
(edit) @6f622e5f   10 years michaelni avfilter/f_select: avoid double->int in debug output Signed-off-by: …
(edit) @bcbfb95b   10 years michaelni avfilter/f_select: Set var_values[VAR_KEY] correctly Signed-off-by: …
(edit) @887d8d29   10 years michaelni avfilter/f_select: avoid using doubles for equals checks and casts to …
(edit) @7994c1cd   10 years michaelni Merge commit 'a8d803a320fb08b3ad5db4fffc79abd401206905' * commit …
(edit) @91244073   10 years george ffmpeg_filter: refuse to configure input without a decoder. The …
(edit) @ff9a1541   10 years Carl Eugen Hoyos Add int64_t probesize2 instead of int probesize to AVFormatContext. …
(edit) @355121bc   10 years Carl Eugen Hoyos lavf/mux: Fix a typo checking aspect ratios. Fixes ticket #3813.
(edit) @f2855eb4   10 years michaelni avformat/movenc: add m4b to list of ipod playable files m4b is the …
(edit) @a507623b   10 years michaelni x86: hevc_mc: fix register count usage A macro was using a fixed …
(edit) @d38edee   10 years michaelni avformat/format: fix memleak and error code Signed-off-by: Michael …
(edit) @4182728c   10 years michaelni avformat/format.c: remove duplicate include, put libavutil includes …
(edit) @6d695038   10 years michaelni avformat/format: simplify ifdeffery Signed-off-by: Michael …
(edit) @58eaa951   10 years michaelni Merge commit 'ccbf370f2000b9b27f4af259c23007d67f7ea46e' * commit …
(edit) @92de4450   10 years michaelni Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a' * commit …
(edit) @8cad7460   10 years michaelni Merge commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd' * commit …
(edit) @9694695a   10 years michaelni avformat: fix probe mime version checks Signed-off-by: Michael …
(edit) @80a3a661   10 years michaelni Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0' * commit …
(edit) @31e0b5d   10 years michaelni Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6' * commit …
Note: See TracRevisionLog for help on using the revision log.