source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d3dcd288   10 years michaelni avcodec/flacenc: Do not copy unused udata array -> 5x faster …
(edit) @d0ac2f59   10 years michaelni avcodec/golomb: Remove disabled and broken code Signed-off-by: …
(edit) @8ea9334b   10 years michaelni avcodec/mss2: use < 0 instead of != 0 to check for error of vlc …
(edit) @b0322e4a   10 years michaelni ffmpeg_opt: Compensate for DTS/PTS difference in seeking when its …
(edit) @b012bd50   10 years James libavcodec/x265: detect csps in libx265_encode_init_csp() Without …
(edit) @4b0f78ad   10 years michaelni avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and …
(edit) @c6bf27d5   10 years michaelni avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to …
(edit) @0c0d1a4e   10 years michaelni avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to …
(edit) @e32d832a   10 years michaelni avformat/mxfenc: Set horizontal chroma subsample value from pixel …
(edit) @58afb312   10 years michaelni avformat/mxfenc: Set the component depth from the pixel format if …
(edit) @451be676   10 years michaelni Merge remote-tracking branch 'rbultje/vp9-bugfixes' * …
(edit) @66f4b1e9   10 years michaelni cmdutils: Fix sign error in display matrix auto-rotation code This …
(edit) @57e3804   10 years michaelni ffmpeg: Do not copy the display matrix if rotation meta-data is …
(edit) @14c4b251   10 years michaelni avcodec/golomb: fix reading huge signed rice golomb values No …
(edit) @c720b9ce   10 years michaelni avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values …
(edit) @4f2fcac2   10 years michaelni avformat/hlsenc: do not append an endlist tag when the stream ends …
(edit) @572a829   10 years michaelni avformat/hlsenc: Add hls flag for starting a playlist with a …
(edit) @8fd01b4a   10 years michaelni avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole …
(edit) @b6fcb2bb   10 years michaelni avcodec/flacdec: Attempt to auto-detect old buggy flac Signed-off-by: …
(edit) @83356cf6   10 years Carl Eugen Hoyos lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.
(edit) @ee8c1838   10 years Carl Eugen Hoyos lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw.
(edit) @70c04335   10 years Carl Eugen Hoyos lavc: Print a warning if gray decoding was requested but not enabled.
(edit) @2acc0656   10 years Carl Eugen Hoyos lavf/wav: Read files >4G if no smaller filesize was written. Fixes …
(edit) @2608f118   10 years Carl Eugen Hoyos lavf/wav: Print an error if files >4G are written. Additionally, …
(edit) @101f26e7   10 years Carl Eugen Hoyos lavc/h263: Set color_range for gray decoding.
(edit) @4d8bd60a   10 years Carl Eugen Hoyos lavc/vc1: Set color_range for gray decoding.
(edit) @caa41d1e   10 years Carl Eugen Hoyos lavf/mov: Tell users about the use_absolute_path option. Fixes ticket …
(edit) @1eda5551   10 years Carl Eugen Hoyos lavc/qdrw: Fix overwrite when reading invalid Quickdraw images.
(edit) @e609cfd6   10 years Carl Eugen Hoyos lavc/flac: Fix encoding and decoding with high lpc. Based on an …
(edit) @38f5a26   10 years Carl Eugen Hoyos lavc/flacdec: Sanitize FLACSTREAMINFO usage.
(edit) @488383af   10 years michaelni avformat/avidec: add mp2 to the list of exceptions instead of …
(edit) @b87dd7f8   10 years michaelni ffmpeg: only apply last picture flush code at EOF Fixes Ticket4562 …
(edit) @8e3b1f25   10 years michaelni avfilter/buffersink: return EOF if closed link in …
(edit) @bd8f2fa5   10 years michaelni Merge commit '732dd658687bd9a2e5c622e38c481825b57af250' * commit …
(edit) @3fb726c6   10 years michaelni avcodec/aacenc: use < 0 instead of != 0 for error checks …
(edit) @2580bae5   10 years michaelni avcodec/j2kenc: Use ret < 0 instead of ret != 0 for error checks This …
(edit) @da4ef13c   10 years michaelni avformat/mux: use <0 instead of != 0 for error check of init_muxer() …
(edit) @900e3af8   10 years rsbultje vp9: match another find_ref_mvs() bug in libvpx. If we find a second …
(edit) @732dd658   10 years lu_zero doc: Add $branch to FATE config template Signed-off-by: Luca Barbato …
(edit) @ccfb03ec   10 years rsbultje vp9: fix scaled motion vector clipping for sub8x8 blocks. To match …
(edit) @f8598cef   10 years michaelni avdevice/v4l2: Fix vertical alignment in list_formats() output …
(edit) @50393bce   10 years michaelni avformat/mov: Fix parsing short loci Fixes Ticket4557 Signed-off-by: …
(edit) @9e4f0cf   10 years michaelni avformat/mov: Print reason of loci parsing failure Signed-off-by: …
(edit) @77cc0d5b   10 years michaelni ffmpeg: Support preserving the source key frame timings Added option …
(edit) @68c1e913   10 years rsbultje vp9: improve signbias check. Otherwise it will still scale motion …
(edit) @3a91a07f   10 years michaelni ffmpeg: Remove another unneeded ost->filter_graph check Fixes …
(edit) @3051e7fa   10 years michaelni avcodec/hevc: Fix typo in num_entry_point_offsets check …
(edit) @c64b2d48   10 years michaelni avcodec/libtheoraenc: Check for av_malloc failure Fixes CID1257799 …
(edit) @32b6d31e   10 years rsbultje vp9: don't allow compound references if error_resilience is enabled. …
(edit) @5de142d3   10 years rsbultje vp9: clamp segmented lflvl before applying ref/mode deltas.
(edit) @c81677e9   10 years rsbultje vp9: reset loopfilter mode/ref deltas on keyframe.
(edit) @88126916   10 years rsbultje vp9: fix crash when playing back 440/440 content with width%64<56.
(edit) @3e634e3e   10 years rsbultje vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422.
(edit) @e6ec65d2   10 years michaelni avformat/rtsp: print a debug level note if time parsing fails Fixes …
(edit) @ff1d85b0   10 years michaelni avcodec/svq1dec: Remove duplicate buf_size check Fixes CID1297573 …
(edit) @fc624ec   10 years michaelni avcodec/dcadec: Check active_bands Fixes CID1297594 part2 …
(edit) @0f3e695   10 years michaelni avcodec/dcadec: Check scale table index Fixes CID1297594 part 1 …
(edit) @ade8a461   10 years michaelni avcodec/sonic: More completely check sample_rate_index and channels …
(edit) @c131a9f   10 years michaelni avcodec/sonic: check memory allocations Signed-off-by: Michael …
(edit) @cdd25f9a   10 years michaelni avcodec/smvjpegdec: check avcodec_decode_video2() return code Fixes …
(edit) @29446941   10 years michaelni avcodec/shorten: More complete pred_order check Fixes CID1239055 …
(edit) @2d155881   10 years michaelni avcodec/shorten: Fix code depending on signed overflow behavior …
(edit) @d201becf   10 years michaelni avcodec/shorten: Check skip_bytes() Fixes CID1210526 Signed-off-by: …
(edit) @c347f75d   10 years michaelni avcodec/put_bits: Remove dead code in put_bits() Fixes CID1297574 …
(edit) @c4c6aea3   10 years michaelni avcodec/proresdec2: Reset slice_count on deallocation Signed-off-by: …
(edit) @5e1d530f   10 years michaelni avcodec/vp9: Use separate memset for counts.eob Makes no real …
(edit) @670702f9   10 years michaelni ffmpeg: Print an error if avfilter_graph_queue_command() failed Fixes …
(edit) @da2f1568   10 years michaelni ffmpeg: remove unneeded ost->filter check Fixes CID1241508 …
(edit) @3793caa5   10 years michaelni avcodec/acelp_vectors: Assert that x is within the array in …
(edit) @dc4a621e   10 years michaelni avcodec/vp3: Cleanup order of operations for current_run check This …
(edit) @29045fbf   10 years rsbultje vp9: clip motion vectors in the same way as libvpx does. The …
(edit) @ca688de2   10 years michaelni fate: increase the number of filtered frames to 20 for edgedetect* & …
(edit) @96a58a8d   10 years rsbultje vp9: set skip flag if the block had no coded coefficients. This …
(edit) @b5508f74   10 years michaelni lavf/webmdashenc: fix unchecked strftime Fix unchecked strftime …
(edit) @47cbcf20   10 years michaelni avcodec/h264_slice: Fix ranges in assert Fixes CID1297592, CID1297593 …
(edit) @9f0b898e   10 years michaelni avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failure …
(edit) @8f1afde1   10 years michaelni avcodec/diracdec: Make data_unit_size unsigned Fixes CID1271788 with …
(edit) @1e4a77d0   10 years rsbultje vp9: apply mv scaling workaround only when subsampling is enabled.
(edit) @dc96c0f   10 years rsbultje vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability.
(edit) @e12188e1   10 years rsbultje vp9: fix segmentation map referencing upon framesize change.
(edit) @a9bf628b   10 years michaelni avcodec/dcadec: Check subsubframes Fixes: CID1239152 Signed-off-by: …
(edit) @a6a45774   10 years michaelni avcodec/dcadec: Check nchans Fixes CID1239110 Signed-off-by: Michael …
(edit) @d32d0593   10 years rsbultje vp9: disable more pmulhrsw optimizations in idct16/32. For idct16, …
(edit) @96d30c3   10 years rsbultje vp9: disable all pmulhrsw in 8/16 iadst x86 optimizations. They all …
(edit) @cc5e4bb4   10 years michaelni hevc: make avcodec_decode_video2() fail if get_format() fails …
(edit) @f6b8b966   10 years michaelni avcodec/cavsdec: Use ff_set_dimensions() Fixes CID1239111 part2 …
(edit) @c5c06e39   10 years michaelni avcodec/cavsdec: Check frame_rate_code Fixes CID1239111 part1 …
(edit) @139e1c80   10 years michaelni avcodec/cavsdec: Check esc_code Signed-off-by: Michael Niedermayer …
(edit) @729466dc   10 years michaelni libavutil/softfloat: Add test case for av_add_sf Recently …
(edit) @019daa07   10 years michaelni avcodec/qdrw: Fix the code which asks for version 1 samples The new …
(edit) @5c8e4bf7   10 years michaelni avcodec/qdrw: another try at skipping the first 512 bytes …
(edit) @5c219e28   10 years u avcodec/srtdec: attempt to correct SubRip positioning The positioning …
(edit) @56bc0a6   10 years u avcodec/ass: make default playback resolution available to decoders
(edit) @a2cd07d2   10 years michaelni avcodec/ppc/h264dsp: POWER LE support in h264_idct_dc_add_internal() …
(edit) @8252f63   10 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni hv mc …
(edit) @88f29406   10 years michaelni avformat/nutdec: Remove unused variable Signed-off-by: Michael …
(edit) @eaeb6321   10 years michaelni nutdec: Remove unused label Added in …
(edit) @50d878d9   10 years michaelni avcodec/msrledec: Ask for sample that uses a branch with a unused byte …
(edit) @22f15f57   10 years michaelni avcodec/on2avc: Check run more carefully Fixes CID1239106 …
(edit) @93cfa7d1   10 years michaelni avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE This …
Note: See TracRevisionLog for help on using the revision log.