source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f9bd6d61   10 years michaelni h264_mp4toannexb_bsf: rename first_idr to new_idr Signed-off-by: …
(edit) @293124ca   10 years michaelni Merge commit '7ab551f9fd9a63586649a7df8790ddaeac55420f' * commit …
(edit) @229a1e8   10 years michaelni Merge commit 'b2e059a1ffbdaaa985c6a7dcdd684fa034725238' * commit …
(edit) @5727d387   10 years michaelni Merge commit '92a36a6b3338df5f5cff573a486e182005367c24' * commit …
(edit) @c87f645a   10 years michaelni Merge commit '52269f48e835a52023656f8330262ae70e6061c4' * commit …
(edit) @79d0e164   10 years michaelni Merge commit '4da8cdbb91ddbac118b79076cad4dc28ba72e86f' * commit …
(edit) @96cea626   10 years michaelni Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f' * commit …
(edit) @f54e01c2   10 years michaelni Merge commit 'a786c8259dafeca9744252230b5d78f67810770c' * commit …
(edit) @ad99837b   10 years michaelni Merge commit '03c9f357a4c2307a7913cea2cbf0ba817e80beb6' * commit …
(edit) @713dbe06   10 years michaelni Merge commit '706208ef47bffd525c982975d2756f7b2b220b8d' * commit …
(edit) @9e052df8   10 years michaelni avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on arm The …
(edit) @7ab551f9   10 years vittorio.giovara h264: prevent theoretical infinite loop in SEI parsing Properly …
(edit) @b2e059a1   10 years vittorio.giovara pixdesc: K&R formatting cosmetics Also change some comments to …
(edit) @92a36a6b   10 years vittorio.giovara pngdec: correctly indent macros
(edit) @52269f48   10 years vittorio.giovara Revert "vf_interlace: deprecate lowpass option" This reverts commit …
(edit) @4da8cdbb   10 years diego tscc: Eliminate pointless variable indirections in decode_frame()
(edit) @5735552f   10 years diego pngenc: Drop pointless pointer cast in png_write_row()
(edit) @a8019137   10 years Carl Eugen Hoyos Fix standalone compilation of the WebVTT decoder.
(edit) @970c7d9b   10 years Carl Eugen Hoyos Add forgotten APIchanges entry for probesize2. Update some git hashes.
(edit) @42f25fe0   10 years michaelni h264_mp4toannexb_bsf: always set idr_sps_pps_seen when SPS/PPS is …
(edit) @66af2a01   10 years michaelni h264: remove useless assignment. source index, as well as dest one, …
(edit) @a786c825   10 years diego idct: Split off Xvid IDCT The Xvid IDCT is only required to decode …
(edit) @03c9f357   10 years diego ppc: idctdsp: Immediately return if no AltiVec is available This is …
(edit) @706208ef   10 years diego fate: Split fate-pixdesc tests and dispatch them through Make This …
(edit) @7db3a46a   10 years michaelni Merge commit 'd98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d' * commit …
(edit) @d98e6c5   10 years lu_zero pgssubdec: Check RLE size before copying Make sure the buffer size …
(edit) @d76675d9   10 years lou doc/indevs: mention required configure options For x11grab, libcdio, …
(edit) @62baf5b8   10 years michaelni x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, …
(edit) @39133efc   10 years michaelni avdevice/oss_audio: Check SNDCTL_DSP_GETFMTS failure, print a warning …
(edit) @fc19edd8   10 years michaelni avfilter/trim: remove duplicate assignment Found-by: CSA …
(edit) @a75a60f6   10 years michaelni avutil/pixdesc: remove unneeded assignment Found-by: CSA …
(edit) @5bedbc3d   10 years michaelni avcodec/diracdec: remove unneeded assignment Found-by: CSA …
(edit) @590c2996   10 years michaelni avcodec/flac_parser: remove duplicate assignent Found-by: CSA …
(edit) @1af563b5   10 years michaelni avcodec/ratecontrol: remove unneeded statement Found-by: CSA …
(edit) @f0de018   10 years Reimar.Doeffinger dict.c: minor simplification. Signed-off-by: Reimar Döffinger …
(edit) @fcb11ec2   10 years michaelni v4l2enc: adding AVClass Signed-off-by: Michael Niedermayer …
(edit) @0782fb6   10 years michaelni libavcodec/h264_parser: Increase parse_history, fix huge resolutions …
(edit) @bf428bb3   10 years michaelni h264_mp4toannexb_bsf: account for consecutive IDR pictures. If there …
(edit) @dd200c56   10 years michaelni avcodec/dvdsubdec: free subtitle rectangles if nothing is output …
(edit) @ceff29b9   10 years michaelni avcodec/resample: check for malloc failure Found-by: CSA …
(edit) @72555f4a   10 years michaelni avcodec/pthread_slice: Check for malloc failure Found-by: CSA …
(edit) @37ec7d29   10 years michaelni avcodec/mpeg4video_parser: Check for extradata parsing failure …
(edit) @dc315cdb   10 years michaelni doc: add very basic libcdio documentation Signed-off-by: Michael …
(edit) @467e9d61   10 years michaelni avformat/hlsenc: add some empty lines to make the code easier to read …
(edit) @706fcffc   10 years michaelni avformat/hlsenc: rename some identifers to make the code easier to …
(edit) @53f10e03   10 years michaelni avformat/hlsenc: Add some comments to make the code easier to read …
(edit) @a99de9ca   10 years michaelni Merge commit 'a0ce85ac7de098d3f9b53b51b77a09bad700a011' * commit …
(edit) @a0ce85ac   10 years diego configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled
(edit) @1c84aad7   10 years Reimar.Doeffinger movdec: remove nonsensical snprintf. Signed-off-by: Reimar Döffinger …
(edit) @04aec74f   10 years Reimar.Doeffinger mxfdec: add missing "const" to array declaration. Signed-off-by: …
(edit) @547d64a4   10 years michaelni ffprobe: print some basic information about avframe side data …
(edit) @ba3e3311   10 years michaelni avutil/frame: add av_frame_side_data_name() Signed-off-by: Michael …
(edit) @6f622e5f   10 years michaelni avfilter/f_select: avoid double->int in debug output Signed-off-by: …
(edit) @bcbfb95b   10 years michaelni avfilter/f_select: Set var_values[VAR_KEY] correctly Signed-off-by: …
(edit) @887d8d29   10 years michaelni avfilter/f_select: avoid using doubles for equals checks and casts to …
(edit) @7994c1cd   10 years michaelni Merge commit 'a8d803a320fb08b3ad5db4fffc79abd401206905' * commit …
(edit) @91244073   10 years george ffmpeg_filter: refuse to configure input without a decoder. The …
(edit) @ff9a1541   10 years Carl Eugen Hoyos Add int64_t probesize2 instead of int probesize to AVFormatContext. …
(edit) @355121bc   10 years Carl Eugen Hoyos lavf/mux: Fix a typo checking aspect ratios. Fixes ticket #3813.
(edit) @f2855eb4   10 years michaelni avformat/movenc: add m4b to list of ipod playable files m4b is the …
(edit) @a507623b   10 years michaelni x86: hevc_mc: fix register count usage A macro was using a fixed …
(edit) @d38edee   10 years michaelni avformat/format: fix memleak and error code Signed-off-by: Michael …
(edit) @4182728c   10 years michaelni avformat/format.c: remove duplicate include, put libavutil includes …
(edit) @6d695038   10 years michaelni avformat/format: simplify ifdeffery Signed-off-by: Michael …
(edit) @58eaa951   10 years michaelni Merge commit 'ccbf370f2000b9b27f4af259c23007d67f7ea46e' * commit …
(edit) @92de4450   10 years michaelni Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a' * commit …
(edit) @8cad7460   10 years michaelni Merge commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd' * commit …
(edit) @9694695a   10 years michaelni avformat: fix probe mime version checks Signed-off-by: Michael …
(edit) @80a3a661   10 years michaelni Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0' * commit …
(edit) @31e0b5d   10 years michaelni Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6' * commit …
(edit) @e066f015   10 years michaelni Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c' * commit …
(edit) @a8d803a3   10 years diego vf_select: Drop a debug av_log with an unchecked double to enum …
(edit) @ccbf370f   10 years diego mpegvideo: move vol_control_parameters to the only place it is used …
(edit) @fa38573c   10 years lu_zero matroska: Register mime types
(edit) @02cf0c9e   10 years lu_zero aac: Register the mime type Speed up probing ADTS live streams that …
(edit) @3a19405d   10 years lu_zero avformat: Use the mime type information in input probe It should …
(edit) @69e7336b   10 years lu_zero avstring: Expose the simple name match function Signed-off-by: …
(edit) @0c889da8   10 years michaelni avformat/hlsenc: fix cleanup after avformat_write_header() …
(edit) @e253a9e2   10 years lu_zero avformat: Move av_probe_input* to format.c
(edit) @73c4f63b   10 years michaelni x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, …
(edit) @88ba821f   10 years michaelni x86/hevc_deblock: improve luma functions register allocation …
(edit) @c74b08c5   10 years michaelni x86/hevc_deblock: remove some unnecessary instructions Signed-off-by: …
(edit) @65746bf   10 years michaelni hevc_filter: run vertical and horizontal together This should help …
(edit) @4f91bb0f   10 years michaelni x86/hevc_deblock: use psignw instead of pmullw where possible It's …
(edit) @983109bb   10 years michaelni Merge commit '942269fd00cb48328e4cffb6e21a0b691ce9f6bc' * commit …
(edit) @d55d8229   10 years michaelni Merge commit '019a28cd630286ecb2b06ee62025a17c821b493e' * commit …
(edit) @60831f44   10 years michaelni Merge commit '59ca29a560ba0cfe97457de8cedf77db434f0de4' * commit …
(edit) @a91c5ed0   10 years michaelni Merge commit '4f8cf0dc4ef6110174056df7edd9dc2f2a988b6d' * commit …
(edit) @621d4089   10 years michaelni Merge commit 'e4a462e3eafdfe336f4d079c3ba72a9cdb4748b0' * commit …
(edit) @8b1e920   10 years michaelni Merge commit '259fe7280d0b63dc7a8ff017d44f26d3a84cfde8' * commit …
(edit) @4a4d0258   10 years michaelni Merge commit 'c9d982aa11a6267611c3770792f0e04b48438348' * commit …
(edit) @25a20608   10 years michaelni Merge commit 'dc71f1958846bb1d96de43a4603983dc8450cfcc' * commit …
(edit) @63c0b419   10 years Carl Eugen Hoyos Fix standalone compilation of the adts muxer.
(edit) @942269fd   10 years diego caf: Use correct printf conversion specifiers for POSIX int types
(edit) @019a28cd   10 years diego sanm: Use correct printf conversion specifiers for POSIX int types
(edit) @59ca29a5   10 years diego dump: Use correct printf conversion specifiers for POSIX int types
(edit) @4f8cf0dc   10 years diego x86: build: Restore ordering of OBJS lines
(edit) @e4a462e3   10 years lu_zero configure: Use require_pkg_config for Speex Distributors and …
(edit) @259fe728   10 years lu_zero mxf: Extract origin information from material and source track …
(edit) @c9d982aa   10 years lu_zero mxf: Detect Vanc/Vbi SMPTE-436M mxf track Signed-off-by: Luca Barbato …
Note: See TracRevisionLog for help on using the revision log.