| Commit message (Expand) | Author | Age | Files | Lines |
* | fix indentation | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | fix indentation and remove whitespace after return | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | Init state to -1 in h264 parser. | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | Diego Biurrun | 2009-04-12 | 1 | -1/+0 |
* | Fix wrong size computation for buffer. Patch is part of | Reynaldo H. Verdejo Pinochet | 2009-04-12 | 1 | -4/+4 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 7 | -162/+59 |
* | Remove AltiVec optimizations for Snow. They are hindering the development | Diego Biurrun | 2009-04-12 | 3 | -791/+0 |
* | Fix 2 access units in a packet mp4s. | Michael Niedermayer | 2009-04-12 | 1 | -1/+7 |
* | Get rid of the non sensical idea of using the current picture for missing | Michael Niedermayer | 2009-04-12 | 1 | -1/+4 |
* | Factorize field_end() out. | Michael Niedermayer | 2009-04-12 | 1 | -40/+46 |
* | Assert that the first list1 entry is a reference frame. | Michael Niedermayer | 2009-04-12 | 1 | -0/+2 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 11 | -11/+50 |
* | Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf | Reimar Döffinger | 2009-04-12 | 3 | -7/+7 |
* | Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders | Reimar Döffinger | 2009-04-12 | 2 | -2/+2 |
* | Document pbBufPtr(). | Stefano Sabatini | 2009-04-12 | 1 | -1/+4 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 25 | -284/+335 |
* | Add names for 5.0 and 5.1 back speaker channel layouts. | Justin Ruggles | 2009-04-12 | 1 | -0/+2 |
* | Fix documentation for avcodec_encode_audio(), in the case of PCM audio | John Fletcher | 2009-04-11 | 1 | -0/+3 |
* | Document the 'size' parameter of set_put_bits_buffer_size(). | Stefano Sabatini | 2009-04-11 | 1 | -0/+2 |
* | Document ff_put_string(). | Stefano Sabatini | 2009-04-11 | 1 | -0/+6 |
* | Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. | Stefano Sabatini | 2009-04-11 | 1 | -3/+3 |
* | Rename the 'put_zero' parameter of ff_put_string() to | Stefano Sabatini | 2009-04-11 | 2 | -3/+3 |
* | Add documentation for skip_put_bytes(). | Stefano Sabatini | 2009-04-11 | 1 | -1/+1 |
* | Doxygenate ff_copy_bits(). | Stefano Sabatini | 2009-04-11 | 1 | -0/+6 |
* | Factorize declaration for the two variants of put_bits(). | Stefano Sabatini | 2009-04-11 | 1 | -6/+2 |
* | Two INIT_VLC_USE_STATIC cases Carl missed. | Michael Niedermayer | 2009-04-11 | 2 | -2/+2 |
* | get rid of INIT_VLC_USE_STATIC in h261. | Michael Niedermayer | 2009-04-11 | 1 | -8/+8 |
* | Get rid of INIT_VLC_USE_STATIC in rv10/rv20. | Michael Niedermayer | 2009-04-11 | 1 | -4/+4 |
* | Get rid of INIT_VLC_USE_STATIC in 4xm. | Michael Niedermayer | 2009-04-11 | 1 | -1/+4 |
* | Get rid of INIT_VLC_USE_STATIC in asv1. | Michael Niedermayer | 2009-04-11 | 1 | -10/+10 |
* | Get rid of INIT_VLC_USE_STATIC in msmpeg4 | Michael Niedermayer | 2009-04-11 | 1 | -41/+51 |
* | Clarify documentation for put_bits_count(). | Stefano Sabatini | 2009-04-11 | 1 | -1/+1 |
* | Get rid of av_destruct_packet_nofree and use NULL instead. | Reimar Döffinger | 2009-04-11 | 2 | -4/+8 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 10 | -52/+52 |
* | Document align_put_bits(). | Stefano Sabatini | 2009-04-10 | 1 | -0/+3 |
* | Doxygenate flush_put_bits() documentation. | Stefano Sabatini | 2009-04-10 | 1 | -1/+3 |
* | Doxygenate put_bits_count() documentation. | Stefano Sabatini | 2009-04-10 | 1 | -1/+3 |
* | Doxygenate init_put_bits(). | Stefano Sabatini | 2009-04-10 | 1 | -0/+6 |
* | cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). | Diego Biurrun | 2009-04-10 | 6 | -30/+30 |
* | Add support to CorePNG P-frames. | Thilo Borgmann | 2009-04-10 | 1 | -5/+29 |
* | Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread | Reimar Döffinger | 2009-04-10 | 1 | -1/+1 |
* | Remove unused variables along with the related warnings. | Diego Biurrun | 2009-04-10 | 3 | -3/+0 |
* | Add forgotten void return type to ff_h264_free_context | Reimar Döffinger | 2009-04-10 | 2 | -2/+2 |
* | Fix sigill on non-MMX2 CPUs. | Diego Biurrun | 2009-04-10 | 1 | -1/+3 |
* | Use the new avcodec_decode_* API. | Thilo Borgmann | 2009-04-10 | 1 | -23/+28 |
* | Make sure error resilience does not try to use unavailable reference frames. | Reimar Döffinger | 2009-04-10 | 1 | -6/+17 |
* | Add a ff_h264_free_context function and call it from the H.264 parser. | Reimar Döffinger | 2009-04-10 | 3 | -3/+15 |
* | Make sure mpeg2 has its height rounded up to 32 as that is needed | Michael Niedermayer | 2009-04-10 | 1 | -0/+2 |
* | Do not use SSE2 SAD for snow as it requires more alignment than can be | Michael Niedermayer | 2009-04-09 | 1 | -1/+1 |
* | Fix documentation for the "-ps" option | Martin Storsjö | 2009-04-09 | 1 | -1/+1 |