| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify build_vlc() by using init_vlc_sparse() in mjpeg. | Michael Niedermayer | 2010-10-21 | 1 | -10/+7 |
* | Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value. | Rafaël Carré | 2010-10-21 | 1 | -1/+1 |
* | cosmetics, indentation | Baptiste Coudurier | 2010-10-21 | 1 | -1/+1 |
* | 10l fix h263+ encoder, format will be 8, array size is 8 not 7 | Baptiste Coudurier | 2010-10-21 | 1 | -2/+2 |
* | Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c | Michael Niedermayer | 2010-10-19 | 1 | -5/+6 |
* | Remove redundant text in the log. | Stefano Sabatini | 2010-10-18 | 1 | -2/+2 |
* | Make XAN decoder return meaningful error codes. | Stefano Sabatini | 2010-10-18 | 1 | -6/+6 |
* | Move shared functions out of CONFIG_FFV1_ENCODER ifdef | Michael Niedermayer | 2010-10-16 | 1 | -37/+37 |
* | Store slice position and size per keyframe in ffv1.2 | Michael Niedermayer | 2010-10-15 | 1 | -4/+35 |
* | Fix indention of ffv1.c after previous commits. | Michael Niedermayer | 2010-10-14 | 1 | -71/+70 |
* | Store quant table index per plane and slice. | Michael Niedermayer | 2010-10-14 | 1 | -17/+23 |
* | Assert that the context doesnt overflow in ffv1. | Michael Niedermayer | 2010-10-14 | 1 | -0/+1 |
* | Rectangular slice support for ffv1.2 | Michael Niedermayer | 2010-10-14 | 1 | -76/+237 |
* | Fix crash when using iblock option (when a warning is logged). | James Zern | 2010-10-14 | 1 | -1/+1 |
* | Add support for PIX_FMT_RGBA in the targa encoder. | Stefano Sabatini | 2010-10-13 | 1 | -3/+7 |
* | Use named constants defined in targa.h. | Stefano Sabatini | 2010-10-13 | 1 | -3/+3 |
* | Create a targa.h file to contain common definitions for targa encoder | Stefano Sabatini | 2010-10-13 | 3 | -8/+38 |
* | Make the targa encoder return sane error values rather than -1. | Stefano Sabatini | 2010-10-12 | 1 | -3/+3 |
* | Targa encoder: log error message in case the pixel format in input is | Stefano Sabatini | 2010-10-12 | 1 | -0/+2 |
* | Allow storing multiple quant tables in extradata that can then be selected pe... | Michael Niedermayer | 2010-10-10 | 1 | -38/+47 |
* | Store global things in extradata for ffv1 ver=2. | Michael Niedermayer | 2010-10-10 | 1 | -1/+88 |
* | Make sure version is not decreased for 16bit per sample colorspaces in ffv1. | Michael Niedermayer | 2010-10-10 | 1 | -1/+1 |
* | Factorize quant table read and write code in ffv1.c | Michael Niedermayer | 2010-10-10 | 1 | -9/+22 |
* | Fix headers so that "make checkheaders" passes again | Martin Storsjö | 2010-10-08 | 2 | -0/+4 |
* | Add d modifier to asm argument to fix nasm compilation. | Reimar Döffinger | 2010-10-07 | 1 | -1/+1 |
* | Fix default value of time_offset_length. | John Stebbins | 2010-10-06 | 1 | -0/+1 |
* | fft: mark xmm registers as clobbered in ff_imdct_calc_sse | Ramiro Polla | 2010-10-06 | 1 | -0/+1 |
* | MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra | Ronald S. Bultje | 2010-10-05 | 3 | -0/+557 |
* | Do not assume PIX_FMT_YUV420P will remain the only supported output format fo... | Carl Eugen Hoyos | 2010-10-05 | 1 | -1/+1 |
* | Cosmetics, lots of. | Tobias Bindhammer | 2010-10-05 | 1 | -38/+38 |
* | Skip unnecessary calculations in 4col-mode. | Tobias Bindhammer | 2010-10-05 | 1 | -1/+1 |
* | Add possibility to crop screens inside of encoded frames. | Tobias Bindhammer | 2010-10-05 | 1 | -4/+19 |
* | Add check for height when cropping. | Tobias Bindhammer | 2010-10-05 | 1 | -3/+3 |
* | Introduce palette with dynamic size. | Tobias Bindhammer | 2010-10-05 | 2 | -7/+10 |
* | Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ... | Michael Niedermayer | 2010-10-05 | 2 | -2/+5 |
* | snowdsp: Explicitly state the operand sizes | İsmail Dönmez | 2010-10-04 | 1 | -1/+1 |
* | Add the CODEC_CAP_CHANNEL_CONF capability code and add | Benjamin Larsson | 2010-10-02 | 2 | -0/+6 |
* | Support decoding of FLAC files without a STREAMINFO header. | Justin Ruggles | 2010-10-02 | 1 | -4/+28 |
* | Fix GSM decoding: regular GSM and MSGSM do not use the same | Reimar Döffinger | 2010-10-02 | 7 | -217/+362 |
* | Make FRAPS decoder use PC range instead of TV range | Jason Garrett-Glaser | 2010-10-02 | 1 | -2/+2 |
* | 10l fix h263 encoder resolution test, array size is 8 not 7 | Baptiste Coudurier | 2010-10-02 | 1 | -1/+1 |
* | Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF | Tomas Härdin | 2010-10-01 | 3 | -3/+29 |
* | add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag | Aurelien Jacobs | 2010-09-30 | 2 | -2/+5 |
* | add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API | Aurelien Jacobs | 2010-09-30 | 3 | -2/+5 |
* | add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field | Aurelien Jacobs | 2010-09-30 | 3 | -3/+6 |
* | add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API | Aurelien Jacobs | 2010-09-30 | 2 | -2/+5 |
* | add FF_API_VIDEO_OLD define to disable the deprecated decode_video API | Aurelien Jacobs | 2010-09-30 | 2 | -2/+5 |
* | add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API | Aurelien Jacobs | 2010-09-30 | 3 | -4/+7 |
* | Fix a yuv420p sample that was incorrectly detected as yuv411p | Niobos | 2010-09-30 | 1 | -1/+1 |
* | Move static inline function to a macro, so that constant propagation in | Ronald S. Bultje | 2010-09-29 | 1 | -117/+113 |