aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_owdenoise: use av_malloc_array()Michael Niedermayer2014-07-211-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074'Michael Niedermayer2014-07-212-0/+14
|\ | | | | | | | | | | | | * commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074': fate: add h264-direct-bff test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add h264-direct-bff testVittorio Giovara2014-07-202-0/+14
| |
* | Merge commit 'c39059bea3adebcd888571d1181db215eee54495'Michael Niedermayer2014-07-211-3/+2
|\| | | | | | | | | | | | | | | | | | | | | * commit 'c39059bea3adebcd888571d1181db215eee54495': h264: Fix direct temporal mvs for bottom-field-first poc order Conflicts: libavcodec/h264_direct.c See: ebd1c505d22ad96e044880755ed9f4cf7cab4f78 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264: Fix direct temporal mvs for bottom-field-first poc orderRonald S. Bultje2014-07-201-1/+2
| | | | | | | | | | | | | | | | Such files can be created using the --bff x264 option. Sample-Id: h264_direct_temporal_mvs_bff.mkv Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00'Michael Niedermayer2014-07-210-0/+0
|\| | | | | | | | | | | | | | | * commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00': tiff: support reading gray+alpha at 8 bits See: f746f3790168bf898b629942868bda703e7f1045 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-07-201-0/+3
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755'Michael Niedermayer2014-07-216-22/+45
|\| | | | | | | | | | | | | * commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755': idct: Move arm-specific declarations to a header in the arm directory Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun2014-07-206-22/+45
| |
* | doc: fix two spelling errorsAndreas Cadhalpun2014-07-202-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/issue_tracker: Correct sub-domain for mailing listMichael Niedermayer2014-07-201-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '9f99a5f1d078721a30a76aec27c58805b7b87e58'Michael Niedermayer2014-07-202-7/+7
|\| | | | | | | | | | | | | * commit '9f99a5f1d078721a30a76aec27c58805b7b87e58': mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani2014-07-202-7/+7
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | MAINTAINERS: Add db0 for the websitedb0company2014-07-201-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | matroskaenc: Don't set language to empty string, use "und"Jan Gerber2014-07-201-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/hevc: update fate rext testsMickaël Raulet2014-07-206-0/+85
| | | | | | | | | | | | cherry picked from commit e6ee89e6fab60a3faa1f933b7774e819846f70c4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc: fix offset for sao temporary frameMickaël Raulet2014-07-201-3/+3
| | | | | | | | | | | | | | | | fixes fate on alpha cherry picked from commit 0a8ce1cbdaff7cd026bcf95ee3787bc7b4c063ee Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: restore default.cssClément Bœsch2014-07-201-0/+165
| | | | | | | | | | | | | | This partially reverts 9ce64ba111221a37bdd78204b67330a6120f6c50. FATE still needs it until its design is updated to the new website version.
* | doc: update the documentation generator to match the new websitedb02014-07-203-188/+36
| | | | | | | | | | Signed-off-by: db0 <db0company@gmail.com> Signed-off-by: Clément Bœsch <u@pkh.me>
* | swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer2014-07-191-1/+1
| | | | | | | | | | | | Fixes part of Ticket3785 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale/utils: remove unused defineMichael Niedermayer2014-07-191-2/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/dvenc: Implement 32khz & 44.1khz for 25/50fpsMichael Niedermayer2014-07-191-12/+42
| | | | | | | | | | | | | | | | | | 30000/1001 fps isnt implemented as i dont know which are the correct interleaving parameters, pointers to the appropriate spec and page are welcome Fixes Ticket2597 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/seek: use av_malloc_array()Michael Niedermayer2014-07-191-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/avfilter: use av_malloc(z)_array()Michael Niedermayer2014-07-191-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/hevc_ps: Check abs_delta_rpsMichael Niedermayer2014-07-191-1/+8
| | | | | | | | | | | | Fixes integer overflow Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/hevc: check nb_cpbMichael Niedermayer2014-07-191-2/+8
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc: use intreadwriteChristophe Gisquet2014-07-193-18/+13
| | | | | | | | | | | | | | | | When dealing with MVs, both components may be processed at a time. On Win64, 560 to 539 cycles for derive_spatial_merge_candidates. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavutil: document side effects of macrosChristophe Gisquet2014-07-191-0/+8
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc: report more precise progressChristophe Gisquet2014-07-191-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a lag of one CTB line for SAO behind deblocking filter, except for last line. However, once SAO has been completed on a line, all its pixels, i.e. up to y+ctb_size are filtered and ready to be used as reference. Without SAO, when deblocking filter finishes a CTB line, only the bottom bottom 4 pixels may be filtered when next CTB is process by the deblocing. The await_progess for hevc then checks whether the bottom pixels of a PU requires access beyond that point, so the reporting should effectively report up to the the above limits. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9'Michael Niedermayer2014-07-193-7/+5
|\| | | | | | | | | | | | | * commit '1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9': fdct: Move ppc-specific declarations to a header in the ppc directory Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fdct: Move ppc-specific declarations to a header in the ppc directoryDiego Biurrun2014-07-193-7/+5
| |
* | Merge commit '5dcc201505f71b1e73e9eef12ce89d4eed252ad0'Michael Niedermayer2014-07-195-6/+32
|\| | | | | | | | | | | | | | | | | | | * commit '5dcc201505f71b1e73e9eef12ce89d4eed252ad0': simple_idct: Move x86-specific declarations to a header in the x86 directory Conflicts: libavcodec/x86/simple_idct.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-195-6/+32
| |
* | Merge commit '85cabb8d002f2cd100ced5cc17d87bfc9460d314'Michael Niedermayer2014-07-196-6/+32
|\| | | | | | | | | | | | | * commit '85cabb8d002f2cd100ced5cc17d87bfc9460d314': fdct: Move x86-specific declarations to a header in the x86 directory Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-196-6/+32
| |
* | Merge commit 'd6e1d37100af568211f28ec0bcf7958a3a2a299e'Michael Niedermayer2014-07-195-211/+324
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd6e1d37100af568211f28ec0bcf7958a3a2a299e': oss_audio: Split muxer and demuxer Conflicts: libavdevice/Makefile libavdevice/oss_audio.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * oss_audio: Split muxer and demuxerNidhi Makhijani2014-07-185-202/+312
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer2014-07-191-0/+2
| | | | | | | | | | | | | | Should fix MSVC build Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws: move inline asm hscale to MMX_OBJSMichael Niedermayer2014-07-191-2/+3
| | | | | | | | | | Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer2014-07-195-363/+389
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws: Move fast bilinear C code into seperate fileMichael Niedermayer2014-07-194-37/+65
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale/swscale_internal: add needed version.hMichael Niedermayer2014-07-191-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'e0a2e60c0a6cbcceef08e94af5081d2aa8e6a52f'Michael Niedermayer2014-07-191-35/+43
|\| | | | | | | | | | | | | | | | | | | * commit 'e0a2e60c0a6cbcceef08e94af5081d2aa8e6a52f': dct-test: Reuse enum idct_permutation_type instead of duplicating it Conflicts: libavcodec/dct-test.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dct-test: Reuse enum idct_permutation_type instead of duplicating itDiego Biurrun2014-07-181-32/+39
| |
* | oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu2014-07-191-13/+14
| | | | | | | | | | | | | | | | Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is available. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc: fix transquant_bypassMickaël Raulet2014-07-191-5/+6
| | | | | | | | | | cherry picked from commit 4a16cb2c70728a55d2fd723aff01b13ea259c4df Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hevc/rext: put a warning log message instead of an error log messageMickaël Raulet2014-07-181-1/+1
| | | | | | | | | | cherry picked from commit 243cb99cff727d6a14c32cdff2748f6c255dbaf4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Parse dri when receiving jpg via rtp.Carl Eugen Hoyos2014-07-181-3/+20
| | | | | | | | | | Based on a patch by contact at iridiummobile ru. Fixes ticket #3780.
* | Write valid free atom when -moov_size is specified.Carl Eugen Hoyos2014-07-181-2/+1
| | | | | | | | Fixes ticket #3769.
* | avcodec/hevc: fix pict_typeMichael Niedermayer2014-07-181-3/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>