2008-07-07 |
Reimar Döffinger | 10l, fix nuv_header for the case when there is no video... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | Alphabetically order AVInputFormat/AVOutputFormat decla... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | Add a note to remind people to add new raw formats... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | Add missing dependency declaration for raw Dirac demuxer. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | spelling cosmetics in PCM codec long names |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Benjamin Larsson | redundant assignment found by Clang |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Aurelien Jacobs | add some missing dependencies |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Simplify: glob->phase is always == 3 |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Cosmetics: reindent tables |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Remove phasep context var, it is just phase*5 |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Slighly faster operation |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Typo in a comment: s/two avoid/to avoid/ |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Cosmetics: remove braces |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Another use of scalar_product_float() |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Do not reimplement memmove() |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory Montoir | Remove context fields which can be used as simple local... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory Montoir | Remove inaccurate computation of pts for audio packets... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory Montoir | Remove av_cold attribute on decode_frame and add it... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Stefano Sabatini | Document av_find_opt(). |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Kostya Shishkov | Altivec implementation of APE vector functions |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Kostya Shishkov | Add several vector functions used by Monkey's Audio... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Luca Barbato | Remove ASSERT() macro. SoC Patch from Keiji Costantini |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Luca Barbato | Reindent. SoC Patch from Keiji Costantini |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Luca Barbato | Split simpleCopy into packedCopy and planarCopy. SoC... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Vitor Sessak | Cosmetics: remove braces |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Vitor Sessak | Create a function for float dot product instead of... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Add correct header #include to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Add required stdint.h header #include. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Kostya Shishkov | Cosmetics: align |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Kostya Shishkov | Move MLP/TrueHD from video to audio codecs section. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Peter Ross | Only define AltiVec vector syntax macro when AltiVec... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Add a note to remind people that new PCM/ADPCM formats... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Remove unused variable, fixes the warning: |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Michael Niedermayer | All mp3 parsers are buggy fix 2 of n (out of array... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Michael Niedermayer | All id3 parsers are buggy, 0 termination fix 1 of n... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Vitor Sessak | Write for loops in a more standard way. In my opinion... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Ramiro Polla | MLP/TrueHD decoder. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Vitor Sessak | Move vars declaration to inner loop when possible |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Vitor Sessak | Simplify |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | spelling/grammar/wording overhaul |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | whitespace cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | Place license header at the top of the file for consist... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Vitor Sessak | Remove unneeded var |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Vitor Sessak | Use a matrix instead of a vector |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Vitor Sessak | Reindent table |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ronald S. Bultje | Reindent after r14059, see "[PATCH] allow empty params for |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ronald S. Bultje | Allow NULL for read_header in AVInputFormat. See discus... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Michael Niedermayer | We do not only calculate it but we also return it. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Michael Niedermayer | More correct comment. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Michael Niedermayer | make sum_of_squares() more generic |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Cosmetics: split a long line. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Use get_cabac_bypass_sign instead of an if/else. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Reorder the if/else for residual cats to match gcc... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Simplify loop condition for readability. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Reindent. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Clone decode_cabac_residual() for DC residuals, to... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Don't generate two copies of hl_decode_mb() under ENABL... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Don't test for H264 encoding unless an encoder exists. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ramiro Polla | Clarify comment about parity nibble. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Luca Abeni | Reindent after last commit |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Luca Abeni | Fix A/V synch for RTP streams that do not contain MPEG1... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Ramiro Polla | Make ff_mlp_read_major_sync() take a GetBitContext... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Stefano Sabatini | Clarify/simplify documentation for the default_val... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Stefano Sabatini | Remove credit to Philip Gladstone contribution from... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vitor Sessak | Remove useless wrapper around ra288_decode_frame() |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vitor Sessak | Remove unpack() function, read the bitstream as needed |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vitor Sessak | Clean up error message |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vitor Sessak | Rewrite unpack() using the bitstream reader |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vladimir Voroshilov | gain code, gain pitch and pitch delay decoding for... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vitor Sessak | Move function to avoid forward declaration |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vitor Sessak | Remove useless initialization |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Vitor Sessak | Reindent the whole file |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Benoit Fouet | Simplify mm_support() for ARM (by Måns). |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Matthieu Castet | Define mm_support() for ARM. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Vitor Sessak | Make ff_acelp_lp_synthesis_filter() receives a pointer... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Vitor Sessak | Update copyright |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Vitor Sessak | Use ff_acelp_lp_synthesis_filter() instead of duplicati... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Vitor Sessak | Add a rounding parameter to ff_acelp_lp_synthesis_filter() |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Laurent Desnogues | Add command line support for '-idct simplearmv6'. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Vitor Sessak | Doxy comment |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Baptiste Coudurier | include track id in error message |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Baptiste Coudurier | set frame_size in libfaad decoder |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Alexander Strange | Realign newlines. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Alexander Strange | Use MANGLE() instead of memory operands to read globals. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Michael Niedermayer | Make code independent/less dependent on dsputil. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Reimar Döffinger | Change mtv_read_packet so it does not break after seeki... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Reimar Döffinger | Fix pkt->pos to really point at start of packet for... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Baptiste Coudurier | cosmetics, align vertically |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Baptiste Coudurier | unset Track sets, relying in AVStream->priv_data and... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Stefan Gehrer | fix size of header data |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Ramiro Polla | Seek the file forwards instead of backwards when sync... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Baptiste Coudurier | clarify error message about codec tag |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Baptiste Coudurier | give context to av_log |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Alexander Strange | Remove pointless AVFrame* casting. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Alexander Strange | Remove duplicate emms. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Alexander Strange | Remove commented-out code. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Alexander Strange | Export qscale so that postprocessing works. |
commit | commitdiff | tree | snapshot |
next |