source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @faa0068   12 years michaelni avformat: Make duration estimation from pts more robust Ignore …
(edit) @9bb54bb6   12 years michaelni nutdec: more specific return codes for decode_syncpoint() …
(edit) @7ccc0ed6   12 years michaelni nutdec: print error on invalid/unsupported fourcc style …
(edit) @144da7ee   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @53ca0cb8   12 years Clément Bœsch build: [autodetect] -> [no] in iconv help.
(edit) @03148fd1   12 years Carl Eugen Hoyos buildsys: only include log2_tab per library for shared builds Fix …
(edit) @523b12af   12 years Carl Eugen Hoyos Add h264chroma dependency for cavs decoder to configure. Fix building …
(edit) @9051e297   12 years Carl Eugen Hoyos Add h264qpel dependency for snow codec to configure. Fix building for …
(edit) @2b09078a   12 years Carl Eugen Hoyos Add h264chroma dependency for vp5 and vp6 decoder to configure. Fix …
(edit) @393dcbf0   12 years Clément Bœsch compat/strtod: isspace -> av_isspace. This should fix build after 88d55b8.
(edit) @9ad3cd5b   12 years Clément Bœsch build: disable iconv by default. It seems to break a lot on MacOS …
(edit) @16ed6a6b   12 years Clément Bœsch doc/filters: fix degrees/radians copy/paste fail.
(edit) @e2427f04   12 years michaelni ffmpeg_opt: Ask for overwrite in single image2 files too Fixes …
(edit) @14e240cb   12 years Clément Bœsch lavfi/opencv: isgraph -> av_isgraph. Fix build after 88d55b8.
(edit) @88d55b82   12 years Reimar.Doeffinger Remove incorrect use of ctype.h functions. As far as I can tell the …
(edit) @2cffe38d   12 years michaelni Deprecate deinterlaced in libavcodec. Signed-off-by: Michael …
(edit) @9af8179c   12 years michaelni ffmpeg: fix -stats -v 0 Fixes Ticket1687 Signed-off-by: Michael …
(edit) @f2cb9931   12 years michaelni avformat: gather aspect ratio from rv30/40 in find_stream_info Fixes …
(edit) @d210e974   12 years michaelni rv34: fix aspect ratio Fixes part of Ticket1550 Signed-off-by: …
(edit) @6c6dc8cc   12 years michaelni wmadec: check nb_frames Improves error message for Ticket968 …
(edit) @3fac99cd   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @d98aa7cd   12 years michaelni h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO. The …
(edit) @d4e649cc   12 years michaelni h264: make it possible to compile without error_resilience. …
(edit) @981cf0c3   12 years Carl Eugen Hoyos movenc: Do not flag secondary audio and subtitle tracks as enabled. …
(edit) @fd464d4d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtpdec: …
(edit) @454c5d10   12 years michaelni h264: add a copy of draw_horiz_band. This makes the decoder …
(edit) @4f0d4acc   12 years michaelni libxvid: cleanup on error pathes Signed-off-by: Michael Niedermayer …
(edit) @667bf15   12 years michaelni libxvid: check & clear encoder_handle Signed-off-by: Michael …
(edit) @8fe59240   12 years michaelni libxvid: use av_freep() for saftey Signed-off-by: Michael Niedermayer …
(edit) @6a8f6c7   12 years michaelni libxvid: remove temporary files at the end Fixes Ticket924 …
(edit) @8fbab7a   12 years martin rtpdec: Initialize some variables to silence compiler warnings The …
(edit) @03bc7a00   12 years michaelni mjpegdec: fix endiansoup Fixes Ticket2175 Signed-off-by: Michael …
(edit) @6091a8d9   12 years Carl Eugen Hoyos Avoid huge memory allocations from asf demuxer. Fixes ticket #1888.
(edit) @1d5b35cc   12 years onemda lavc/flacdec: Add frame CRC calculation Fixes ticket #2266
(edit) @4ae74c63   12 years michaelni ffmpeg: print maxrss "-benchmark" data even on errors Fixes …
(edit) @5167bb2e   12 years michaelni er: Fix slice threading check Signed-off-by: Michael Niedermayer …
(edit) @547042a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @2d2e6db7   12 years michaelni Merge commit '668e16a0dd1ff56d4beeff5c658d8a2a08dbfac8' * commit …
(edit) @ec203cd6   12 years michaelni Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9' * commit …
(edit) @973dc110   12 years michaelni Merge commit 'c91c63b5380bf79655c09320774a022f84d76fd5' * commit …
(edit) @437211ae   12 years anton h264: set ref_count to 0 for intra slices. CC:libav-stable@libav.org
(edit) @668e16a0   12 years anton h264: on reference overflow, reset the reference count to 0, not 1. …
(edit) @e671d3ad   12 years anton h264: do not copy ref count/ref2frm when updating per-frame context …
(edit) @38277345   12 years michaelni v4l2: fix regression that caused ffmpeg to occasionally get stuck …
(edit) @0d66268e   12 years michaelni lavd/v4l2: copy frames into normally allocated packets whenever there …
(edit) @c5a738c   12 years martin flvdec: Check the return value of a malloc The callers of this …
(edit) @c91c63b5   12 years martin flvdec: Don't read the VP6 header byte when setting codec type based …
(edit) @ec1d2e2f   12 years michaelni ffplay: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @cc38ca67   12 years michaelni avcodec/utils: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @30806ddc   12 years michaelni avcodec/rawdec: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @f59ff8fa   12 years michaelni pngdec: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @ff080346   12 years michaelni gifdec: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @7d7fb701   12 years michaelni cpia: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @f232659   12 years michaelni tiff: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @e0f716a9   12 years michaelni ac3dec: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @3ded235f   12 years michaelni ffprobe: use AVFrame accessor functions Signed-off-by: Michael …
(edit) @5ade6bfb   12 years michaelni doc/examples/demuxing: use AVFrame accessor functions Signed-off-by: …
(edit) @bf90ef03   12 years michaelni avcodec: add ff_frame_get_metadatap() This is needed for av_dict_* …
(edit) @5b802cf5   12 years onemda lavc/codec_desc: add/fix .props for SGI/DPX/X-face/BRender PIX image …
(edit) @4a6bd346   12 years michaelni Handle an invalid extra mpeg2 picture header following a frame-encoded …
(edit) @6c7d1608   12 years onemda sgidec: use unchecked bytestream2 functions where it makes sense …
(edit) @dc666d36   12 years michaelni soxr: libsoxr 0.1.1 support Libsoxr 0.1.1 will be out very soon; no …
(edit) @5a232e50   12 years onemda exr: use bytestream functions in pxr24_uncompress() Signed-off-by: …
(edit) @4b335e73   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lls: Do …
(edit) @7da1b235   12 years michaelni Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e' * commit …
(edit) @1a7166a5   12 years michaelni Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c' * commit …
(edit) @28bb17ca   12 years michaelni Merge commit '399663be9d4a839b894c48a21b62926eb8497d72' * commit …
(edit) @76f8d3c8   12 years michaelni Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174' * commit …
(edit) @fb4b160   12 years michaelni Merge commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282' * commit …
(edit) @41401773   12 years michaelni Merge commit 'df0229a7caa124dcfb84c34b48d316744c467311' * commit …
(edit) @46f4b468   12 years michaelni Merge commit 'cb6f8245aed2c26fe95c30cd68c45983277a945a' * commit …
(edit) @0b311293   12 years diego lls: Do not return from void functions
(edit) @4da950c0   12 years diego lls: #ifndef --> #if in FF_API_ version guard
(edit) @e20f2dc0   12 years michaelni ffmpeg: fix variable name in psnr printing code Signed-off-by: …
(edit) @1d178710   12 years michaelni libvpxenc: dont redundantly zero fields, the whole context is zeroed …
(edit) @3c3a8c14   12 years michaelni libvpxenc: add psnr support Signed-off-by: Michael Niedermayer …
(edit) @e8c52271   12 years diego Revert "Move H264/QPEL specific asm from dsputil.asm to …
(edit) @b56e029b   12 years michaelni avformat/lavfi: force probesize to cover at least 30 frames This …
(edit) @33240df   12 years onemda exr: pxr24 decompression Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @9f3c90a3   12 years onemda exr: fix error message when pixel type is not set This only happens …
(edit) @4751c6c   12 years onemda exr: s/bits_per_color_id/pixel_type Previous naming was misleading. …
(edit) @a71926a5   12 years onemda exr: track channels properties Needed for proper decoding of channels …
(edit) @d9fad53f   12 years nicolas.george lavf/avio: check for : in filenames for protocols. If the first …
(edit) @3d2adeb6   12 years nicolas.george lavfi/af_aresample: fix info log for unknown layouts.
(edit) @2bd104c7   12 years nicolas.george lavfi/af_aresample: fix layout consistency check. If the channel …
(edit) @89f9f69e   12 years nicolas.george lavf: rescale duration for chained muxers. Fix trac ticket #2300
(edit) @bf63a474   12 years nicolas.george lavc/exr: use size_t instead of int for sizes. Fix a segfault on …
(edit) @c4735eef   12 years michaelni loco: silence warning: decoded may be used uninitialized in this …
(edit) @399663be   12 years lu_zero lls: mark max_order as unsigned short The value is within 0 and 32. …
(edit) @9d4da474   12 years lu_zero lls: move to the private namespace The functions are private.
(edit) @7ac6d242   12 years lu_zero lls: K&R formatting cosmetics
(edit) @df0229a7   12 years martin avconv: Apply codec options to streams that are copied as well This …
(edit) @cb6f8245   12 years martin cmdutils: Allow calling filter_codec_opts without a set encoder In …
(edit) @86611ff1   12 years martin pnm: Use av_pix_fmt_desc_get instead of accessing the array directly …
(edit) @03678a3   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @085bd039   12 years michaelni Merge commit 'e2c272eb3660d7f4f1d7720980e30f6a617e7eb3' * commit …
(edit) @a791b62f   12 years Carl Eugen Hoyos Improve dump_attachment documentation. Fixes ticket #2299
(edit) @e54a1bdc   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: do …
(edit) @1c6477f3   12 years michaelni Revert "lavf/utils: add support for special characters encoding in …
(edit) @7b2d50f8   12 years Clément Bœsch build: make iconv build configurable.
Note: See TracRevisionLog for help on using the revision log.