14938 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)
 

Author SHA1 Message Date
Alexander Strange 9f734c3b57 Reindent. 16 years ago
Alexander Strange 9588ec340c Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. 16 years ago
Alexander Strange 2e254bc583 Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. 16 years ago
Alexander Strange fedec603db Don't test for H264 encoding unless an encoder exists. 16 years ago
Ramiro Polla 5faf3a4449 Clarify comment about parity nibble. 16 years ago
Luca Abeni fba7815d8d Reindent after last commit 16 years ago
Luca Abeni d6b9e57af2 Fix A/V synch for RTP streams that do not contain MPEG1 or 2 16 years ago
Ramiro Polla 49de8d1e9c Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. 16 years ago
Stefano Sabatini 6122c92e92 Clarify/simplify documentation for the default_val field in AVOption. 16 years ago
Stefano Sabatini dde2d1dc36 Remove credit to Philip Gladstone contribution from the ffserver 16 years ago
Vitor Sessak f38deb4452 Remove useless wrapper around ra288_decode_frame() 16 years ago
Vitor Sessak 6091357fc0 Remove unpack() function, read the bitstream as needed 16 years ago
Vitor Sessak 285ea3e30a Clean up error message 16 years ago
Vitor Sessak a40b2c2a4b Rewrite unpack() using the bitstream reader 16 years ago
Vladimir Voroshilov e500315b1d gain code, gain pitch and pitch delay decoding for ACELP based codecs 16 years ago
Vitor Sessak 4452836391 Move function to avoid forward declaration 16 years ago
Vitor Sessak c1fadf5012 Remove useless initialization 16 years ago
Vitor Sessak eec7ade275 Reindent the whole file 16 years ago
Benoit Fouet 0abf0c5398 Simplify mm_support() for ARM (by Måns). 16 years ago
Matthieu Castet 37dcd091da Define mm_support() for ARM. 16 years ago
Vitor Sessak fe4a5b185f Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one 16 years ago
Vitor Sessak b83ff6c700 Update copyright 16 years ago
Vitor Sessak 95fc77b92d Use ff_acelp_lp_synthesis_filter() instead of duplicating it 16 years ago
Vitor Sessak 8a1c868ee6 Add a rounding parameter to ff_acelp_lp_synthesis_filter() 16 years ago
Laurent Desnogues a6ce3d3d2d Add command line support for '-idct simplearmv6'. 16 years ago
Vitor Sessak dc95111c09 Doxy comment 16 years ago
Baptiste Coudurier 90ffc4902e include track id in error message 16 years ago
Baptiste Coudurier f056c8e9dd set frame_size in libfaad decoder 16 years ago
Alexander Strange 74fd9022b5 Realign newlines. 16 years ago
Alexander Strange 00969e1c59 Use MANGLE() instead of memory operands to read globals. 16 years ago
Michael Niedermayer aadd27cdf4 Make code independent/less dependent on dsputil. 16 years ago
Reimar Döffinger ddca6ab678 Change mtv_read_packet so it does not break after seeking (displaying a shifted image). 16 years ago
Reimar Döffinger 34bfe875d5 Fix pkt->pos to really point at start of packet for mtv audio packets. 16 years ago
Baptiste Coudurier 6f557c6a36 cosmetics 16 years ago
Baptiste Coudurier c7adbedb08 cosmetics, align vertically 16 years ago
Baptiste Coudurier c187f461f5 unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file 16 years ago
Stefan Gehrer 6d083dd7e9 fix size of header data 16 years ago
Ramiro Polla ae10e1fd3d Seek the file forwards instead of backwards when sync is lost. 16 years ago
Baptiste Coudurier bc4c3a55f5 clarify error message about codec tag 16 years ago
Baptiste Coudurier 150611474e give context to av_log 16 years ago
Alexander Strange b6a66897b6 Remove pointless AVFrame* casting. 16 years ago
Alexander Strange 39047aecac Remove duplicate emms. 16 years ago
Alexander Strange 8b9bda1c37 Remove commented-out code. 16 years ago
Alexander Strange 2f3b1b801a Export qscale so that postprocessing works. 16 years ago
Alexander Strange de7bdf58f4 Remove unused PutBitContext. 16 years ago
Luca Abeni 6872368355 Do not free the priv_data field of AVStream on close (it is already 16 years ago
Michael Niedermayer 44369b45eb indent 16 years ago
Michael Niedermayer fd147f23a2 Inform the user about unhandled sectors. 16 years ago
Michael Niedermayer 66602c67be memleak 16 years ago
Michael Niedermayer 435a6082f9 Do not completely bail out for invalid params, just skip the current sector. 16 years ago