source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f8034954   17 years vitor1001 Remove phasep context var, it is just phase*5 Originally committed as …
(edit) @eb73742d   17 years vitor1001 Slighly faster operation Originally committed as revision 14091 to …
(edit) @0bbab567   17 years vitor1001 Typo in a comment: s/two avoid/to avoid/ Originally committed as …
(edit) @8edfd151   17 years vitor1001 Cosmetics: remove braces Originally committed as revision 14089 to …
(edit) @a5f0f504   17 years vitor1001 Another use of scalar_product_float() Originally committed as …
(edit) @a03a6db1   17 years vitor1001 Do not reimplement memmove() Originally committed as revision 14087 …
(edit) @7bd2f502   17 years diego Remove context fields which can be used as simple local variables. …
(edit) @ca3ed63e   17 years diego Remove inaccurate computation of pts for audio packets and rely on …
(edit) @ce83d48b   17 years diego Remove av_cold attribute on decode_frame and add it to decode_end to …
(edit) @ed76af08   17 years stefano.sabatini-lala Document av_find_opt(). Originally committed as revision 14083 to …
(edit) @7246d631   17 years kostya.shishkov Altivec implementation of APE vector functions Originally committed …
(edit) @88c0536a   17 years kostya.shishkov Add several vector functions used by Monkey's Audio decoder to dsputil …
(edit) @fcc402b1   17 years lu_zero Remove ASSERT() macro. SoC Patch from Keiji Costantini Originally …
(edit) @bc5a0444   17 years lu_zero Reindent. SoC Patch from Keiji Costantini Originally committed as …
(edit) @2d35ae56   17 years lu_zero Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji …
(edit) @647b90ae   17 years vitor1001 Cosmetics: remove braces Originally committed as revision 14080 to …
(edit) @7a64649d   17 years vitor1001 Create a function for float dot product instead of duplicating all …
(edit) @a4ce7248   17 years diego Add correct header #include to fix 'make checkheaders'. Originally …
(edit) @0e74e1ff   17 years diego Add required stdint.h header #include. Originally committed as …
(edit) @9906a2be   17 years diego spelling cosmetics Originally committed as revision 14076 to …
(edit) @f67c1f4   17 years kostya.shishkov Cosmetics: align Originally committed as revision 14075 to …
(edit) @c5e46a0   17 years kostya.shishkov Move MLP/TrueHD from video to audio codecs section. Originally …
(edit) @d7bd0b3d   17 years diego Only define AltiVec vector syntax macro when AltiVec is enabled. patch …
(edit) @bbdfa06d   17 years diego Add a note to remind people that new PCM/ADPCM formats need to be …
(edit) @f1e3c936   17 years diego Remove unused variable, fixes the warning: …
(edit) @03289958   17 years michaelni All mp3 parsers are buggy fix 2 of n (out of array write, i suspect …
(edit) @d5ae4584   17 years michaelni All id3 parsers are buggy, 0 termination fix 1 of n (issue created by …
(edit) @6f1e7a9e   17 years vitor1001 Write for loops in a more standard way. In my opinion, they are much …
(edit) @b517af05   17 years ramiro.polla MLP/TrueHD decoder. Originally committed as revision 14067 to …
(edit) @69c23e6f   17 years vitor1001 Move vars declaration to inner loop when possible Originally …
(edit) @12ea267b   17 years vitor1001 Simplify Originally committed as revision 14065 to …
(edit) @8a322796   17 years diego spelling/grammar/wording overhaul Originally committed as revision …
(edit) @4bdc44c   17 years diego whitespace cosmetics Originally committed as revision 27188 to …
(edit) @7a4d5e1   17 years diego Place license header at the top of the file for consistency. …
(edit) @15d6e361   17 years diego spelling cosmetics Originally committed as revision 14064 to …
(edit) @ab52eb8   17 years vitor1001 Remove unneeded var Originally committed as revision 14063 to …
(edit) @78043397   17 years vitor1001 Use a matrix instead of a vector Originally committed as revision …
(edit) @a429946   17 years vitor1001 Reindent table Originally committed as revision 14061 to …
(edit) @1e2802c5   17 years rsbultje Reindent after r14059, see "[PATCH] allow empty params for …
(edit) @e145ce20   17 years rsbultje Allow NULL for read_header in AVInputFormat. See discussion in …
(edit) @4f0689b   17 years michaelni We do not only calculate it but we also return it. Originally …
(edit) @2de74f5a   17 years michaelni More correct comment. Originally committed as revision 14057 to …
(edit) @2b150e9a   17 years michaelni make sum_of_squares() more generic Originally committed as revision …
(edit) @58cc7dd9   17 years astrange Cosmetics: split a long line. Originally committed as revision 14055 …
(edit) @92ed1ec9   17 years astrange Use get_cabac_bypass_sign instead of an if/else. Originally committed …
(edit) @142ee5d7   17 years astrange Reorder the if/else for residual cats to match gcc's branch …
(edit) @47775cb8   17 years astrange Simplify loop condition for readability. Originally committed as …
(edit) @9f734c3b   17 years astrange Reindent. Originally committed as revision 14051 to …
(edit) @9588ec34   17 years astrange Clone decode_cabac_residual() for DC residuals, to get rid of a bunch …
(edit) @2e254bc5   17 years astrange Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. …
(edit) @fedec603   17 years astrange Don't test for H264 encoding unless an encoder exists. Originally …
(edit) @5faf3a44   17 years ramiro.polla Clarify comment about parity nibble. Originally committed as revision …
(edit) @fba7815   17 years lucabe72 Reindent after last commit Originally committed as revision 14046 to …
(edit) @d6b9e57a   17 years lucabe72 Fix A/V synch for RTP streams that do not contain MPEG1 or 2 …
(edit) @49de8d1e   17 years ramiro.polla Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. …
(edit) @6122c92e   17 years stefano.sabatini-lala Clarify/simplify documentation for the default_val field in AVOption. …
(edit) @dde2d1d   17 years stefano.sabatini-lala Remove credit to Philip Gladstone contribution from the ffserver …
(edit) @f38deb44   17 years vitor1001 Remove useless wrapper around ra288_decode_frame() Originally …
(edit) @6091357f   17 years vitor1001 Remove unpack() function, read the bitstream as needed Originally …
(edit) @285ea3e3   17 years vitor1001 Clean up error message Originally committed as revision 14039 to …
(edit) @a40b2c2a   17 years vitor1001 Rewrite unpack() using the bitstream reader Originally committed as …
(edit) @e500315b   17 years voroshil gain code, gain pitch and pitch delay decoding for ACELP based codecs …
(edit) @44528363   17 years vitor1001 Move function to avoid forward declaration Originally committed as …
(edit) @c1fadf50   17 years vitor1001 Remove useless initialization Originally committed as revision 14035 …
(edit) @eec7ade2   17 years vitor1001 Reindent the whole file Originally committed as revision 14034 to …
(edit) @0abf0c53   17 years benoit.fouet Simplify mm_support() for ARM (by Måns). Originally committed as …
(edit) @37dcd091   17 years benoit.fouet Define mm_support() for ARM. Patch by Matthieu Castet <castet matthieu …
(edit) @fe4a5b18   17 years vitor1001 Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual …
(edit) @b83ff6c7   17 years vitor1001 Update copyright Originally committed as revision 14030 to …
(edit) @95fc77b9   17 years vitor1001 Use ff_acelp_lp_synthesis_filter() instead of duplicating it …
(edit) @8a1c868e   17 years vitor1001 Add a rounding parameter to ff_acelp_lp_synthesis_filter() Originally …
(edit) @a6ce3d3d   17 years diego Add command line support for '-idct simplearmv6'. patch by Laurent …
(edit) @dc95111   17 years vitor1001 Doxy comment Originally committed as revision 14026 to …
(edit) @90ffc490   17 years baptiste.coudurier include track id in error message Originally committed as revision …
(edit) @f056c8e9   17 years baptiste.coudurier set frame_size in libfaad decoder Originally committed as revision …
(edit) @74fd9022   17 years astrange Realign newlines. Originally committed as revision 14023 to …
(edit) @00969e1c   17 years astrange Use MANGLE() instead of memory operands to read globals. (fixes out of …
(edit) @aadd27cd   17 years michaelni Make code independent/less dependent on dsputil. This also makes the …
(edit) @ddca6ab6   17 years Reimar.Doeffinger Change mtv_read_packet so it does not break after seeking (displaying …
(edit) @34bfe875   17 years Reimar.Doeffinger Fix pkt->pos to really point at start of packet for mtv audio packets. …
(edit) @6f557c6a   17 years baptiste.coudurier cosmetics Originally committed as revision 14018 to …
(edit) @c7adbedb   17 years baptiste.coudurier cosmetics, align vertically Originally committed as revision 14017 to …
(edit) @c187f461   17 years baptiste.coudurier unset Track sets, relying in AVStream->priv_data and will be freed in …
(edit) @6d083dd7   17 years stefan.gehrer fix size of header data Originally committed as revision 14015 to …
(edit) @ae10e1fd   17 years ramiro.polla Seek the file forwards instead of backwards when sync is lost. …
(edit) @bc4c3a55   17 years baptiste.coudurier clarify error message about codec tag Originally committed as …
(edit) @15061147   17 years baptiste.coudurier give context to av_log Originally committed as revision 14012 to …
(edit) @b6a66897   17 years astrange Remove pointless AVFrame* casting. Originally committed as revision …
(edit) @39047aec   17 years astrange Remove duplicate emms. Originally committed as revision 14010 to …
(edit) @8b9bda1c   17 years astrange Remove commented-out code. Originally committed as revision 14009 to …
(edit) @2f3b1b80   17 years astrange Export qscale so that postprocessing works. Originally committed as …
(edit) @de7bdf58   17 years astrange Remove unused PutBitContext. Originally committed as revision 14007 …
(edit) @68723683   17 years lucabe72 Do not free the priv_data field of AVStream on close (it is already …
(edit) @44369b45   17 years michaelni indent Originally committed as revision 14005 to …
(edit) @fd147f23   17 years michaelni Inform the user about unhandled sectors. Originally committed as …
(edit) @66602c67   17 years michaelni memleak Originally committed as revision 14003 to …
(edit) @435a6082   17 years michaelni Do not completely bail out for invalid params, just skip the current …
(edit) @ad9c1055   17 years michaelni merge decl & init Originally committed as revision 14001 to …
(edit) @a4fe6826   17 years michaelni Get rid of weird pre reading code. Originally committed as revision …
(edit) @d0b76b98   17 years michaelni Remove debugging trash. Originally committed as revision 13999 to …
Note: See TracRevisionLog for help on using the revision log.