source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @22c00962   11 years onemda avcodec/flashsv: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @1a244c22   11 years onemda avcodec/brender_pix: stop using deprecated avcodec_set_dimensions …
(edit) @7722ae35   11 years onemda avcodec/c93: stop using deprecated avcodec_set_dimensions …
(edit) @be74cb51   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6a7de236   11 years michaelni Merge commit '82c86d0b1839b01b3cd0dd848fb6416ff21506dd' * commit …
(edit) @de970d49   11 years michaelni Merge commit '48715285f69d70879353737d7bed049f89f58096' * commit …
(edit) @e1459f4b   11 years michaelni Merge commit '70cbf33405f50dfaf77e85f382a188acf17dc71a' * commit …
(edit) @934e489e   11 years michaelni Merge commit 'e2b5b097898c9155f4bdff4d83cdc54d5eef6930' * commit …
(edit) @04047b61   11 years michaelni avformat/http: print http headers at AV_LOG_DEBUG level …
(edit) @246e323d   11 years stefasab lsws/utils: fix typo
(edit) @988e2e7c   11 years stefasab lavfi/ladspa: cast return value of av_x_if_null to char*, fix warnings
(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) @bd75651   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: omadec: …
(edit) @aeaca381   11 years michaelni Merge commit '1c736bedd9891501960ebac0f7c05eb60225e947' * commit …
(edit) @b1f213a8   11 years michaelni Merge commit '97f50e92b5cf3b47a76f75d76ed4340e822030db' * commit …
(edit) @4b4a7fcb   11 years michaelni Merge commit 'e73996954d8e00117056dcefb38ef3d4d2f37967' * commit …
(edit) @2865c1b   11 years michaelni Merge commit '3ef9b7ab95cc703b67a8b658dca45c80df0aaa66' * commit …
(edit) @b906d048   11 years michaelni Merge commit '885ec9242554ad25922258a595ec5e317922a412' * commit …
(edit) @be41f21   11 years michaelni Merge commit 'cd8f772d0678a90957f4dfd5ce51af9d22e3f212' * commit …
(edit) @b84cd22a   11 years michaelni Merge commit '446e37dc97e533e37f6aa0a11355124207e3a7f7' * commit …
(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) @85cabf1c   11 years michaelni avutil: add av_fopen_utf8() fopen() on windows uses UTF-16, we use …
(edit) @d0ac6073   11 years michaelni avfilter/vf_scale: add ov/hsub Suggested-by: divVerent Reviewed-by: …
(edit) @446e37d   11 years vittorio.giovara vf_fieldorder: remove superfluous get_video_buffer
(edit) @fb10b43   11 years clement doc/examples: rename demuxing to demuxing_decoding. That example …
(edit) @d10b1a20   11 years clement doc/examples/demuxing: show how to use the reference counting system.
(edit) @405ceb18   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacdec: …
(edit) @ab71be09   11 years michaelni Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9' * commit …
(edit) @3fc26d80   11 years michaelni Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12' * commit …
(edit) @2a7cbc2   11 years michaelni Merge commit 'daa7a1d4431b6acf1f93c4a98b3de123abf4ca18' * commit …
(edit) @4eea41cb   11 years michaelni Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb' * commit …
(edit) @3d4dc432   11 years michaelni Merge commit '5cd6513f5be14b9744783d3d9e853d3f11065e93' * commit …
(edit) @f3758e8b   11 years michaelni Merge commit '694d997afe07ec619e61e1c614733796dd01a52b' * commit …
(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) @6cf0c410   11 years michaelni Put vp9_scans and vp9_scans_nb in ro_data. Signed-off-by: Michael …
(edit) @e1351662   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @694d997a   11 years diego x86: hpeldsp: Use PAVGB instruction macro where necessary …
(edit) @1a4ffa5b   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @babf20a2   11 years lukasz.m.luki lavd/pulse: add ff_ prefix and fix param type Add ff_ prefix for …
(edit) @398844f0   11 years lukasz.m.luki lavd/pulse_audio_enc: fix flush return code Successful flushing is …
(edit) @3220a894   11 years michaelni http: add hack to make streams served by MediaGateway not seekable …
(edit) @336a1902   11 years michaelni avcodec/ffv1enc: Check high bpp RGB against coder type too …
(edit) @8b73a3f6   11 years michaelni avformat/utils: never decrease has_b_frames in compute_pkt_fields() …
(edit) @07415536   11 years michaelni avcodec/x86/hpeldsp: fix crash on AMD K6-3+ There are instructions …
(edit) @8b63ebcb   11 years diego build: Remove redundant OBJS declaration intended for programs
(edit) @535d5895   11 years stefasab ffmpeg: add verbose consistency checks in case of filtering …
(edit) @cfe7185   11 years stefasab lavc: remove dead FF_API_OLD_TIMECODE API
(edit) @a6895604   11 years stefasab lavc: remove dead FF_API_AVCODEC_OPEN API
(edit) @d3397c3e   11 years stefasab lavc: remove dead FF_API_ALLOC_CONTEXT API
(edit) @3d9fc5c6   11 years onemda avfilter/vf_aspect: remove dupe constants setup Signed-off-by: Paul B …
(edit) @73e7d8f5   11 years michaelni MAINTAINERS: add vp9 maintainers Suggested-by: BBB Signed-off-by: …
(edit) @2ed562d5   11 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @91a69757   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @90c329cc   11 years stefasab lavc/version.h: remove empty line
(edit) @5a6e6dca   11 years stefasab lavc: drop deprecated audio_convert API at the next major bump Also …
(edit) @cf49d590   11 years michaelni avcodec/ansi: set w/h correctly at the top Signed-off-by: Michael …
(edit) @b568eeba   11 years michaelni Merge commit '3ea5f64ffff0a51f62922efd2e2bc231b13b2179' * commit …
(edit) @b6413cdc   11 years michaelni Merge commit 'c0bba95c2363641d3297b3852b2ece1474cda295' * commit …
(edit) @08e7644   11 years michaelni Merge commit '5858a67f135a7395c548482c73cf3d39bcdd3022' * commit …
(edit) @7edc9240   11 years michaelni Merge commit '3a14b160bd442794c6a16a6a883adb547550e847' * commit …
(edit) @a75bf4e5   11 years michaelni Merge commit '34a0ac41a880039c7fb4b3abce10d8e2ce48fac7' * commit …
(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) @7b0a5873   11 years george lavfi/af_pan: support unknown layouts on input. Fix trac ticket #2899.
(edit) @4e9adc9   11 years george lavfi/af_pan: support unknown layouts on output.
(edit) @4a640a6a   11 years george lswr: fix assert failure on unknown layouts.
(edit) @6e2473ed   11 years george lavfi: parsing helper for unknown channel layouts. Make …
(edit) @d300f5f   11 years george lavfi/avfiltergraph: do not reduce incompatible lists. A list of "all …
(edit) @f775eb3f   11 years george lavfi/avfiltergraph: suggest a solution when format selection fails. …
(edit) @863fb11f   11 years george lavd/lavfi: support unknown channel layouts.
(edit) @eeb975f5   11 years george lavf/wavenc: check for a single stream. Fix trac ticket #3110.
(edit) @e56d1a12   11 years george lavd/alsa: add stream validation Don't trust provided streams. Return …
(edit) @6ac9afd1   11 years george lavd/alsa: fix timestamp calculation Current implementation didn't …
(edit) @8a701ef7   11 years michaelni avcodec/hevc_sei: Fix null dereference in decode_pic_timing() Fixes …
(edit) @63a37d0e   11 years michaelni avcodec/hevc_sei: check active_seq_parameter_set_id validity …
(edit) @6e87dfb5   11 years michaelni mpegvideo: reduce whitespace differences to libav This excludes many …
(edit) @4fb1221e   11 years michaelni h264: reduce whitespace differences to libav Signed-off-by: Michael …
(edit) @23c03ac9   11 years michaelni libvpxenc: allow qmax of 0 this is valid for both vp8 & vp9 and …
(edit) @50f52a54   11 years michaelni avutil/xtea: add Doxy @file and group Signed-off-by: Timothy Gu …
(edit) @624672f   11 years michaelni avutil/adler32: add Doxy group Signed-off-by: Timothy Gu …
(edit) @517afd72   11 years michaelni libvpxenc: add VP9 options same as their vpxenc equivalents: …
(edit) @e87043bb   11 years michaelni MAINTAINERS: add myself for libvpx* Signed-off-by: Michael …
(edit) @1fb3b494   11 years michaelni ffv1enc: store 2pass statistics at the end This reduces their size …
Note: See TracRevisionLog for help on using the revision log.