summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/il: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/hflip: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/crop: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/formats: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Improve the detection of architecture x86.Andreas Cadhalpun2014-05-27
| | | | | | | | | | | | This fixes building on Debian GNU/Hurd. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x86/dsputilenc: use HADDD in ff_sse16_sse2James Almer2014-05-27
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x86/dsputilenc: implement SSE2 version of diff_pixelsJames Almer2014-05-27
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/x86/dsputilenc: set the count of SSE registers correctly for get_pixelsMichael Niedermayer2014-05-27
| | | | | | | | | | Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | * commit '7cc4c9f32f446feaec5447e3d097e8147e35f156': lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov2014-05-26
| | | | | | | | | | Thatt hardcodes the number of formats into lavfi and will break when a shared lavu is updated, adding new formats.
* | Merge commit 'b03b2d86aa9d79670825b42d8a8a7c41f59cb444'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'b03b2d86aa9d79670825b42d8a8a7c41f59cb444': buffersrc: avoid using AV_PIX_FMT_NB Conflicts: libavfilter/buffersrc.c No change as AV_PIX_FMT_NB was not used by our buffersrc.c See: 0d58bbb28d90a16bdb0ece6f5c67e12167a67a0f Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
| | | | | | | | | | That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | Merge commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | * commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3': vf_fieldorder: avoid using AV_PIX_FMT_NB Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
| | | | | | | | | | That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | Merge commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | | | | | | | * commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8': vf_scale: use the pixfmt descriptor API Conflicts: libavfilter/vf_scale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_scale: use the pixfmt descriptor APIAnton Khirnov2014-05-26
| | | | | | | | | | | | Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | avfilter/vf_format: fix duplicate ;Michael Niedermayer2014-05-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '45fc73edfe071f9690e8671ed2dc402b1cb02ece'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | | | | | | | * commit '45fc73edfe071f9690e8671ed2dc402b1cb02ece': vf_format: rework format list parsing Conflicts: libavfilter/vf_format.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_format: rework format list parsingAnton Khirnov2014-05-26
| | | | | | | | | | | | Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
* | Merge commit '4d8c28deab2488579f585406110b1be790896e59'Michael Niedermayer2014-05-27
|\| | | | | | | | | | | | | | | | | | | | | * commit '4d8c28deab2488579f585406110b1be790896e59': imgutils: make systematic palette opaque. Conflicts: libavutil/imgutils.c See: 4d8c28deab2488579f585406110b1be790896e59 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * imgutils: make systematic palette opaque.Carl Eugen Hoyos2014-05-25
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | avformat/utils: set max analyze duration depending on the circumstancesMichael Niedermayer2014-05-26
| | | | | | | | | | | | Fixes Ticket3673 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat: move default for max_analyze_duration into utils.cMichael Niedermayer2014-05-26
| | | | | | | | | | | | this way we can do better tha a single fixed constant value Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | MAINTAINERS: add Trac maintainersLou Logan2014-05-26
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc/ffmpeg: note that -t is also an input optionLou Logan2014-05-26
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | configure: s/solving/solveLou Logan2014-05-26
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc: add a tutorial for writing filters.Clément Bœsch2014-05-26
| |
* | avcodec/g723_1: fix writing into input frame data and warningMichael Niedermayer2014-05-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Write the actual mp3 frame size when muxing into caf if available.Carl Eugen Hoyos2014-05-26
| | | | | | | | Fixes ticket #3648.
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2014-05-26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * cigaes/master: ffmpeg: use thread message API. lavu: add thread message API. compat/w32pthreads: add return value to pthread_cond_init(). Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ffmpeg: use thread message API.Nicolas George2014-05-26
| | |
| * | lavu: add thread message API.Nicolas George2014-05-26
| | |
| * | compat/w32pthreads: add return value to pthread_cond_init().Nicolas George2014-05-26
| | |
* | | configure: uClibc native pthread requires -ldlNeil Armstrong2014-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the configure script, add a pthread detection with -ldl added to cflags, because uClibc requires -ldl to link with native libpthread. Tested with a custom ARM toolchain with uClibc 0.9.33.2 and gcc 4.6.3. Signed-off-by: Neil Armstrong <narmstrong@neotion.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | x86: hpeldsp: propagate changes across codecsChristophe Gisquet2014-05-26
|/ / | | | | | | | | | | | | Some codecs still use mmx versions, so have them use the versions with newer instruction sets. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/mov: allow seeking back to the begin even if nothing is marked as ↵Michael Niedermayer2014-05-26
| | | | | | | | | | | | | | | | keyframe Fixes Ticket 3663 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: fix typo in dateMichael Niedermayer2014-05-26
| |
* | update APIchanges & version for c37d179Michael Niedermayer2014-05-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat: add format_probesize to allow tuning the maximum amount of bytes ↵Michael Niedermayer2014-05-25
| | | | | | | | | | | | | | | | | | | | to identify the filetype Currently probesize is cliped at 1mb before being used for format detection. Alternatively this cliping could be removed but this would then tie various things like stream analysis to the file detection. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/sgirledec: fix () in RBG323_TO_BGR8() macroMichael Niedermayer2014-05-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/rv34: Fix () in GET_PTS_DIFF() macroMichael Niedermayer2014-05-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/psymodel: Fix () in AAC_CUTOFF() macroMichael Niedermayer2014-05-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/proresenc_anatoliy: Fix () in macrosMichael Niedermayer2014-05-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>