source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @8d88ed9a   11 years michaelni avcodec/ffv1enc: pass through pts Signed-off-by: Michael Niedermayer …
(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) @a8bcc956   11 years michaelni libvpxenc: split vp8/vp9 options array the current options are left …
(edit) @d3211cf   11 years michaelni avcodec/libmp3lame: add ABR support Signed-off-by: Timothy Gu …
(edit) @67d1d06   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @1654e64b   11 years michaelni Merge commit 'c68d4c230ad8ca85af3999a6af8e582c43620d58' * commit …
(edit) @a805e2e6   11 years michaelni avcodec/hevc: add "apply_defdispwin" alias for compatibilty with …
(edit) @35594c48   11 years michaelni libavcodec/hevc: random cosmetics to reduce diff to …
(edit) @2c4f5736   11 years michaelni libavcodec/hevc: random cosmetics to reduce diff to …
(edit) @e877455f   11 years michaelni libavcodec/hevcdsp_template: whitespaces to reduce diff to …
(edit) @42dbe2d9   11 years michaelni libavcodec/hevcdsp_template: random cosmetics to reduce diff to …
(edit) @69b3668b   11 years michaelni libavcodec/hevc: indention related cosmetics to reduce diff to …
(edit) @6a84d17b   11 years michaelni libavcodec/hevcdsp_template: cosmetics to reduce diff to …
(edit) @b23692b3   11 years michaelni libavcodec/hevc: reduce whitespace differences to …
(edit) @5928b29f   11 years diego os_support: Add #endif comments for better readability
(edit) @1a6948fa   11 years michaelni libavcodec/hevc: reduce bracket differences to …
(edit) @ce7f1c76   11 years michaelni avcodec/hevc: more whitespaces to reduce difference to …
(edit) @c68d4c23   11 years diego mpeg4video_parser: K&R formatting cosmetics Signed-off-by: Diego …
(edit) @641358ad   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Add an …
(edit) @1344c045   11 years michaelni Merge commit 'dc6ea00cd2b91b591e6726e5bf1d5e03a4a9bdd0' * commit …
(edit) @0b82fdcc   11 years michaelni Merge commit '037fea388e0df2a22441bc1ed86794152161baf1' * commit …
(edit) @7146eacf   11 years michaelni Merge commit '1700b4e678ed329611a16b20d11e64b7abda4839' * commit …
(edit) @0db04ca0   11 years michaelni Merge commit '056fd4fe65e70b4dbca97bcf7faf8b7ce3df993f' * commit …
(edit) @b4f95c96   11 years michaelni Merge commit '23157d72b565e0228fec97f1eb059d4f8021a260' * commit …
(edit) @435214a7   11 years martin Add an HDS live fragmenting muxer HDS fragments basically are FLV …
(edit) @02223f4d   11 years michaelni Merge commit 'd1c229cdbc07ef8eb703d68d1c5b509baee85245' * commit …
(edit) @525289ed   11 years michaelni Merge commit '57070b1468edc6ac8cb3696c817f3c943975d4c1' * commit …
(edit) @77c33424   11 years michaelni Merge commit '4a64e67988dd01005efb1ae831bff14c1656b573' * commit …
(edit) @8183e332   11 years michaelni h264_refs: use named constant for setting frame_recovered …
(edit) @647adc42   11 years michaelni h264: factor "if(h->sei_recovery_frame_cnt >= 0)" out Signed-off-by: …
(edit) @f578e5d9   11 years michaelni avcodec/hevc: Adjust white-spaces to reduce difference to …
(edit) @38612379   11 years michaelni hevc: fix temporal_id(cherry picked from commit …
(edit) @dc6ea00c   11 years diego mpeg4video: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
Note: See TracRevisionLog for help on using the revision log.