summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau2014-04-02
|
* VP3: K&R formatting cosmeticsVittorio Giovara2014-04-01
|
* fate: Explicitly use gray16le in fate-sgi-gray16Martin Storsjö2014-04-01
| | | | | | This fixes the test on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: add SGI testsVittorio Giovara2014-04-01
|
* sgi: decode 16bit RLE imagesVittorio Giovara2014-04-01
|
* sgi: encode images with 4 channels at 8 and 16 bitsVittorio Giovara2014-04-01
|
* sgi: decode images with 4 channels at 8 and 16 bitsCarl Eugen Hoyos2014-04-01
|
* sgi: remove redundant argument from read_uncompressed_sgi()Paul B Mahol2014-04-01
|
* sgi: set the row boundary to the correct valueMichael Niedermayer2014-04-01
|
* sgi: fix end of line boundary detectionMichael Niedermayer2014-04-01
|
* sgi: check maximum supported resolutionPiotr Bandurski2014-04-01
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* sgi: K&R formatting cosmeticsVittorio Giovara2014-04-01
|
* codec_desc: set lossless attribute for SGI and DPXPaul B Mahol2014-04-01
|
* fate: add exr testsPaul B Mahol2014-04-01
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* OpenEXR decoderJimmy Christensen2014-04-01
| | | | | | | Additional fixes and enhancements by Vittorio Giovara, Gonzalo Garramuno, Nicolas George, Paul B Mahol and Michael Niedermayer. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* dxva2: Directly use AVFramesMichael Niedermayer2014-04-01
| | | | | | | The assumption of (MPEG) Picture and H264Picture layout matching might not hold true in the future. Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
* mov: Unbreak sbtl writingMichael Niedermayer2014-03-31
|
* vc1dec: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-31
|
* h263: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-31
|
* libx265: Use the repeat headers flag when not using global headersMarcus Gustafsson2014-03-31
| | | | | | | This allows proper muxing and seeking in things like MPEG-TS, by placing headers by random access points. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* libx265: Bump version requirementDerek Buitenhuis2014-03-31
| | | | | | | | | | | Build 13 has a crucial fix which makes x265_encode_headers work as its always been documented. Previous to this, the check was incorrect. Also allows for use of the repeat headers flag. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* libmp3lame: add ABR supportTimothy Gu2014-03-31
|
* libmp3lame: add comments about CBR/VBR modesTimothy Gu2014-03-31
|
* libmp3lame: allow joint stereo to be disabledPaul B Mahol2014-03-31
|
* mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer2014-03-31
| | | | | | This also moves mov_rewrite_dvd_sub_extradata() to mov.c. Sample-Id: NeroRecodeSample.mp4
* mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer2014-03-31
| | | | Sample-Id: NeroRecodeSample.mp4
* isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata()Michael Niedermayer2014-03-31
| | | | Sample-Id: NeroRecodeSample.mp4
* isom: Simplify mov_rewrite_dvd_sub_extradata()Michael Niedermayer2014-03-31
| | | | This avoids the 2nd buffer and fixes the palette truncated check
* fate: Convert the paletted output in the brenderpix tests to rgb24Martin Storsjö2014-03-31
| | | | This makes the output consistent on big-endian systems.
* avconv: make the ASCII flow charts narrower to fit onto TTYTimothy Gu2014-03-30
| | | | | | These charts in man page are currently destroyed. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* dnxhdenc: return meaningful return codesTimothy Gu2014-03-30
|
* avconv_opt: fix avio_open2() return code checkTimothy Gu2014-03-30
| | | | avio_open2() only return < 0 when error.
* golomb: Fix the implementation of get_se_golomb_longMartin Storsjö2014-03-30
| | | | | | | | | | | | | | | This was only used in hevc muxing code so far. This makes the return values match what get_se_golomb returns for the same bitstream reader instances. The logic for producing a signed golomb code out of an unsigned one was based on the corresponding code in get_se_golomb, which operated directly on the bitstream reader buffer - not on the equivalent return value from get_ue_golomb. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
* vp8: K&R formatting cosmeticsVittorio Giovara2014-03-29
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* movenc: Add dvd subtitle supportJohn Stebbins2014-03-28
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* cmdutils: Mark exit_program as av_noreturnLuca Barbato2014-03-28
|
* fate: add a bmpparser testVittorio Giovara2014-03-28
|
* bmp: add a standalone parserPaul B Mahol2014-03-28
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* fate: add XBM testsVittorio Giovara2014-03-27
|
* X-Bitmap decoderVittorio Giovara2014-03-27
|
* xbm: use av_frame_free on closeVittorio Giovara2014-03-27
|
* fate: add PAF audio and video testsPaul B Mahol2014-03-27
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* PAF demuxer and decoderPaul B Mahol2014-03-27
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavc: restore copy_block{4,16} functionsVittorio Giovara2014-03-27
| | | | They were removed in 9e31729d692f1e721b7ed1a3a0f51b68c064d68f.
* fate: add BRender PIX testsVittorio Giovara2014-03-27
|
* BRender PIX image decoderAleksi Nurmi2014-03-27
| | | | | | Further enhancements by Vittorio Giovara and Paul B Mahol. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* arm: build: Maintain decoder objects separate from infrastructure objectsDiego Biurrun2014-03-27
|
* fate: add Alias PIX testsVittorio Giovara2014-03-26
|
* Alias PIX image encoder and decoderVittorio Giovara2014-03-26
|
* truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output.Ben Avison2014-03-26
| | | | | | | | | | | | | | | | | | | | | | Profiling results for overall decode and the output_data function in particular are as follows: Before After Mean StdDev Mean StdDev Confidence Change 6:2 total 339.6 15.1 329.3 16.0 95.8% +3.1% (insignificant) 6:2 function 24.6 6.0 9.9 3.1 100.0% +148.5% 8:2 total 324.5 15.5 323.6 14.3 15.2% +0.3% (insignificant) 8:2 function 20.4 3.9 9.9 3.4 100.0% +104.7% 6:6 total 572.8 20.6 539.9 24.2 100.0% +6.1% 6:6 function 54.5 5.6 16.0 3.8 100.0% +240.9% 8:8 total 741.5 21.2 702.5 18.5 100.0% +5.6% 8:8 function 63.9 7.6 18.4 4.8 100.0% +247.3% The assembly version has also been tested with a fuzz tester to ensure that any combinations of inputs not exercised by my available test streams still generate mathematically identical results to the C version. Signed-off-by: Martin Storsjö <martin@martin.st>