source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @023040ed   10 years michaelni avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user …
(edit) @4fe38441   10 years michaelni ffmpeg: do not print misleading recommanditions on 1pass vpx encoding …
(edit) @4ae090f   10 years michaelni Merge commit 'cf1f3d837e1266034a487de5b575bd76426c6b10' * commit …
(edit) @cf86fd00   10 years michaelni avformat/matroskaenc: Avoid floats in default duration calculation …
(edit) @8aa98530   10 years michaelni avformat/ircamenc: Avoid floats Signed-off-by: Michael Niedermayer …
(edit) @1fb9b2a   10 years michaelni avutil: Add av_q2intfloat() This function allows writing AVRationals …
(edit) @894d8cf4   10 years michaelni avformat/movenc: Avoid floats & float rounding in tmcd nb_frames …
(edit) @f902b0b2   10 years michaelni avformat/asfdec: Avoid float usage in duration calculation …
(edit) @cf1f3d83   10 years lu_zero doc: Fix spelling of 'Transmission' Signed-off-by: Sebastian Ramacher …
(edit) @db07fc20   10 years michaelni avformat/mpegts: Avoid float in bitrate calculation Signed-off-by: …
(edit) @1b236541   10 years michaelni avcodec/h264: Fix HWACCEL_MAX for D3D11 Found-by: philipl …
(edit) @688147cf   10 years michaelni avcodec/hevc: Fix HWACCEL_MAX for D3D11 Found-by: philipl …
(edit) @5cddfc53   10 years michaelni avcodec/dxva2_h264: Fix "may be used uninitialized" warnings …
(edit) @9ae766d1   10 years Philip Langdale avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate …
(edit) @7ed5d78d   10 years michaelni avcodec/dxva2: Fix "may be used uninitialized" warnings …
(edit) @a838b22b   10 years michaelni configure: Check if ID3D11VideoDecoder exists, not just the header to …
(edit) @5bc2c395   10 years michaelni avfilter/x86/vf_fspp: Fix invalid combination of opcode and operands …
(edit) @5193407c   10 years Carl Eugen Hoyos lavf/dnxhd: Autodetect more files that can be decoded.
(edit) @83a04f8c   10 years Andreas.Cadhalpun mov: reject zero bytes_per_frame with non-zero samples_per_frame In …
(edit) @3232ac4b   10 years michaelni configure: d3d11va is auto-detected like the others Fix the help text …
(edit) @860ac0a5   10 years Carl Eugen Hoyos lavf/riff: Add 0x729A as TwoCC for G.729. Reported by forum user muchuan.
(edit) @94d07b31   10 years michaelni avcodec/dxva2: Fix build without D3D11 Signed-off-by: Michael …
(edit) @947b74e   10 years michaelni Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772' * commit …
(edit) @9aabc926   10 years Philip Langdale Improve upon dynamic arrays- movtext subtitles Signed-off-by: Niklesh …
(edit) @e48a9ac9   10 years Andreas.Cadhalpun libshine: fix support for shine 3.0 shine_encode_buffer expects …
(edit) @c50904fd   10 years michaelni avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() Fixes …
(edit) @00f3bb2   10 years michaelni avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out …
(edit) @cf401cd1   10 years michaelni avformat/rmenc: Avoid floats in duration calculation Signed-off-by: …
(edit) @343654c2   10 years michaelni avformat/mpegenc: Replace *0.7 by *7/10 This avoids another float …
(edit) @73f71799   10 years michaelni avformat/mpegenc: Do not use floats for vcd_padding_bitrate This …
(edit) @2ce6e419   10 years michaelni ffmpeg_opt: Set the video VBV parameters only for the video stream …
(edit) @d8039ef8   10 years lu_zero D3D11va: add a Direct3D11 video decoder similar to DXVA2 …
(edit) @bd46e78a   10 years michaelni avcodec/put_bits: Assert that size in set_put_bits_buffer_size() does …
(edit) @291ad5cc   10 years michaelni avcodec/bitstream: Assert that there is enough space left in …
(edit) @8f5ffed1   10 years michaelni avcodec/put_bits: Assert that there is enough space left in …
(edit) @561d3a5   10 years michaelni avcodec/mpegvideo_enc: Update the buffer size as more slices are …
(edit) @e4c2ec8   10 years michaelni avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size() …
(edit) @8ce564ea   10 years michaelni avformat/mov: Mark avio context of decompressed atoms as seekable …
(edit) @1cacecce   10 years michaelni avcodec/libutvideoenc: Fix memleak Fixes: CID1257657 Signed-off-by: …
(edit) @c5a07f1f   10 years James libdcadec: search for frames that start late in a packet Based on …
(edit) @db5ea69d   10 years michaelni avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() …
(edit) @404fe63e   10 years michaelni avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of …
(edit) @b71dc297   10 years michaelni avcodec/h263: Remove unused argument of h263_get_motion_length() …
(edit) @39de31cc   10 years michaelni avcodec/mpeg4video: Reorder operations to reduce accesses to …
(edit) @b71528d8   10 years Andreas.Cadhalpun mov: always check avio_read return value If avio_read fails, the …
(edit) @8e77f8ab   10 years Andreas.Cadhalpun mov: fix two memleaks Signed-off-by: Andreas Cadhalpun …
(edit) @a5718863   10 years Andreas.Cadhalpun mov: abort on EOF in ff_mov_read_chan Otherwise the loop can take a …
(edit) @0c3b4efc   10 years michaelni avformat/movenc: Remove float use from rgb_to_yuv() Signed-off-by: …
(edit) @28134d6a   10 years michaelni avformat/swfenc: Remove another unneeded float computation fewer …
(edit) @5d4ff4a3   10 years michaelni avformat/swfenc: Remove unneeded floats Signed-off-by: Michael …
(edit) @17264cd2   10 years michaelni avformat/avienc: Avoid float usage reduces risk for rounding …
(edit) @3bf57acb   10 years michaelni avformat/4xm: Change fps to AVRational This fixes the video timebase …
(edit) @de0d3fe   10 years michaelni avcodec/y41pdec: Avoid using float for size test Floats are not …
(edit) @8952254f   10 years James libwebp: simplify AVCodec.close functions Reviewed-by: Michael …
(edit) @57d9788d   10 years James configure: simplify libwebp checks The libwebpmux pkg-config file …
(edit) @ed4932a6   10 years Andreas.Cadhalpun nutdec: fix various memleaks on failure Reviewed-by: Michael …
(edit) @4ae15605   10 years michaelni avcodec/dcadec: Search and decode frame in case it starts later in a …
(edit) @40a3e1e9   10 years michaelni avformat/wavdec: Increase dts packet threshold to fix more …
(edit) @9f576943   10 years michaelni avformat/wavdec: Increase probe_packets limit Fixes DTS detection of …
(edit) @0b79a389   10 years Andreas.Cadhalpun nutdec: always check the get_str return value If it fails, the …
(edit) @1096c46c   10 years James libwebp: use a separate AVClass for each encoder Signed-off-by: James …
(edit) @44ca8a6a   10 years James libwebpenc_common: add header guards Signed-off-by: James Almer …
(edit) @98be2d94   10 years James libwebp: remove unneeded defines Signed-off-by: James Almer …
(edit) @02cf59f3   10 years michaelni WebP encoder: use WebPAnimEncoder API when available. WebPAnimEncoder …
(edit) @ebb0ca3d   10 years michaelni avformat/nutdec: Check X in 2nd branch of index reading Prevents read …
(edit) @f275f9ea   10 years michaelni Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6' * commit …
(edit) @179527f3   10 years michaelni Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2' * commit …
(edit) @a25ee5f9   10 years michaelni Merge commit 'd528045558825f01472e9bee873f60c98d661e53' * commit …
(edit) @bc373595   10 years michaelni Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc' * commit …
(edit) @d5227cef   10 years michaelni Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193' * commit …
(edit) @d9b264bc   10 years michaelni Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' * commit …
(edit) @337aa17e   10 years Philip Langdale avcodec/movtextdec: Add support for large boxes(>32 bit) …
(edit) @4e17946f   10 years vittorio.giovara mpegvideo: Rework various functions not to use MpegEncContext directly
(edit) @a3f4c930   10 years vittorio.giovara mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly
(edit) @d5280455   10 years vittorio.giovara mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly …
(edit) @6f54dc4   10 years vittorio.giovara mpegvideo: Drop stream_codec_tag The field is unused.
(edit) @9c1db92a   10 years vittorio.giovara mpegvideo: Drop err_recognition It is just a duplicate of an …
(edit) @848e86f7   10 years vittorio.giovara mpegvideo: Drop flags and flags2 They are just duplicates of …
(edit) @3b176af0   10 years michaelni avformat/mxfenc: Add color siting element Previous version …
(edit) @a45cf639   10 years michaelni libavformat/mux: Add ff_choose_chroma_location() Signed-off-by: …
(edit) @d09321b6   10 years michaelni avcodec/mpeg12dec: Fix chroma location Signed-off-by: Michael …
(edit) @ebb08f3f   10 years michaelni avutil/pixfmt: Clarify DV example comments for AVChromaLocation …
(edit) @1617a89c   10 years michaelni Merge commit '29216d7fd14d1cec16821867d17c90b5c49e8c07' * commit …
(edit) @29216d7f   10 years martin tls: fix compilation when both gnutls and openssl are enabled …
(edit) @e91fbfd9   10 years James tls: fix compilation when both gnutls and openssl are enabled …
(edit) @f99fed73   10 years michaelni WebP encoder: extract out some methods into a separate helper library. …
(edit) @a0124b89   10 years michaelni Merge commit '94599a6de3822b13c94096d764868128f388ba28' * commit …
(edit) @9221e362   10 years michaelni Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e' * commit …
(edit) @162644c   10 years michaelni Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02' * commit …
(edit) @6b56fcbd   10 years michaelni WebP muxer: support a packet containing animated WebP. This is the …
(edit) @94599a6d   10 years martin tls: Remove all the local polling loops These aren't necessary any …
(edit) @d13b124e   10 years martin tls: Remove the nonblocking code Since the underlying URLContext read …
(edit) @d15eec4d   10 years martin tls: Use custom IO to read from the URLContext This avoids hijacking …
(edit) @1c6ede3   10 years michaelni doc/ffmpeg: basic documentation for -copy/ignore_unknown …
(edit) @c886dd2f   10 years michaelni avformat/mov: check result of avio_seek Signed-off-by: Michael …
(edit) @18833daf   10 years michaelni ffmpeg: Support copying unknown streams Signed-off-by: Michael …
(edit) @33e94733   10 years michaelni avcodec/mips: loongson fix bugs in mathops optimization the incorrect …
(edit) @818275bb   10 years michaelni avutil/pixfmt: s/luma sample positions/horizontal luma sample …
(edit) @8a141ad5   10 years michaelni avutil/pixfmt: make luma sample positions even more explicit in the …
(edit) @b95df4c3   10 years michaelni avutil/pixfmt: Clarify mpeg example comments for AVChromaLocation …
Note: See TracRevisionLog for help on using the revision log.