summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spelling/grammar/wording overhaulDiego Biurrun2008-07-0413-176/+178
* whitespace cosmeticsDiego Biurrun2008-07-042-82/+81
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-041-21/+21
* spelling cosmeticsDiego Biurrun2008-07-041-23/+25
* Remove unneeded varVitor Sessak2008-07-031-3/+1
* Use a matrix instead of a vectorVitor Sessak2008-07-032-130/+130
* Reindent tableVitor Sessak2008-07-031-128/+128
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-031-3/+3
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-031-0/+2
* We do not only calculate it but we also return it.Michael Niedermayer2008-07-031-1/+1
* More correct comment.Michael Niedermayer2008-07-031-2/+2
* make sum_of_squares() more genericMichael Niedermayer2008-07-032-11/+9
* Cosmetics: split a long line.Alexander Strange2008-07-021-1/+2
* Use get_cabac_bypass_sign instead of an if/else.Alexander Strange2008-07-021-4/+2
* Reorder the if/else for residual cats to match gcc's branch prediction.Alexander Strange2008-07-021-12/+12
* Simplify loop condition for readability.Alexander Strange2008-07-021-1/+1
* Reindent.Alexander Strange2008-07-021-31/+31
* Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of bran...Alexander Strange2008-07-021-15/+44
* Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.Alexander Strange2008-07-021-1/+1
* Don't test for H264 encoding unless an encoder exists.Alexander Strange2008-07-022-2/+6
* Clarify comment about parity nibble.Ramiro Polla2008-07-021-1/+2
* Reindent after last commitLuca Abeni2008-07-021-10/+10
* Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni2008-07-021-18/+6
* Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla2008-07-012-29/+29
* Clarify/simplify documentation for the default_val field in AVOption.Stefano Sabatini2008-06-301-1/+1
* Remove credit to Philip Gladstone contribution from the ffserverStefano Sabatini2008-06-301-2/+0
* Remove useless wrapper around ra288_decode_frame()Vitor Sessak2008-06-301-24/+14
* Remove unpack() function, read the bitstream as neededVitor Sessak2008-06-301-21/+8
* Clean up error messageVitor Sessak2008-06-301-1/+1
* Rewrite unpack() using the bitstream readerVitor Sessak2008-06-301-20/+9
* gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov2008-06-302-0/+339
* Move function to avoid forward declarationVitor Sessak2008-06-301-37/+31
* Remove useless initializationVitor Sessak2008-06-301-8/+1
* Reindent the whole fileVitor Sessak2008-06-301-153/+195
* Simplify mm_support() for ARM (by Måns).Benoit Fouet2008-06-301-5/+1
* Define mm_support() for ARM.Matthieu Castet2008-06-301-0/+9
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-293-3/+7
* Update copyrightVitor Sessak2008-06-291-1/+4
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-292-35/+8
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-292-3/+6
* Add command line support for '-idct simplearmv6'.Laurent Desnogues2008-06-291-0/+1
* Doxy commentVitor Sessak2008-06-291-1/+1
* include track id in error messageBaptiste Coudurier2008-06-281-1/+1
* set frame_size in libfaad decoderBaptiste Coudurier2008-06-281-1/+2
* Realign newlines.Alexander Strange2008-06-281-62/+62
* Use MANGLE() instead of memory operands to read globals.Alexander Strange2008-06-281-10/+10
* Make code independent/less dependent on dsputil.Michael Niedermayer2008-06-281-5/+14
* Change mtv_read_packet so it does not break after seeking (displaying a shift...Reimar Döffinger2008-06-281-12/+8
* Fix pkt->pos to really point at start of packet for mtv audio packets.Reimar Döffinger2008-06-281-0/+1
* cosmeticsBaptiste Coudurier2008-06-281-1/+1
OpenPOWER on IntegriCloud