source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7eb6eb03   11 years stefasab lavc/mpegvideo_enc: simplify timestamp checks in load_input_picture() …
(edit) @c4db4b17   11 years michaelni Added GXF format code to identify AVC Intra video streams. This was an …
(edit) @7ebf3ab9   11 years michaelni gxf: Factorize code in get_sindex() Reviewed-by: Reimar Döffinger …
(edit) @0de9d3dd   11 years michaelni gxf: Added GXF format code 25 which is used for DV codec in HD …
(edit) @42bd0cd2   11 years michaelni Fix copying extradata to codec in mxfdec.c The code that copies any …
(edit) @e4198d2f   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @5c616fe4   11 years stefasab ffprobe: always exit 1 in case of errors This is consistent with the …
(edit) @1fc626f8   11 years stefasab ffprobe: reindent after previous commit
(edit) @a334b00c   11 years stefasab ffprobe: fix exit code with stream specifiers Without this fix, …
(edit) @205092bf   11 years stefasab ffprobe: simplify branching logic in probe_file()
(edit) @80b56a7b   11 years stefasab examples/muxing: rename audio/video_pts to audio/video_time The new …
(edit) @db7ebab5   11 years stefasab doc/bitstream_filters: document the chomp filter TODO: add some …
(edit) @7b38c4c9   11 years stefasab doc/bitstream-filters.texi: add documentation for the aac_adtstoasc …
(edit) @418b9454   11 years stefasab lavf/movenc: improve error feedback in case malformed AAC bitstream is …
(edit) @08b99be7   11 years stefasab lavf/mux: rename variable cortag -> tagbuf2 in init_muxer() Possibly …
(edit) @47c9887e   11 years stefasab lavc/utils: improve feedback in case of invalid packet size
(edit) @c58d535b   11 years stefasab examples/Makefile: disable -O2 optimizations There is no much point …
(edit) @3aa57e15   11 years stefasab examples/muxing: remove useless instruction Simpler and less confusing.
(edit) @9fac752a   11 years Marton Balint ffplay: simplify and fix flushing out old subtitles on seeking Fixes …
(edit) @ff995e2b   11 years michaelni doc/filters: Fix texi syntax Commit …
(edit) @034b31df   11 years michaelni swscale: Fix PAL8 input with alpha Fixes Ticket2158 Signed-off-by: …
(edit) @ee979824   11 years michaelni avfilter/src_movie: Fix handling of packet size for video See …
(edit) @87bc648   11 years michaelni libavfilter/src_movie: fix which packet is reset Signed-off-by: …
(edit) @1235e91b   11 years Carl Eugen Hoyos Require pthreads for compilation with OpenCL support. Fixes a part of …
(edit) @35aed74f   11 years Carl Eugen Hoyos Use AV_RN32 for an unaligned read in the mxg demuxer. Fixes ticket #2707.
(edit) @e59fb3f8   11 years michaelni lavf: silence max_analyze_duration warning This is part of normal …
(edit) @d3788558   11 years michaelni avcodec/cllc: Fix clobbered ff_get_buffer() change Issue-since: …
(edit) @73215fe3   11 years michaelni vf_drawbox: give all v_log() a context Signed-off-by: Michael …
(edit) @47da9b2c   11 years michaelni vf_drawbox: avoid declaration in for() arguments Signed-off-by: …
(edit) @f1efaf83   11 years michaelni Merge branch 'drawbox_exprs' of https://github.com/mjmvisser/FFmpeg * …
(edit) @ad194b04   11 years onemda xa: abort if number of channels or sample rate is 0 Fixes #2711. …
(edit) @da8c9b32   11 years onemda lxfdec: remove wrong and unneeded check Signed-off-by: Paul B Mahol …
(edit) @4b6cf1ce   11 years stefasab examples/muxing: vertically align
(edit) @0a3589bf   11 years stefasab lavc/pngdec: return meaningful error codes
(edit) @84f571e3   11 years mjmvisser enabled expressions on x, y, w, h and t parameters for drawgrid and …
(edit) @015cc323   11 years michaelni lavfi/movie: free packet on decoder error Prevents infinite loop, see …
(edit) @876e960d   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @767e171c   11 years michaelni Merge commit '9f4a16c52ea8f2383244587ea4cb534fe7f6da49' * commit …
(edit) @7efcd531   11 years michaelni Merge commit 'b6507930ac1898aed62ab0b56afc7d6734ad830b' * commit …
(edit) @11081ab6   11 years michaelni fate: Add Canopus Lossless YUY2 test Signed-off-by: Derek Buitenhuis …
(edit) @9328ae48   11 years michaelni Merge commit 'd9c89ef86b9400e50c2486f9406fad15c85bab22' * commit …
(edit) @bad8f04b   11 years michaelni Merge commit 'b0ce601c160c87349d093d7e542b5c752754f598' * commit …
(edit) @cea8a007   11 years derek.buitenhuis yuv4mpeg: correctly handle chroma for odd luma sizes. Signed-off-by: …
(edit) @4f6b192e   11 years derek.buitenhuis configure: Do not omit frame pointers for msvc/icl debug builds …
(edit) @9f4a16c5   11 years derek.buitenhuis configure: Do not explicitly set Oy for msvc/icl It is implied by O1 …
(edit) @b6507930   11 years derek.buitenhuis fate: Add Canopus Lossless YUY2 test Signed-off-by: Derek Buitenhuis …
(edit) @1029822a   11 years Clément Bœsch lavf/webvttdec: use private option to specify WebVTT kind WebVTT …
(edit) @bc35df29   11 years Clément Bœsch lavf: add AV_DISPOSITION flags for WebVTT text track kinds There are …
(edit) @61c8221   11 years derek.buitenhuis cllc: Use outbuf in RGB and ARGB functions Signed-off-by: Derek …
(edit) @d48f2219   11 years derek.buitenhuis cllc: Implement YUV support Fixes ticket #1910. Signed-off-by: Derek …
(edit) @8a7aabe8   11 years michaelni avfilter/vsrc_testsrc: fix artifacts with odd height Signed-off-by: …
(edit) @d9c89ef8   11 years derek.buitenhuis cllc: Use outbuf in RGB and ARGB functions Signed-off-by: Derek …
(edit) @1ef6ac10   11 years derek.buitenhuis cllc: Implement YUV support Signed-off-by: Derek Buitenhuis …
(edit) @b0ce601   11 years derek.buitenhuis doc/platform: Add info about ICL Signed-off-by: Derek Buitenhuis …
(edit) @bbe26eff   11 years michaelni h264: Fix null pointer dereference with disabled error concealment …
(edit) @a46e578d   11 years michaelni avformat/avio: Fix EOF handiling of ffurl_read_complete() Fixes …
(edit) @f48366c7   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @a620c832   11 years michaelni Merge commit 'c3e58f8fb75d8467161a65b85eb88281547ebab1' * commit …
(edit) @af5f9c08   11 years michaelni Merge commit '95d52464542f532061290192518d5fe1c1930e8d' * commit …
(edit) @14a61bc3   11 years michaelni Merge commit 'ace87c19ed4c4882d7b9b3ce512c4c195e39a203' * commit …
(edit) @1152863   11 years michaelni Merge commit '6dc6598692da3b0ebda2d768681786343f26a4f4' * commit …
(edit) @e21307a   11 years anton lavf: don't abort if both encoder and muxer aspect ratios are not set …
(edit) @c3e58f8f   11 years anton matroskaenc: restore compatibility with non referenced AVPacket …
(edit) @95d5246   11 years anton lavc: Add option to encode MPEG-2 AAC with libfdk-aac Signed-off-by: …
(edit) @5dba888d   11 years michaelni msmpeg4: Fix ff_msmpeg4_pred_dc() so it works with lowres>0 Fixes …
(edit) @46312fc2   11 years michaelni cmdutils: dont change the log level for -report Fixes Ticket2476 …
(edit) @9375f500   11 years michaelni sonic: use av_freep() as its safer than av_free() Signed-off-by: …
(edit) @69d0a292   11 years michaelni sonic: cleanup/simplify num_taps check Signed-off-by: Michael …
(edit) @db27dadc   11 years michaelni sonic: replace divide() by ROUNDED_DIV() Signed-off-by: Michael …
(edit) @c329713d   11 years michaelni vp8: wait for prev_frame to parse segment_map before reading it. This …
(edit) @fb0df5c1   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @780b1aa1   11 years michaelni Merge commit 'f963f701d90bd7bb03e39aab4e59bd137084e082' * commit …
(edit) @cc61ef04   11 years michaelni Merge commit '42cc6cefd315c1556e2a52f7ebe2f766ec82b790' * commit …
(edit) @d894e64a   11 years michaelni Merge commit '1e340af8d6a97cc013a2ad8ba77c77129625a34f' * commit …
(edit) @ace87c19   11 years diego configure: whitespace cosmetics
(edit) @6dc65986   11 years diego configure: Simplify an expression with enabled_all.
(edit) @730e07f1   11 years michaelni sonic: avoid float sqrt() for integer input & output Signed-off-by: …
(edit) @4ec7ef56   11 years michaelni sonic: simplify quant cliping Signed-off-by: Michael Niedermayer …
(edit) @bcb42fb6   11 years michaelni sonic: use av_calloc() Signed-off-by: Michael Niedermayer …
(edit) @f11e4045   11 years derek.buitenhuis configure: More msvc/icl combining Signed-off-by: Derek Buitenhuis …
(edit) @81c5ceed   11 years derek.buitenhuis avisynth: Make sure the filename passed to Avisynth is in the right …
(edit) @8bdbabfa   11 years derek.buitenhuis configure: Enable MinGW-w64's implementation of vsnprintf and pals As …
(edit) @37c7a8be   11 years michaelni sonic: replace literal numbers by sizeof() Signed-off-by: Michael …
(edit) @081a7f3e   11 years michaelni sonic: replace some float by integers to improve platform independance …
(edit) @12de2933   11 years michaelni sonic: Improve error codes Signed-off-by: Michael Niedermayer …
(edit) @8689ee0e   11 years michaelni sonic: simplify shift_down() Signed-off-by: Michael Niedermayer …
(edit) @f963f701   11 years lu_zero ogg: relax demuxer conformance checks Some samples in the wild are …
(edit) @42cc6cef   11 years lu_zero avconv: report the error for codec open failure External codec may …
(edit) @1e340af8   11 years lu_zero avconv: drop additional strerror fallback strerror_r is called by …
(edit) @b6ce50a2   11 years michaelni avutil/ripemd: adjust loop condition to silence CID1035716 …
(edit) @d76fff7d   11 years michaelni smvjpeg: use refcounted frames to avoid mem leaks Signed-off-by: …
(edit) @1a405c68   11 years michaelni smvjpeg: remove redundant frame init code avctx->coded_frame is not …
(edit) @7cdf574c   11 years michaelni swscale: fix filter alignment reduction without inline asm Fixes …
(edit) @d6a33f5d   11 years michaelni h264: fix size of arrays in ff_h264_check_intra_pred_mode() …
(edit) @2005fddc   11 years michaelni h264/ff_h264_check_intra_pred_mode: fix input value check …
(edit) @7cc4115d   11 years stefasab doc/decoders,decoders: add various missing final dots Enhance consistency.
(edit) @83647ace   11 years stefasab doc/decoders: Add libopencore-amrwb decoder doc Signed-off-by: …
(edit) @3f875077   11 years stefasab doc/protocols: apply very minor consistency fixes
(edit) @3857aea6   11 years stefasab doc/protocols: document "srtp" protocol Signed-off-by: Stefano …
(edit) @659df32a   11 years michaelni mathops/x86: work around inline asm miscompilation with GCC 4.8.1 The …
Note: See TracRevisionLog for help on using the revision log.