summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "lavc: remove a half-working attempt at different defaults for audio/v...Michael Niedermayer2011-07-112-3/+3
* Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-1137-163/+359
|\
| * swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-101-2/+5
| * matroskadec: fix stupid typo (!= -> ==)Anton Khirnov2011-07-101-1/+1
| * build: remove duplicates from order-only directory prerequisite listDiego Biurrun2011-07-101-3/+3
| * build: rework rules for things in the tools dirMans Rullgard2011-07-106-18/+19
| * configure: fix --cpu=host with gcc 4.6Mans Rullgard2011-07-101-1/+1
| * ARM: use const macro to define constant data in asmMans Rullgard2011-07-106-25/+20
| * bitdepth: simplify FUNC/FUNCC macrosMans Rullgard2011-07-101-10/+4
| * dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-102-3/+1
| * 9/10-bit: simplify clipping macrosMans Rullgard2011-07-101-15/+6
| * matroskadec: reindentAnton Khirnov2011-07-101-15/+15
| * matroskadec: defer parsing of cues element until we seek.Aaron Colwell2011-07-101-45/+86
| * lavc: add support for codec-specific defaults.Anton Khirnov2011-07-103-0/+23
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-1011-17/+41
| * lavc: remove a half-working attempt at different defaults for audio/video cod...Anton Khirnov2011-07-102-3/+3
| * ac3dec: add a drc_scale private optionAnton Khirnov2011-07-105-1/+28
| * lavf: add avformat_find_stream_info()Anton Khirnov2011-07-103-6/+41
| * lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-107-5/+69
* | Merge branch 'sws_32bit_integration'Michael Niedermayer2011-07-1113-422/+736
|\ \
| * | regtests/sws: update checksums for recent changesMichael Niedermayer2011-07-118-68/+68
| * | sws: dont mess with XInc when the code needing it isnt usedMichael Niedermayer2011-07-111-1/+1
| * | sws: Fix chroma init for 32bit buffers.Michael Niedermayer2011-07-111-2/+8
| * | swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-113-49/+160
| * | swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje2011-07-111-9/+9
| * | swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje2011-07-111-1/+2
| * | swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-112-13/+13
| * | sws: fix non native endian 9-15 bit input with 16bit outMichael Niedermayer2011-07-111-0/+4
| * | sws: disable scale16 when int32 is usedMichael Niedermayer2011-07-112-3/+6
| * | sws: fix rgb -> 16bitMichael Niedermayer2011-07-112-5/+8
| * | sws: fix uv overwrite in 32btMichael Niedermayer2011-07-111-3/+3
| * | sws: fix gray16_1Michael Niedermayer2011-07-111-2/+2
| * | sws:ix yuv2rgb48_1_c_template()Michael Niedermayer2011-07-111-2/+2
| * | sws: fix 16/32 bug from mergeMichael Niedermayer2011-07-111-11/+12
| * | swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-115-63/+11
| * | Merge branch 'ronalds_buggy_gt8bit_sws'Michael Niedermayer2011-07-115-288/+478
| |\ \
| | * | swscale: fix another yuv range conversion overflow in 16bit scaling.Ronald S. Bultje2011-07-011-1/+1
| | * | swscale: fix yuv range correction when using 16-bit scaling.Ronald S. Bultje2011-07-011-6/+6
| | * | swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-3012-373/+545
* | | | Hint why SDL_Init() may have failed.Carl Eugen Hoyos2011-07-101-0/+1
* | | | Match VA-API / VDPAU with zlib / bzlib build system documentation.Carl Eugen Hoyos2011-07-101-2/+2
* | | | examples/muxing.c: remove doxy reference to unexisting fileStefano Sabatini2011-07-101-1/+0
* | | | doc/examples: add decoding/filtering example programStefano Sabatini2011-07-102-1/+231
* | | | examples/encoding.c: remove unnecessary includesStefano Sabatini2011-07-101-8/+0
* | | | examples/encoding.c: use av_image_alloc() for allocating an image bufferStefano Sabatini2011-07-101-10/+6
* | | | graphparser: simplify condition in avfilter_graph_parse()Stefano Sabatini2011-07-102-2/+2
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1019-108/+1191
|\ \ \ \ | | |_|/ | |/| |
| * | | H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser2011-07-091-1/+1
| * | | alsa: limit buffer_size to 32768 frames.Justin Ruggles2011-07-092-0/+3
| * | | alsa: fallback to buffer_size/4 for period_size.Justin Ruggles2011-07-091-0/+2
OpenPOWER on IntegriCloud