summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-2121-435/+288
|\
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-2012-16/+16
| * x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-202-3/+3
| * cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-203-132/+173
| * x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-201-3/+3
| * x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-201-25/+26
| * x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-31/+34
| * x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-35/+37
| * x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-26/+26
| * x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard2011-06-201-1/+1
| * x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard2011-06-201-8/+8
| * x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard2011-06-201-8/+8
| * x86: cabac: remove unused macro parameterMans Rullgard2011-06-201-3/+3
| * x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2011-06-202-60/+63
| * x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2011-06-202-40/+41
| * cabac: remove inline asm under #if 0Mans Rullgard2011-06-201-31/+0
| * cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-202-113/+1
| * cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLEDMans Rullgard2011-06-201-62/+0
| * document libswscale bumpReinhard Tartler2011-06-202-1/+2
| * error_resilience: skip last-MV predictor step if MVs are not available.Ronald Bultje2011-06-201-0/+4
| * error_resilience: actually add counter when adding a MV predictor.Ronald Bultje2011-06-203-4/+5
| * qdm2: Fix alignment of local array.Michael Niedermayer2011-06-201-3/+3
| * ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-06-201-1/+1
| * drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-201-29/+29
| * drawtext: reindent after the previous commitStefano Sabatini2011-06-201-20/+20
| * drawtext: fix strftime() text expansionStefano Sabatini2011-06-201-18/+27
| * Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07bReinhard Tartler2011-06-201-4/+4
| * h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje2011-06-201-0/+2
| * mov: Fix empty edit detection.Yusuke Nakamura2011-06-191-1/+1
* | mpegaudio_parser: be less picky on the start positionMichael Niedermayer2011-06-211-1/+2
* | ppc32: Fix movrelKim Nguyen2011-06-211-1/+5
* | Fix bink audio playback outside of FFmpeg.Ivan Kalvachev2011-06-202-2/+5
* | ffmpeg: print warning if encoding would duplicate massive amounts of framesMichael Niedermayer2011-06-201-0/+5
* | cmdutils: remove outcommented merge trashMichael Niedermayer2011-06-201-36/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-207-8/+60
|\ \ | |/
| * Drop git- prefix from version labelsMans Rullgard2011-06-191-1/+0
| * Use the contents of RELEASE as version fallback instead of 'UNKNOWN'Reinhard Tartler2011-06-192-1/+2
| * path64/open64: filter out unsupported flagsMans Rullgard2011-06-191-0/+2
| * Add Release NotesReinhard Tartler2011-06-191-0/+52
| * sipr: Drop unused DSPContextAlex Converse2011-06-182-3/+0
| * sipr: include string.h for mem*()Alex Converse2011-06-181-0/+1
| * sipr: Use memmove() to copy overlapped buffers.Alex Converse2011-06-181-1/+1
| * h264: drop some ugly castsAlex Converse2011-06-181-2/+2
* | dump_metadata: Fix 0xd in metadataMichael Niedermayer2011-06-201-2/+7
* | Attempt to fix ticket266Michael Niedermayer2011-06-201-0/+1
* | eval: Fix 32bit unsigned parsingMichael Niedermayer2011-06-201-1/+1
* | avidec: consider non video to contain only keyframes when seeking.Michael Niedermayer2011-06-201-2/+2
* | ffplay: dont drop frames by default when there is no audio streamMichael Niedermayer2011-06-201-2/+2
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-1929-67/+129
* | lavfi: use int64_t lists in AVFilteFormatsMina Nagy Zaki2011-06-193-15/+40
OpenPOWER on IntegriCloud