source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @92352a94   11 years diego configure: Move -Wno-maybe-uninitialized check into gcc section As …
(edit) @7d1a68e   11 years diego avfilter/buffer: Suppress deprecation warning for …
(edit) @82c86d0b   11 years diego graph2dot: Add missing #include for av_get_channel_layout_string()
(edit) @4871528   11 years diego graph2dot: Fix use of deprecated API
(edit) @70cbf334   11 years anton vdpau: Add missing #includes to fix standalone header compilation …
(edit) @e2b5b097   11 years diego x86: rv40dsp: Use PAVGB instruction macro where appropriate
(edit) @0a7fef39   11 years anton omadec: loosen format probing constraints Imporoves detection of some …
(edit) @1c736bed   11 years anton omadec: check GEOB sizes against buffer size Found-by: Mateusz …
(edit) @97f50e92   11 years anton omadec: Fix wrong number of array elements Found-by: Mateusz "j00ru" …
(edit) @e7399695   11 years vittorio.giovara filtfmts-test: Fix use of deprecated API Signed-off-by: Vittorio …
(edit) @3ef9b7ab   11 years vittorio.giovara hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale …
(edit) @885ec924   11 years vittorio.giovara hevc: Use parsed VUI colorimetry in avcodec Also limit the parsed VUI …
(edit) @cd8f772   11 years vittorio.giovara lavc: Add colorimetry values for BT.2020, other non-included ones …
(edit) @446e37d   11 years vittorio.giovara vf_fieldorder: remove superfluous get_video_buffer
(edit) @454959a5   11 years anton aacdec: Set the profile during decoding Previously the profile would …
(edit) @da6506c6   11 years anton lavc: move AVCodecContext.pkt to AVCodecInternal It's a private …
(edit) @38ecc370   11 years anton pthread: store thread contexts in AVCodecInternal instead of …
(edit) @daa7a1d4   11 years anton pthread_slice: rename ThreadContext -> SliceThreadContext This should …
(edit) @cc14ee03   11 years anton lavc: split slice and frame threading functions into separate files
(edit) @5cd6513f   11 years anton pthread: drop avcodec_ prefixes from static functions
(edit) @694d997a   11 years diego x86: hpeldsp: Use PAVGB instruction macro where necessary …
(edit) @8b63ebcb   11 years diego build: Remove redundant OBJS declaration intended for programs
(edit) @d7639785   11 years vittorio.giovara rtmpproto: Reorder conditions to help dead code elimination This …
(edit) @3ea5f64f   11 years vittorio.giovara ansi: fix possible use of uninitialized variables
(edit) @c0bba95c   11 years vittorio.giovara wtv: fix variable sign in format
(edit) @5858a67   11 years vittorio.giovara attributes: disable flatten on llvm/clang
(edit) @3a14b160   11 years anton vf_scale: make the dar variable return the DAR. Before, it just …
(edit) @34a0ac41   11 years anton vf_aspect: support variables in evaluating the aspect ratios Example: …
(edit) @5928b29f   11 years diego os_support: Add #endif comments for better readability
(edit) @c68d4c23   11 years diego mpeg4video_parser: K&R formatting cosmetics Signed-off-by: Diego …
(edit) @435214a7   11 years martin Add an HDS live fragmenting muxer HDS fragments basically are FLV …
(edit) @dc6ea00c   11 years diego mpeg4video: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @037fea38   11 years diego flashsv: K&R formatting cosmetics Also improve some log message …
(edit) @1700b4e6   11 years diego x86: vp8dsp: Split loopfilter code into a separate file
(edit) @056fd4fe   11 years diego configure: Properly check for availability of -Wno-foo warning flags …
(edit) @23157d72   11 years diego configure: Split test_cflags function off from check_cflags This is …
(edit) @d1c229cd   11 years anton lavf: do not use int to store an int64
(edit) @57070b14   11 years lu_zero flashsv: Check diff_start diff_height values Fix out of array …
(edit) @4a64e679   11 years lu_zero flashsv: Refactor a little
(edit) @50aef03b   11 years martin rtspenc: Make sure BYE packets are sent before TEARDOWN Also make …
(edit) @9ceed7af   11 years martin rtpenc: Add a rtpflag option for sending BYE packets when finishing …
(edit) @b264453d   11 years martin rtpenc: Remove some superfluous parentheses Signed-off-by: Martin …
(edit) @d07b51bf   11 years martin aviobuf: Handle a NULL buffer in avio_close_dyn_buf This simplifies …
(edit) @28240a60   11 years anton lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h It's for …
(edit) @eb5920c1   11 years anton lavc: deprecate unused FF_BUG_OLD_MSMPEG4
(edit) @0300962b   11 years anton lavc: schedule FF_BUG_AC_VLC for removal on the next major bump. It …
(edit) @f8b2bcd2   11 years anton lavc: deprecate FF_DEBUG_VIS_* Those flags have no effect since …
(edit) @a1504eee   11 years anton lavc: deprecate AVCodecContext.debug_mv It has been unused since …
(edit) @fae753af   11 years anton avplay: drop -vismv option which does not do anything anymore
(edit) @ccc71298   11 years anton lavc: deprecate FF_DEBUG_MV and remove all traces of its use It has …
(edit) @b6a47016   11 years anton mpegts: Support HEVC demuxing Signed-off-by: Anton Khirnov …
(edit) @959bea1   11 years anton matroskadec: Support HEVC demuxing
(edit) @ea29f965   11 years anton mov: Support HEVC demuxing Signed-off-by: Anton Khirnov …
(edit) @58466462   11 years anton Add raw HEVC demuxer Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @e1c058db   11 years anton FATE: Add HEVC tests Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @064698d3   11 years anton Add HEVC decoder Initially written by Guillaume Martres …
(edit) @0a9e94bb   11 years anton webp: stop using deprecated avcodec_set_dimensions
(edit) @757d5e8e   11 years anton vp8: stop using deprecated avcodec_set_dimensions
(edit) @2e0ab4d3   11 years anton vp56: stop using deprecated avcodec_set_dimensions
(edit) @b53febc1   11 years anton vp3: stop using deprecated avcodec_set_dimensions
(edit) @3cfdb912   11 years anton txd: stop using deprecated avcodec_set_dimensions
(edit) @db92e4ea   11 years anton truemotion1: stop using deprecated avcodec_set_dimensions
(edit) @c265b8bb   11 years anton tiff: stop using deprecated avcodec_set_dimensions
(edit) @eed5a478   11 years anton targa: stop using deprecated avcodec_set_dimensions
(edit) @7fbb75cc   11 years anton svq1dec: stop using deprecated avcodec_set_dimensions
(edit) @9c0ece1b   11 years anton sunrast: stop using deprecated avcodec_set_dimensions
(edit) @c755870d   11 years anton sgidec: stop using deprecated avcodec_set_dimensions
(edit) @1d389e2a   11 years anton rv34: stop using deprecated avcodec_set_dimensions
(edit) @ce9f5b13   11 years anton rv10: stop using deprecated avcodec_set_dimensions
(edit) @e7ea9703   11 years anton ptx: stop using deprecated avcodec_set_dimensions
(edit) @0f21d8b   11 years anton pictordec: stop using deprecated avcodec_set_dimensions
(edit) @41ad353d   11 years anton pgssubdec: stop using deprecated avcodec_set_dimensions
(edit) @06794162   11 years anton pcx: stop using deprecated avcodec_set_dimensions
(edit) @6da9c9d3   11 years anton mpegvideo_parser: stop using deprecated avcodec_set_dimensions
(edit) @13207484   11 years anton mpeg4video_parser: stop using deprecated avcodec_set_dimensions
(edit) @6c725472   11 years anton mpeg12dec: stop using deprecated avcodec_set_dimensions
(edit) @2cd94ad   11 years anton mjpegdec: stop using deprecated avcodec_set_dimensions
(edit) @b8705824   11 years anton libvpxdec: stop using deprecated avcodec_set_dimensions
(edit) @967cd6f   11 years anton libopenjpegdec: stop using deprecated avcodec_set_dimensions
(edit) @d62b24a3   11 years anton kgv1dec: stop using deprecated avcodec_set_dimensions
(edit) @d184cd1d   11 years anton ivi_common: stop using deprecated avcodec_set_dimensions
(edit) @317d6a1   11 years anton indeo3: stop using deprecated avcodec_set_dimensions
(edit) @3b086317   11 years anton h26[13]dec: stop using deprecated avcodec_set_dimensions
(edit) @8255535c   11 years anton gifdec: stop using deprecated avcodec_set_dimensions
(edit) @58c6239e   11 years anton g2meet: stop using deprecated avcodec_set_dimensions
(edit) @ec706300   11 years anton eatqi: stop using deprecated avcodec_set_dimensions
(edit) @a8773938   11 years anton eatgv: stop using deprecated avcodec_set_dimensions
(edit) @06e7a202   11 years anton eatgq: stop using deprecated avcodec_set_dimensions
(edit) @c6b8a7db   11 years anton eamad: stop using deprecated avcodec_set_dimensions
(edit) @d6da3729   11 years anton eacmv: stop using deprecated avcodec_set_dimensions
(edit) @babbec08   11 years anton dvdsubdec: stop using deprecated avcodec_set_dimensions
(edit) @caeed8de   11 years anton dvdec: stop using deprecated avcodec_set_dimensions
(edit) @8451b5f   11 years anton dpx: stop using deprecated avcodec_set_dimensions
(edit) @c7a5acab   11 years anton dnxhddec: stop using deprecated avcodec_set_dimensions
(edit) @e9cfbc2b   11 years anton dirac: stop using deprecated avcodec_set_dimensions
(edit) @d57e95cb   11 years anton cdxl: stop using deprecated avcodec_set_dimensions
(edit) @f176e11c   11 years anton avs: stop using deprecated avcodec_set_dimensions
(edit) @78780c8b   11 years anton ansi: stop using deprecated avcodec_set_dimensions
(edit) @0f6c1d6   11 years anton lavc/utils: stop using deprecated avcodec_set_dimensions
(edit) @ce6949d   11 years anton oggparsetheora: stop using deprecated avcodec_set_dimensions
Note: See TracRevisionLog for help on using the revision log.