source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fa80b76b   10 years michaelni Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239' * commit …
(edit) @64f58d20   10 years michaelni Merge commit 'f4b59334bd898c47c9ac30999a346176548630a8' * commit …
(edit) @f966ac2b   10 years michaelni avformat/rtpdec_vp9: remove alloc/free functions Simplify code …
(edit) @d52bf89d   10 years michaelni Merge commit '78791c086bcaf9eb084c27555b31fea8bbb7624a' * commit …
(edit) @99c76902   10 years michaelni Merge commit '88434f9725e7c9484dcbcf323566ae88a2904f32' * commit …
(edit) @d2a5c6f   10 years michaelni Merge commit 'ec96a89c3e507cf0fb1f2b159b28a53f2bad9a74' * commit …
(edit) @499da71   10 years michaelni Merge commit 'ac0e54fda9305cc7d149007f5b512bb8619f7c78' * commit …
(edit) @1c5d9dd2   10 years michaelni Merge commit '12251f997bbc0abb93be39c51021e6d404ca385f' * commit …
(edit) @cf958774   10 years michaelni Merge commit 'c82bf15dca00f67a701d126e47ea9075fc9459cb' * commit …
(edit) @17773f49   10 years michaelni Merge commit '3567b91e49c6ae101c9a35c90f46b8ad9890ac15' * commit …
(edit) @0f8de2b5   10 years michaelni Merge commit 'f3449062a8d100ac4f703647336c32b126aa99f1' * commit …
(edit) @29f9d82   10 years michaelni Merge commit '8633fb47db2ec39eb8bd1bd65302af75a94ff5d0' * commit …
(edit) @df388836   10 years michaelni Merge commit '5956f489d0452ff6dea6b6b81b4fa8e596fc5684' * commit …
(edit) @3804d73e   10 years michaelni Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8' * commit …
(edit) @48e3cd4f   10 years michaelni Merge commit 'e72605f80bf5cbe32053a554ccc137e0a99cf3dd' * commit …
(edit) @11fb625   10 years michaelni Merge commit '2b982e92f42a6e661d90b12b6592cd13cae496d4' * commit …
(edit) @4c8a556a   10 years michaelni Merge commit 'b7a4c319fda22aa91ce29692d728ec6103b514f6' * commit …
(edit) @2bedcbf8   10 years michaelni Merge commit 'b651c9139e1ab222d5aab9151dcd7d6e40e49885' * commit …
(edit) @a51b192f   10 years michaelni Merge commit 'db158f0dd217cf839be8af195d66cf49a76537a8' * commit …
(edit) @8c6651a1   10 years michaelni Merge commit '353b492d0f2a21ae8eb829db1ac01b54b2a4d202' * commit …
(edit) @a4f50ec9   10 years michaelni Merge commit '0752f700d63f6b15ffd5369ac7615414cce71247' * commit …
(edit) @ae2a8d87   10 years michaelni Merge commit '247764a592f83521f9c1ccdc900b00a8b84f3c87' * commit …
(edit) @5d06b6e9   10 years michaelni Merge commit 'fe414059ec1fe8237574bed34cdaa8ac3893917b' * commit …
(edit) @bb4a310b   10 years martin rtpdec: Don't free the payload context in the .free function This …
(edit) @f4b59334   10 years martin rtpdec: Remove the now unused .alloc field Always use the …
(edit) @78791c0   10 years martin rtpdec: Use .init instead of .alloc to set default values The ugly …
(edit) @88434f97   10 years martin rtpdec: Remove unnecessary inline attributes These functions are far …
(edit) @ec96a89c   10 years martin rtpdec: Don't pass non-const pointers to fmtp attribute parsing …
(edit) @ac0e54fd   10 years martin rtpdec: Add const to string parameters in internal fmtp parsing …
(edit) @12251f99   10 years martin rtpdec: Remove unnecessary checks The free function of a depacketizer …
(edit) @eb24186b   10 years michaelni Merge commit '74d318f138f2a3f1b2fe81aea826d80d1e60f54c' * commit …
(edit) @30c863fd   10 years michaelni Merge commit '3cd5828fc0007e6d056067444de053a34ddedd02' * commit …
(edit) @8c1c0693   10 years michaelni Merge commit '04a1be8e28e81f3967eace7705343c450616cc95' * commit …
(edit) @c6792275   10 years michaelni Merge commit '26524e358147aade6e9dd18fff42d61b966bbc70' * commit …
(edit) @c23a0e77   10 years michaelni avcodec/h264: Only reinit quant tables if a new PPS is allowed Fixes …
(edit) @f34aca8a   10 years stefasab doc/filters.texi: add reference link to video size syntax description …
(edit) @36647037   10 years michaelni avformat/movenc: Fix writing ACLR atoms for DNxHD Using the copy …
(edit) @847daac5   10 years michaelni avformat/dss: Set packet position correctly pos previously was set …
(edit) @c82bf15d   10 years martin rtpenc: Merge the h264 and hevc packetizers They share a great deal …
(edit) @3567b91e   10 years martin rtpdec_hevc: Share the implementation of fragmented packets with h264 …
(edit) @f3449062   10 years martin rtpdec_hevc: Reduce indentation level by returning early on errors …
(edit) @8633fb47   10 years martin rtpdec_hevc: Share the implementation of parsing a=framesize with h264 …
(edit) @5956f48   10 years martin rtpdec_hevc: Add asterisks at the start of each long comment line …
(edit) @5d8cae4   10 years martin rtpdec: Get rid of all trivial .alloc/.free functions Signed-off-by: …
(edit) @e72605f8   10 years martin rtpdec: Allow allocating and freeing the private data without explicit …
(edit) @2b982e92   10 years martin rtpdec: Set need_parsing via a handler field This avoids implementing …
(edit) @b7a4c319   10 years martin rtpdec: Allow setting the need_parsing field in …
(edit) @b651c91   10 years martin rtpdec_mpa_robust: Move .enc_name to the start of the struct This …
(edit) @db158f0   10 years martin rtpdec: Remove unnecessary _if_needed suffixes on functions …
(edit) @353b492d   10 years martin rtpdec: Change enc_name to a pointer instead of a fixed-size buffer …
(edit) @0752f700   10 years martin rtpdec_h264: Remove an unnecessary include Nothing in this file use …
(edit) @247764a5   10 years martin rtpdec_h264: Remove unnecessary struct padding There's no point in …
(edit) @fe414059   10 years martin rtpdec_amr: Use the common indentation style Signed-off-by: Martin …
(edit) @74d318f1   10 years martin rtsp: Fix the indentation of a linewrapped statement Signed-off-by: …
(edit) @3cd5828f   10 years martin rtpdec: Add missing trailing commas Signed-off-by: Martin Storsjö …
(edit) @04a1be8e   10 years martin libavformat: add T.140 RTP depacketization (RFC 4103) Map this to …
(edit) @26524e35   10 years martin rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA …
(edit) @418be7ce   10 years onemda avcodec/mss4: check return value of init_get_bits8() Signed-off-by: …
(edit) @e87e2061   10 years michaelni lavc/pthread_slice: release entries When calling ff_alloc_entries, a …
(edit) @cc69ccb   10 years clement avformat/nutdec: fix isom and mpa build deps Fixes the following link …
(edit) @721c916d   10 years michaelni avcodec/snow: Free all planes and bands independent of the last count …
(edit) @8f4cbf94   10 years michaelni avcodec/snowdec: Fix ref value check Fixes integer overflow and out …
(edit) @fb8e5044   10 years michaelni swscale/utils: add asserts to check filterpos Signed-off-by: Michael …
(edit) @1895d414   10 years michaelni swscale/utils: More carefully merge and clear coefficients outside the …
(edit) @4d1b017c   10 years michaelni avformat/mov: Check av_add_index_entry() return value Fixes NULL …
(edit) @03616af2   10 years James Revert "takdec: pad filter coeff buffer for DSP functions" This …
(edit) @8f140a8e   10 years michaelni Merge commit 'ce52869c22738ad584995d48103ce3aa2301736b' * commit …
(edit) @9ad8f55e   10 years michaelni Merge commit 'cb4cb7b0ea12b791dde587b1acd504dbb4ec8f41' * commit …
(edit) @83f18410   10 years michaelni Merge commit 'cdcc370293a159c321e41af7f0eef141c62d698d' * commit …
(edit) @cce8f750   10 years michaelni Merge commit '061c489895d29049a88dc6118e4b639a273b31d6' * commit …
(edit) @92ec3470   10 years michaelni Merge commit '161442ff2c4b0dd8a5072c6bbe6bf55303fffccf' * commit …
(edit) @596f81c   10 years michaelni Merge commit 'fe208ca54b0d3b6bbe1c660d371bb2cc6cf40ffc' * commit …
(edit) @34a8de86   10 years michaelni avcodec/snowenc: Allocate and reference coded_frame correctly …
(edit) @96e7c9cb   10 years michaelni avcodec/roqvideoenc: Allocate and reference coded_frame correctly …
(edit) @6c9537b8   10 years michaelni avformat/hlsenc: Warn if a non file protocol is used Signed-off-by: …
(edit) @ce52869c   10 years diego fate: Rename fate-dts test to fate-dca-core The codec is referred to …
(edit) @cb4cb7b0   10 years diego qsv: Skip qsv.h compilation if qsv is not enabled
(edit) @665916ff   10 years onemda avcodec/hqx: remove superfluous log message Signed-off-by: Paul B …
(edit) @cdcc370   10 years martin rtsp: punch holes again after pause When a client behind a NAT issues …
(edit) @061c4898   10 years lu_zero eamad: check for out of bounds read Bug-Id: CID 1257500 CC: …
(edit) @161442ff   10 years lu_zero mdec: check for out of bounds read Bug-Id: CID 1257501 CC: …
(edit) @fe208ca5   10 years martin rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between …
(edit) @c3d40e30   10 years clement avfilter/palette{gen,use}: add Copyright
(edit) @2cf52171   10 years michaelni Merge commit '35c6ce76b107225a19eb33aea38857d2405882af' * commit …
(edit) @c0f02b22   10 years michaelni Merge commit '36a6fb989b017898041703025ef20028146675a8' * commit …
(edit) @96b495f   10 years michaelni Merge commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a' * commit …
(edit) @0425e16d   10 years michaelni Merge commit '521979e6b1e7a89751aebc285a40d6508f8af48f' * commit …
(edit) @69c32456   10 years michaelni Merge commit 'f7cc6627c01ad3f5bc6ea2d0e6f8adb3a0b490d7' * commit …
(edit) @92b7f561   10 years clement avfilter/paletteuse: add diff_mode
(edit) @b0f52275   10 years clement avfilter/paletteuse: fix error dithering accuracy
(edit) @29bbc1b   10 years michaelni avcodec/a64multienc: Assert that the Packet size does not grow …
(edit) @4da351ff   10 years michaelni avcodec/a64multienc: simplify frame handling code This also fixes a …
(edit) @87513d65   10 years michaelni avcodec/a64multienc: fix use of uninitialized values in …
(edit) @ab759f8f   10 years michaelni avcodec/a64multienc: initialize mc_meta_charset to zero This fixes …
(edit) @d96142e9   10 years michaelni avcodec/a64multienc: don't set incorrect packet size This fixes …
(edit) @39e4ed7c   10 years michaelni avcodec/a64multienc: use av_frame_ref instead of copying the frame …
(edit) @fab8b88a   10 years michaelni Merge commit 'a388e72d1a6b0888cc1591cb699f61a9c1089cf4' * commit …
(edit) @17c52d74   10 years michaelni Merge commit 'e2220e734f3d01145ef9aefbd7b6ff29a89ae159' * commit …
(edit) @db4a2976   10 years michaelni Merge commit 'c99915f7c74ce1249d8633cb6fd09035b8d84db7' * commit …
(edit) @35c6ce76   10 years vittorio.giovara Canopus HQX decoder Based on work by Kostya Shishkov …
Note: See TracRevisionLog for help on using the revision log.