summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-13
| | | | SH4 has been end-of-lifed and no more test machines are available.
* build: Record dependency of eatqi decoder on dsputilDiego Biurrun2014-03-13
|
* configure: Add explicit dsputil dependency to mpegvideoencDiego Biurrun2014-03-13
| | | | | Previously, it was an implicit dependency through mpegvideo. Change this, as implicit dependencies can cause all sorts of trouble.
* ffv1: Drop bogus dependency on dsputilDiego Biurrun2014-03-13
| | | | ffv1 does not use any part of the dsputil framework.
* build: Drop stray LPC dependency on dsputilDiego Biurrun2014-03-13
|
* build: Drop stray MJPEG encoder dependency on dsputilDiego Biurrun2014-03-13
|
* build: Drop stray MLP decoder dependency on dsputilDiego Biurrun2014-03-13
|
* build: Drop stray PNG decoder dependency on dsputilDiego Biurrun2014-03-13
|
* build: Drop stray mpc8 decoder dependency on dsputilDiego Biurrun2014-03-13
|
* Prepare for 11_alpha1 ReleaseReinhard Tartler2014-03-13
|
* avconv: Match stream idLuca Barbato2014-03-13
| | | | Quite useful to select by pid in MPEG-TS.
* http: Properly initialize icy headers stringAlessandro Ghedini2014-03-12
| | | | | | | | | | | | | | The icy_metadata_headers string never gets initialized, so, during the first call to av_strlcatf() in parse_icy(), strlen() will be called on a pointer to uninitialized memory. At best this causes some garbage data to be left at the start of the string. By initializing icy_metadata_headers to the empty string, the first call to strlen() will always return 0, so that data is appended from the start of the string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: Point to the correct, actually maintained gas-preprocessor repoMartin Storsjö2014-03-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* armv6: vp8: use explicit labels in motion compensation asmJanne Grunau2014-03-12
| | | | | The integrated arm assembler in clang-503.0.38 (Xcode-5.1) fails to assemble a branch to 'label + offset' in thumb mode.
* configure: Support older version of openjpeg1Luca Barbato2014-03-12
| | | | | It should work best for debian stable and people not installing the .pc file.
* copy_block: K&R formatting cosmeticsVittorio Giovara2014-03-12
|
* configure: Group toolchain options together in help outputDiego Biurrun2014-03-12
|
* http: Declare more parameters as const where possibleMartin Storsjö2014-03-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* http: Allow setting a Content-Type for POST requestsClément Bœsch2014-03-11
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* http: Improve options descriptionsAlessandro Ghedini2014-03-11
| | | | | | Add documentation where missing. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* http: Always allow no-op seekAnssi Hannula2014-03-11
| | | | | | This also allows checking stream position as per ffurl_seek() doxy. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* http: Add support for selecting a request rangeAnssi Hannula2014-03-11
| | | | | | Comment from Reimar Döffinger included as pro memoria. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* http: Support setting custom User-AgentClément Bœsch2014-03-11
| | | | | | | Contextually make the default User-Agent use the common "Name/Version" pattern. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* http: Export Content-Type informationMichael Niedermayer2014-03-11
| | | | | | Bug-Id: https://bugs.debian.org/740421 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* http: Add support reading ICY metadataLuca Barbato2014-03-11
| | | | | | | | | Export the metadata as a icy_metadata_packet avoption. Based on the work of wm4 and Alessandro Ghedini. Bug-Id: https://bugs.debian.org/739936 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* http: Refactor process_lineLuca Barbato2014-03-11
|
* http: K&R formatting cosmeticsLuca Barbato2014-03-11
|
* http: Drop doxy commentsLuca Barbato2014-03-11
|
* http: Return meaningful error codesLuca Barbato2014-03-11
|
* configure: Provide --pkg-config-flagsLuca Barbato2014-03-11
| | | | | | | Should be used only to pass extra flags to pkgconf invocation, e.g. --static. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avformat: Report the duration analysis reachedLuca Barbato2014-03-11
|
* doc: Add section about AviSynth supportStephen Hutchinson2014-03-11
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* configure: Document --pkg-config optionLuca Barbato2014-03-11
|
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
|
* configure: miscellaneous cosmeticsDiego Biurrun2014-03-10
| | | | | Sort lists of components. Add some whitespace where it helps readability. Consistently use double instead of single quotes around component lists.
* lavf: always use av_freeMichael Niedermayer2014-03-10
| | | | Signed-off-by: Tim Walker <tdskywalker@gmail.com>
* lavf: simplify ff_hevc_annexb2mp4_bufTim Walker2014-03-10
| | | | | | Use ff_hevc_annexb2mp4 instead of duplicating its functionality, and update the documentation to match the new behavior.
* configure: Use the right pkgconf file for openjpegLuca Barbato2014-03-10
| | | | The current release of version 1 uses libopenjpeg1.
* hevc: Use get_se_golomb_longLuca Barbato2014-03-10
| | | | | Do not use inline functions that refer to tables present in other libraries.
* golomb: Add a get_se_golomb_longLuca Barbato2014-03-10
| | | | Useful in libavformat mostly.
* Work around broken floating point limits on some systems.Anton Khirnov2014-03-10
| | | | | | | | | | | | | The values of {FLT,DBL}_{MAX,MIN} macros on some systems (older musl libc, some BSD flavours) are not exactly representable, i.e. (double)DBL_MAX == DBL_MAX is false This violates (at least some interpretations of) the C99 standard and breaks code (e.g. in vf_fps) like double f = DBL_MAX; [...] if (f == DBL_MAX) { // f has not been changed yet [....] }
* mxfdec: Validate parameters to strftimeMartin Storsjö2014-03-10
| | | | | | | | | | | | The MSVCRT version of strftime calls the invalid parameter handler if the struct values in struct tm are invalid. In case no invalid parameter handler is set for the process, the process is aborted. This fixes fate failures on MSVC builds since 570af382. Based on a patch by Hendrik Leppkes. Signed-off-by: Martin Storsjö <martin@martin.st>
* matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-09
|
* matroskaenc: write private data in hvcC format for HEVC.Tim Walker2014-03-09
|
* movenc: allow muxing HEVC in MODE_MP4.Tim Walker2014-03-09
|
* movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-09
|
* movenc: write hvcC tag for HEVC.Tim Walker2014-03-09
|
* movenc: use 'hev1' tag for HEVC in MODE_MOV.Tim Walker2014-03-09
| | | | | | | | | | | | | | 'hvc1' requires that parameter set NAL units be present only in the samples entry, but not in the samples themselves, requiring that additional parameter sets, if present, be filtered out of the samples and placed in new, additional sample entries if they override or otherwise conflict with the parameter sets present in the first sample entry. We do not have any way of doing this at present, so the files we produce can only comply with the restrictions set for the 'hev1' sample entry name in ISO/IEC 14496-15.
* riff: add VP9 fourccJames Zern2014-03-09
|
* riff: IPJ2 decodes with JPEG2000 decoderBen Littler2014-03-09
| | | | Samples can be made from mencoder and jp2avi.dll codec.