summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-23
* ARM: enable thumb for Cortex-M* CPUsMans Rullgard2011-06-23
* nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun2011-06-23
* build: remove SRC_PATH_BARE variableMans Rullgard2011-06-23
* build: move basic rules and variables to main MakefileMans Rullgard2011-06-23
* build: move special targets to end of main MakefileMans Rullgard2011-06-23
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-23
* vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini2011-06-23
* v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-23
* fbdev: prefer "framerate_q" over "fps" in device contextStefano Sabatini2011-06-23
* bktr: prefer "framerate" over "fps" for grab_read_header()Stefano Sabatini2011-06-23
* ALSA: implement channel layout for playback.Nicolas George2011-06-23
* alsa: support unsigned variants of already supported signed formats.Carl Eugen Hoyos2011-06-23
* alsa: add support for more formats.Carl Eugen Hoyos2011-06-23
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-23
* configure: add --optflags optionMans Rullgard2011-06-22
* build: move documentation rules to doc/MakefileMans Rullgard2011-06-22
* build: move test rules to tests/MakefileMans Rullgard2011-06-22
* ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles2011-06-22
* ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles2011-06-22
* ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-22
* H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser2011-06-22
* H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-22
* H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-22
* H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-22
* H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-22
* rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-21
* configure: report optimization for size separatelyMans Rullgard2011-06-21
* mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-21
* mov: Support R10g codec identifier.ami_stuff2011-06-21
* riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-21
* riff: Add DAVC fourcc.ami_stuff2011-06-21
* riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos2011-06-21
* rawvideo: Support auv2 fourcc.ami_stuff2011-06-21
* swscale: Remove unused variable from ff_bfin_get_unscaled_swscale().Diego Biurrun2011-06-21
* h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun2011-06-21
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-21
* fate: remove output redirections from old regtest scriptsMans Rullgard2011-06-21
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-20
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-20
* x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-20
* x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-20
* x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard2011-06-20
* x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard2011-06-20
* x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard2011-06-20
* x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard2011-06-20
* x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard2011-06-20
* x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard2011-06-20
* x86: cabac: remove unused macro parameterMans Rullgard2011-06-20