summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavf/ftp: remove fixed length buffers from contextLukasz Marek2015-04-03
| | | | | | It saves some memory. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavf/ftp: parse user and password onceLukasz Marek2015-04-03
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-02
| | | | | | | The AVSC_API changes in the new headers mean that the 2.6 alphas are just as incompatible as 2.5 is. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-02
| | | | | | | | | In order to safely exit when the user tries to use AviSynth 2.5, the continue_on_fail value for 2.6's functions need to be set to 1. Otherwise, the library loader fails before the 'upgrade to 2.6' log message appears. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/pngenc: don't return a value in a void functionJames Almer2015-04-02
| | | | | | | Should fix compilation failures with strict compilers Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add AVDictionary testsLukasz Marek2015-04-02
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavu/dict: add more testsLukasz Marek2015-04-02
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavu/dict: fix set function when reuse existing key pointerLukasz Marek2015-04-02
| | | | | | | | | | Fixes following scenario: av_dict_set(&d, "key", "old", 0); AVDictionaryEentry *e = av_dict_get(d, "key", NULL, 0); av_dict_set(&d, e->key, "new", 0); Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* png: Use libavutil's crc functions instead of zlib'sDonny Yang2015-04-02
| | | | | Signed-off-by: Donny Yang <work@kota.moe> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg_opt.c: fix regression introduced in 5743095cTim Nicholson2015-04-02
| | | | | | | -vtag is an input and output option. Signed-off-by: Tim Nicholson <tim.nicholson@bbc.co.uk> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/vda_h264: try to fix buildMichael Niedermayer2015-04-02
| | | | | Found-by: Stefano Pigozzi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vda: fix h264 decoding for avcC,vda wants the entire bufferRainer Hochecker2015-04-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/nvenc: Fix profile parameter handlingTimo Rothenpieler2015-04-02
| | | | | | | | | | | It was not possible to set a profile before, the builtin profile parameter does not seem to work propperly. To be compatible with libx264, this overlays it with a local parameter that expects a string, instead of an int, that takes the well known values "high", "main" or "baseline". Reviewed-by: Philip Langdale <philipl@overt.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Bump lavc and lavf minor versions for apng muxer and encoder.Carl Eugen Hoyos2015-04-02
|
* ffmpeg: Avoid null pointer dereferencesHimangi Saraogi2015-04-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apng: Add a basic APNG muxerDonny Yang2015-04-02
| | | | | | | | Additionally, update some documentation with support for APNG Signed-off-by: Donny Yang <work@kota.moe> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apng: Add a basic APNG encoderDonny Yang2015-04-02
| | | | | Signed-off-by: Donny Yang <work@kota.moe> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_intLukasz Marek2015-04-02
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ccaption_dec: Remove the GOTO statementPranav Vaish2015-04-02
|
* Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'Michael Niedermayer2015-04-01
|\ | | | | | | | | | | | | | | | | | | * commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad': rtsp: Add a buffer_size option Conflicts: libavformat/rtsp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtsp: Add a buffer_size optionLuca Barbato2015-04-01
| | | | | | | | | | | | And forward it to rtp and udp. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '8c9c5479c4ba729b4ba868ab541a90b2061a7c2f'Michael Niedermayer2015-04-01
|\| | | | | | | | | | | | | * commit '8c9c5479c4ba729b4ba868ab541a90b2061a7c2f': rtp: Add an option to set the send/receive buffer size Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtp: Add an option to set the send/receive buffer sizeLuca Barbato2015-04-01
| | | | | | | | It gets forwarded down to UDP.
* | Merge commit '3c47e7c4350f73fc77d8e76f0dd6d2946b13c5cc'Michael Niedermayer2015-04-01
|\| | | | | | | | | | | | | | | | | | | * commit '3c47e7c4350f73fc77d8e76f0dd6d2946b13c5cc': rtp: Map the urloptions to AVOptions Conflicts: libavformat/rtpproto.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtp: Map the urloptions to AVOptionsLuca Barbato2015-04-01
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Revert "avcodec/exr: fix memset first arg in reverse_lut()"Michael Niedermayer2015-04-01
| | | | | | | | | | | | | | | | This reverts commit 586ba24ff29468d2a4ee843a9650feea5b2be6f6. Fixes Ticket 4386 Found-by: Martin Vignali <martin.vignali@gmail.com>
* | lavc/smvjpegdec: Avoid null dereference and return meaningful error codesHimangi Saraogi2015-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/xwma: Use ff_alloc_extradata()Michael Niedermayer2015-04-01
| | | | | | | | | | | | This prevents the fields from potentially becoming inconsistent in case of errors Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/webmdashenc: use AVERROR(ENOMEM) for memory allocation failuresMichael Niedermayer2015-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tools/sidxindex: Use av_*malloc_array()Michael Niedermayer2015-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/eval: check for av_malloc failureMichael Niedermayer2015-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/eval: factor av_expr_free() calls outMichael Niedermayer2015-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/nvenc: Fix typoed nv_status checksTimo Rothenpieler2015-04-01
| | | | | | | | | | | | Thanks to Wyatt Aaron for pointing this out Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/png: Clearly separate encoding header and framesDonny Yang2015-04-01
| | | | | | | | | | Signed-off-by: Donny Yang <work@kota.moe> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-31
| | | | | | | | | | | | Convinient function to build paths. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/mp3dec: offset seek index to end of id3v2 tagwm42015-03-31
| | | | | | | | | | | | | | The Xing index won't account for the id3 tag - it's relative to the headers. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/libx265: export choosen picture typesMichael Niedermayer2015-03-31
| | | | | | | | | | | | | | Fixes part of ticket 4285 Reviewed-by Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | png: Clear up the calculation of max packet sizeDonny Yang2015-03-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/internal: Fix doxy for ff_alloc_packet2() return valueMichael Niedermayer2015-03-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-31
| | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/http: Fix null check on allocated valueHimangi Saraogi2015-03-31
| | | | | | | | | | | | probably fixes CID 1292299 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: avoid unnecessary calls to get_formatRainer Hochecker2015-03-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_detelecine: Fix uninitialized array index errorHimangi Saraogi2015-03-31
| | | | | | | | | | | | Fixes the defect CID 1292301 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/segment: style nitsRodger Combs2015-03-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/snowenc: Check av_frame_ref() return valueMichael Niedermayer2015-03-31
| | | | | | | | | | | | Fixes CID1026740 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/h264_refs: fix null pointer dereference with -DTRACEMichael Niedermayer2015-03-31
| | | | | | | | | | Found-by: carl Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer2015-03-31
|\| | | | | | | | | | | | | | | | | | | * commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8': build: Split JPEG-related tables off into a separate component Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-30
| |
* | Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5'Michael Niedermayer2015-03-31
|\| | | | | | | | | | | | | * commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5': mjpeg: Use a more precise type for put_marker() Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mjpeg: Use a more precise type for put_marker()Diego Biurrun2015-03-30
| |