summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-04
| | | | | | | | Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/muxers: Document use case of mpegts muxer option tables_versionAndrey Utkin2013-08-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_scale: add force_original_aspect_ratioTimothy Gu2013-08-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* MAINTAINERS: order libavutil entries alphabeticallyMichael Niedermayer2013-08-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer2013-08-04
| | | | | | Fixes Ticket2803 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice/vfwcap: make constant arrays staticMichael Niedermayer2013-08-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice/dshow: make constant arrays staticMichael Niedermayer2013-08-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer2013-08-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/muxers: Document previously undocumented mpegts muxer optionsAndrey Utkin2013-08-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: fix plane validity checksMichael Niedermayer2013-08-03
| | | | | | Fixes out of array accesses Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice/timefilter: 2nd try at avoiding rounding issuesMichael Niedermayer2013-08-03
| | | | | | This hopefully fixes fate-timefilter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice/timefilter-test: provide more space for the printout to allow ↵Michael Niedermayer2013-08-03
| | | | | | larger values Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/pnmdec: support more pnm filesCarl Eugen Hoyos2013-08-03
| | | | | | | Fixes Ticket1897 Some hunks that have become unneeded due to previous changes removed by the commiter. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pnmdec: always output native pixel formatMichael Niedermayer2013-08-03
| | | | | | This simplifies the code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mpegtsenc: add option tables_versionAndrey Utkin2013-08-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* MAINTAINERS: add myself as maintainer for the interface code to swresample & ↵Michael Niedermayer2013-08-03
| | | | | | swscale in libavfilter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-03
|\ | | | | | | | | | | | | | | | | | | * qatar/master: configure: Check for GCC diagnostic pragma support inside of functions This commit was cherry picked previously already to prevent compilation failure on a previous merge See: 038c4f65ee6c72f9d1ee4d4e46c74073992fabc8 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun2013-08-02
| | | | | | | | | | The actual usage of the pragma is within functions and older versions of gcc only support the pragma outside of functions.
* | Merge commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | * commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a': avcodec: Add output_picture_number to AVCodecParserContext Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-02
| | | | | | | | | | | | Set output_picture_number in H.264 parser. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avcodec/mlp: Fix bugs in libavs warning fixesMichael Niedermayer2013-08-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7950e519bb094897f957b9a9531cc60ba46cbc91': Disable deprecation warnings for cases where a replacement is available Conflicts: libavcodec/avpacket.c libavcodec/pthread.c libavcodec/utils.c libavdevice/v4l2.c libavfilter/avfiltergraph.c libavfilter/buffersrc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
| |
* | configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun2013-08-03
| | | | | | | | | | The actual usage of the pragma is within functions and older versions of gcc only support the pragma outside of functions.
* | Merge commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | * commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b': build: Add _Pragma macro to disable deprecated declaration warnings Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-02
| |
* | Merge commit '79be2c325c5ee8f7ac9e28399e51986ebe99bb3c'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | * commit '79be2c325c5ee8f7ac9e28399e51986ebe99bb3c': doc/print_options: Move options headers to a saner place Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/print_options: Move options headers to a saner placeDiego Biurrun2013-08-02
| |
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e': Give less generic names to global library option arrays Conflicts: libavcodec/options_table.h libavfilter/avfilter.c libavformat/options_table.h libswscale/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Give less generic names to global library option arraysDiego Biurrun2013-08-02
| |
* | Merge commit '0d6fa3977b016f1b72b0b24b8834ff9222498548'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | * commit '0d6fa3977b016f1b72b0b24b8834ff9222498548': rtmp: Add seek support Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtmp: Add seek supportGavriloaie Eugen-Andrei2013-08-02
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '0d8b943d204bd16fcf2f4a59c742e65a401dd3d0'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | * commit '0d8b943d204bd16fcf2f4a59c742e65a401dd3d0': h264_sei: Return meaningful values Conflicts: libavcodec/h264_sei.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264_sei: Return meaningful valuesVittorio Giovara2013-08-02
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-08-03
|\ \ | | | | | | | | | | | | | | | | | | | | | * cehoyos/master: Forward interlaced field information from mov to ffv1 decoder. Do not suggest to use gas-preprocessor if using it would break compilation. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Forward interlaced field information from mov to ffv1 decoder.Tim.Nicholson2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Only read the information for old ffv1, level/version 3 saves the information in the bitstream. Fixes a part of ticket #2190. Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
| * | Do not suggest to use gas-preprocessor if using it would break compilation.Carl Eugen Hoyos2013-08-02
| | | | | | | | | | | | gas-preprocessor does not work on ppc with pic and on ppc64.
* | | avcodec/mdec: make block_index static constMichael Niedermayer2013-08-02
| | |
* | | avcodec/mjpeg: make 2 outcommented tables staticMichael Niedermayer2013-08-02
| | |
* | | avcodec/dxtory: make def_lru[8] staticMichael Niedermayer2013-08-02
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/dnxhdenc: make header_prefix static constMichael Niedermayer2013-08-02
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/matroskaenc: make 2 tables static that are not used outside matroskaencMichael Niedermayer2013-08-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | movenc: make uuids static constMichael Niedermayer2013-08-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ttaenc: fix packet sizePaul B Mahol2013-08-02
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avdevice/timefilter-test: dont try to optimize par1 for n0=0 caseMichael Niedermayer2013-08-02
| | | | | | | | | | | | | | | | for the n0=0 case there are multiple solutions and different platforms pick different ones This should reduce the issues with fate and the timefilter test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flvdec: silence unused warningMichael Niedermayer2013-08-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-02
|\| | | | | | | | | | | | | | | | | | | * qatar/master: h264_sei: K&R formatting cosmetics Conflicts: libavcodec/h264_sei.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264_sei: K&R formatting cosmeticsVittorio Giovara2013-08-01
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c'Michael Niedermayer2013-08-02
|\| | | | | | | | | | | | | | | * commit '4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c': h264_sei: Remove pointless old comment twinvq: Add proper twinvq prefixes to identifiers Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264_sei: Remove pointless old commentDiego Biurrun2013-08-01
| |