| Commit message (Expand) | Author | Age | Files | Lines |
* | Reindent after r25115. | Carl Eugen Hoyos | 2010-09-13 | 1 | -3/+3 |
* | Add R10k decoder. | Zhou Zongyi | 2010-09-13 | 4 | -1/+26 |
* | Test lowres before codec init. | Carl Eugen Hoyos | 2010-09-13 | 1 | -6/+6 |
* | Set a constant frame size for encoding G.726 audio. | Justin Ruggles | 2010-09-11 | 1 | -1/+8 |
* | tta: remove stray semicolon | Måns Rullgård | 2010-09-11 | 1 | -1/+1 |
* | Allow mpeg encoding with qscale and very low frame rate. | James Darnley | 2010-09-10 | 1 | -1/+1 |
* | Move AMR-NB frame unpacking code to a common file so it can be reused in | Marcelo Galvăo Póvoa | 2010-09-10 | 2 | -18/+70 |
* | Update H263_AIC asm offset for the apple variant | Luca Barbato | 2010-09-10 | 1 | -1/+1 |
* | aacdec: Rework channel mapping compatibility hacks. | Alex Converse | 2010-09-10 | 2 | -24/+4 |
* | Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) | Reimar Döffinger | 2010-09-10 | 1 | -10/+17 |
* | Allow the lowres option to affect audio codecs, too | Martin Storsjö | 2010-09-10 | 2 | -3/+2 |
* | LGPL SSE2 H.264 iDCT | Jason Garrett-Glaser | 2010-09-10 | 3 | -14/+14 |
* | Fix indentation. | Reimar Döffinger | 2010-09-09 | 1 | -1/+1 |
* | Add G.722 ADPCM audio decoder | Martin Storsjö | 2010-09-09 | 4 | -2/+309 |
* | Use filename as pattern for multiple inclusion guards. | Diego Biurrun | 2010-09-08 | 1 | -3/+3 |
* | Add missing stdint.h #include; necessary to pass 'make checkheaders'. | Diego Biurrun | 2010-09-08 | 1 | -0/+2 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 29 | -285/+43 |
* | Remove reference to not anymore existing symbol has_altivec and use | Stefano Sabatini | 2010-09-08 | 1 | -4/+2 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 6 | -23/+15 |
* | Only draw the actually visible area in vp3_draw_horiz_band. | Reimar Döffinger | 2010-09-08 | 1 | -4/+2 |
* | Remove use of deprecated functions av_image_fill_pointers/linesizes in | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Reindent. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 2 | -35/+9 |
* | Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo | Stefano Sabatini | 2010-09-07 | 1 | -16/+17 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-09-07 | 1 | -4/+4 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 4 | -12/+14 |
* | Move lsp2lpc_sipr() function to common code so it can be reused in a | Marcelo Galvăo Póvoa | 2010-09-07 | 3 | -27/+32 |
* | Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. | Marcelo Galvăo Póvoa | 2010-09-07 | 3 | -16/+15 |
* | Check rc_buffer_size value using integer arithmetic | Måns Rullgård | 2010-09-07 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 42 | -55/+55 |
* | Fix slice height for y position calculation for vp3_draw_horiz_band | Reimar Döffinger | 2010-09-06 | 1 | -1/+1 |
* | Fix vp3_draw_horiz_band to not produce completely chaotical values | Reimar Döffinger | 2010-09-06 | 1 | -1/+1 |
* | VP3/Theora: validate aspect and reduce it before exporting it | Reimar Döffinger | 2010-09-06 | 1 | -3/+8 |
* | Add #ifndef around FF_API_MM_FLAGS. | Stefano Sabatini | 2010-09-05 | 1 | -0/+2 |
* | Use "d" suffix for general-purpose registers used with movd. | Reimar Döffinger | 2010-09-05 | 4 | -30/+30 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 24 | -149/+154 |
* | Fix the dependencies of the RTP muxer | Martin Storsjö | 2010-09-03 | 1 | -1/+1 |
* | Port latest x264 deblock asm (before they moved to using NV12 as internal | Ronald S. Bultje | 2010-09-03 | 5 | -325/+230 |
* | Fix typo in r25019. | Eli Friedman | 2010-09-01 | 1 | -1/+1 |
* | Unscrew breakage after my last commit because of symbol prefixes. | Ronald S. Bultje | 2010-09-01 | 1 | -8/+8 |
* | Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square | Ronald S. Bultje | 2010-09-01 | 4 | -291/+427 |
* | Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, | Ronald S. Bultje | 2010-09-01 | 5 | -1319/+1343 |
* | add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl | Aurelien Jacobs | 2010-09-01 | 1 | -1/+11 |
* | Use quotes instead of angle brackets for local #includes. | Diego Biurrun | 2010-09-01 | 1 | -1/+1 |
* | Fix vertical align. | Ronald S. Bultje | 2010-08-31 | 1 | -1/+1 |
* | Checking return values of av_malloc(z) and report an error in case. | Tobias Bindhammer | 2010-08-31 | 1 | -6/+13 |
* | aacenc: Remove an unused variable from adjust_frame_information(). | Alex Converse | 2010-08-31 | 1 | -2/+1 |
* | aacenc: Don't set s->cur_channel before apply_window_and_mdct(). | Alex Converse | 2010-08-31 | 1 | -1/+0 |
* | aacenc: Write tag.elem_id early. | Alex Converse | 2010-08-30 | 1 | -2/+2 |
* | psymodel: Const correct FFPsyWindowInfo. | Alex Converse | 2010-08-30 | 3 | -4/+4 |