summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ass_split: fix invalid doxygen group end markers.Clément Bœsch2011-10-041-3/+3
| | |
* | | proresdec_gpl: remove wrong @file reference.Clément Bœsch2011-10-041-1/+1
| | |
* | | bintext: remove wrong @file reference.Clément Bœsch2011-10-041-1/+1
| | |
* | | deshake: fix doxygen comments.Clément Bœsch2011-10-041-17/+17
| | |
* | | isom: replace pseudo doxycomments with normal comments.Clément Bœsch2011-10-041-28/+28
| | | | | | | | | | | | | | | Those chunks don't need to be parsed and they weren't parsed correctly by Doxygen anyway.
* | | pngdec: set reference correctly for corepng.Michael Niedermayer2011-10-041-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | ff_dv_frame_profile2: Check input buffer size.Michael Niedermayer2011-10-041-3/+5
| | | | | | | | | | | | | | | | | | Based on code by DivX, Inc. / drffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
* | | cinepak: detect keyframesMichael Niedermayer2011-10-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Code by DivX, Inc. Taken from drffmpeg Author: unknown Signed-off-by: Michael Niedermayer <[email protected]>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-043-36/+41
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: id3v2: remove pointless casts id3v2: read TXXX frames with two calls to decode_str() instead of one. id3v2: don't discard the whole tag when encountering empty frames. libvpx: fix build with older libvpx versions. ARM: check for inline asm 'y' operand modifier support Conflicts: libavcodec/libvpxenc.c libavformat/id3v2.c Merged-by: Michael Niedermayer <[email protected]>
| * | id3v2: remove pointless castsAnton Khirnov2011-10-031-3/+3
| | |
| * | id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov2011-10-031-32/+28
| | | | | | | | | | | | | | | | | | | | | Read the key in the first, value in the second. This allows to avoid pointless strdups and simplify decode_str() by dropping two of its parameters.
| * | id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov2011-10-031-1/+7
| | | | | | | | | | | | | | | While they're technically invalid, it's better to skip them and try to read the rest of the tag.
| * | libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-031-0/+2
| | | | | | | | | | | | | | | | | | VPX_ERROR_RESILIENT_DEFAULT and VPX_ERROR_RESILIENT_PARTITIONS weren't defined before 4cb0ebe5b27d35ccc2a78c1d16f2622ddef21f74 (CommitDate: Tue Jun 28 11:10:17 2011)
| * | ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-032-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | The inline asm added in bf5d46d uses the 'y' modifier which is only supported from gcc 4.5. This check allows building with older compilers. Signed-off-by: Mans Rullgard <[email protected]>
* | | libvpxenc: support vpxencs command line options.Luca Barbato2011-10-041-16/+37
| | | | | | | | | | | | | | | | | | This simplifies useage for users who are used to vpxenc. We continue to support the previous options with the exception of the flags for which it would be slightly messy.
* | | deshake: nicer looking defaultsMichael Niedermayer2011-10-041-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | libavfilter: add deshake filterdanielgtaylor2011-10-043-1/+525
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | libavfilter: image transform codedanielgtaylor2011-10-042-0/+307
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | H264: hotfix for speedloss on frame threading and h264 files with slices.Michael Niedermayer2011-10-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is not ideal as it still limits the multithreading on field pictures to the 2nd field only. Ill try to fix it properly to allow both fields to decode concurrently but this needs more work. This bug exists since and was caused by: commit ea6331f8bbaf3343faec6ffe77a6218a016a3af5 Author: Ronald S. Bultje <[email protected]> Date: Mon Jun 20 10:24:33 2011 -0400 h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
* | | threads: warn in case of multiple finished setup calls.Michael Niedermayer2011-10-031-0/+4
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | h264_parser: print AU size on error.Michael Niedermayer2011-10-031-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | h264_parser: AVC support.Michael Niedermayer2011-10-031-4/+28
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | fate: fix due to new yuv444 formatsMichael Niedermayer2011-10-035-0/+20
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | RELEASE: 0.8.5 has been releasedDominique Leuenberger2011-10-031-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | Enable conversions to YUV444P9/YUV444P10, they seem to work fine.Reimar Döffinger2011-10-031-4/+4
| | | | | | | | | | | | Signed-off-by: Reimar Döffinger <[email protected]>
* | | lavf/utils: fix overestimation of the rational number density.Michael Niedermayer2011-10-031-1/+1
| | | | | | | | | | | | | | | | | | Fixes Ticket498 Signed-off-by: Michael Niedermayer <[email protected]>
* | | mpegtsenc: Lift limit on PMT PIDLoren Osborn2011-10-031-1/+1
| | | | | | | | | | | | Fixes Ticket518
* | | libcdio: Fix missing avclass in contextchinshou2011-10-031-0/+1
| | | | | | | | | | | | Fixes Ticket526
* | | VP8: armv6 optimizations.Ronald S. Bultje2011-10-035-119/+2577
| | | | | | | | | | | | | | | | | | | | | From 52.503s (~40fps) to 27.973sec (~80fps) decoding of 480p sintel trailer, i.e. a ~2x speedup overall, on a Nexus S. Signed-off-by: Michael Niedermayer <[email protected]>
* | | avutil: bump for av_get_default_channel_layout()Michael Niedermayer2011-10-031-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-034-22/+62
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mpc8: check output buffer size before decoding mpc7: return error if packet is too small. mpc7: check output buffer size before decoding nellymoserdec: allocate float_buf only when decoding to int16 nellymoserdec: use NELLY_BUF_LEN instead of 128 nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. nellymoser: check output buffer size before decoding win32: improve threading algorithm warning Conflicts: libavcodec/nellymoserdec.c Merged-by: Michael Niedermayer <[email protected]>
| * | mpc8: check output buffer size before decodingJustin Ruggles2011-10-021-2/+8
| | |
| * | mpc7: return error if packet is too small.Justin Ruggles2011-10-021-0/+1
| | |
| * | mpc7: check output buffer size before decodingJustin Ruggles2011-10-021-2/+8
| | |
| * | nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles2011-10-021-1/+7
| | |
| * | nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles2011-10-021-1/+1
| | |
| * | nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles2011-10-021-2/+2
| | |
| * | nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles2011-10-021-7/+22
| | |
| * | nellymoser: check output buffer size before decodingJustin Ruggles2011-10-021-5/+12
| | |
| * | win32: improve threading algorithm warningLuca Barbato2011-10-021-2/+4
| | | | | | | | | | | | | | | If no threading is requested do not issue warning about unsupported threading algorithm.
* | | MAINTAINERS: new ffplay maintainerMichael Niedermayer2011-10-031-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2011-10-023-61/+104
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: use libswresample instead of av_audio_convert audioconvert: add av_get_default_channel_layout public function ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistently ffplay: remove now unnecessary request_channels, we set it now with options ffplay: set request_channels to 2 Merged-by: Michael Niedermayer <[email protected]>
| * | | ffplay: use libswresample instead of av_audio_convertMarton Balint2011-10-021-49/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously ffplay expected SDL_AudioOpen to provide the requested sample rate and channel number. This is no longer a requirement because this patch replaces the audio convert function with libswresample's swr_convert which is capable of handling different sample formats, sample rates and different number of channels and different channel layouts. The patch also removes the hardcoded 16bit samples assumption and uses av_get_bytes_per_sample almost everywhere. The only exceptions are the update_sample_display and video_audio_display functions, it seemed too much of a headache to make them generic. We also fix a tiny bug in sdl_audio_callback, we ensure that the number of bytes when we put silence in the buffer is a multiple of the frame size.
| * | | audioconvert: add av_get_default_channel_layout public functionMarton Balint2011-10-022-0/+13
| | | |
| * | | ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistentlyMarton Balint2011-10-021-7/+10
| | | |
| * | | ffplay: remove now unnecessary request_channels, we set it now with optionsMarton Balint2011-10-021-9/+0
| | | |
| * | | ffplay: set request_channels to 2Michael Niedermayer2011-10-021-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn2011-10-021-0/+1
| | | |
* | | | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar2011-10-025-13/+32
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | libvpxenc: cosmetics to make code more similar to lucas.Michael Niedermayer2011-10-021-31/+27
|/ / / | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>