summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sonic: simplify shift_down()Michael Niedermayer2013-06-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/ripemd: adjust loop condition to silence CID1035716Michael Niedermayer2013-06-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* smvjpeg: use refcounted frames to avoid mem leaksHendrik Leppkes2013-06-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* smvjpeg: remove redundant frame init codeHendrik Leppkes2013-06-21
| | | | | | | avctx->coded_frame is not used for decoders anymore, and av_frame_alloc does all the frame initialization required. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swscale: fix filter alignment reduction without inline asmHendrik Leppkes2013-06-21
| | | | | | | | Fixes scaling in MSVC/ICL, where inline asm is not present, but the YASM scaling code is. Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* h264: fix size of arrays in ff_h264_check_intra_pred_mode()Michael Niedermayer2013-06-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* h264/ff_h264_check_intra_pred_mode: fix input value checkMichael Niedermayer2013-06-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/decoders,decoders: add various missing final dotsStefano Sabatini2013-06-21
| | | | Enhance consistency.
* doc/decoders: Add libopencore-amrwb decoder docTimothy Gu2013-06-21
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/protocols: apply very minor consistency fixesStefano Sabatini2013-06-21
|
* doc/protocols: document "srtp" protocolAndrey Utkin2013-06-21
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-06-21
| | | | | | | The volatile is not required here, and prevents a miscompilation with GCC 4.8.1 when building on x86 with --cpu=i686 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/decoders: Document libopencore-amrnb decoderTimothy Gu2013-06-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice/x11grab: allocate just one CursorMichael Niedermayer2013-06-21
| | | | | | | Fixes resource leak and Ticket2450 Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-21
|\ | | | | | | | | | | | | | | | | * qatar/master: lavc: free the padded last frame during audio encoding properly See: 7fff3df6b277d4f1ebc504e950c9de56cdc14ddd Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: free the padded last frame during audio encoding properlyAnton Khirnov2013-06-20
| |
* | Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79'Michael Niedermayer2013-06-21
|\| | | | | | | | | | | | | | | | | | | * commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79': vsrc_movie: do not free avoption variables in uninit() Conflicts: libavfilter/src_movie.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vsrc_movie: do not free avoption variables in uninit()Anton Khirnov2013-06-20
| | | | | | | | | | The generic code frees them as well. Since av_free was used to free them instead of av_freep, this would result in a double free.
* | doc/decoders: Document libilbc decoderTimothy Gu2013-06-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/utvideodec: Fix vlc lenMichael Niedermayer2013-06-21
| | | | | | | | | | | | Fixes regression / Ticket2661 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | bytestream2_init: assert that buf_size is validMichael Niedermayer2013-06-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/jpeg2000dec: check that tp_end is after the startMichael Niedermayer2013-06-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/iff: Byte seek is unsupportedMichael Niedermayer2013-06-20
| | | | | | | | | | | | Fixes Ticket2194 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer2013-06-20
| | | | | | | | | | | | | | | | This ensures that theres enough data for mpeg_probe() to recognize mpeg-ps Fixes Ticket2583 Based on code by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Document "sctp" protocolAndrey Utkin2013-06-20
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-20
|\| | | | | | | | | | | | | * qatar/master: configure: Remove unneeded icl inline compatibility definition Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Remove unneeded icl inline compatibility definitionAlex Smith2013-06-19
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Document "crypto" protocolAndrey Utkin2013-06-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/decoders: Document libgsm decoderTimothy Gu2013-06-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-06-19
|\ \ | | | | | | | | | | | | | | | | | | * cehoyos/master: Autodetect idcin only if audio properties allow decoding. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos2013-06-19
| | | | | | | | | | | | Fixes ticket #2688.
* | | delogo: Fix function descriptionJean Delvare2013-06-19
|/ / | | | | | | | | | | | | | | The algorithm works on src and writes to dst, not the other way around. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | isom: add xd51 hdcam , someone needs to binary search FCP for new isom...Compn2013-06-19
| |
* | sonicenc: fix off by 1 errorMichael Niedermayer2013-06-19
| | | | | | | | | | | | Fixes out of array accesses Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sonicenc: dont put multiple assignments per lineMichael Niedermayer2013-06-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sonicenc: set supported samples formats arrayMichael Niedermayer2013-06-19
| | | | | | | | | | | | This ensures that only supported formats are input Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-19
|\| | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() Conflicts: libavfilter/audio.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov2013-06-18
| | | | | | | | | | This simplifies the code and avoids using libavcodec-specific avcodec_fill_audio_frame().
* | doc/encoders: Add libopencore-amrnb docTimothy Gu2013-06-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge branch 'frame_num_offset' of https://github.com/mjmvisser/FFmpegMichael Niedermayer2013-06-19
|\ \ | | | | | | | | | Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | add the start_number offset to var_values[VAR_N] directly, instead of adding ↵Mark Visser2013-06-18
| | | | | | | | | | | | it in func_frame_num
| * | added start_number parameter to drawtext to permit an offset to n/frame_num varMark Visser2013-06-14
| | |
* | | ff_gen_search: fix infinite loopMichael Niedermayer2013-06-18
| | | | | | | | | | | | | | | | | | Fixes Ticket2639 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ff_gen_search: fix limitMichael Niedermayer2013-06-18
| | | | | | | | | | | | | | | | | | The limit value could become slightly wrong in the last iteration Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ff_gen_search: make step 64it to prevent hypothetical integer overflowMichael Niedermayer2013-06-18
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | doc/decoders: Document libceltTimothy Gu2013-06-18
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Add maintainer for WebVTT demuxer and muxerMatthew Heaney2013-06-18
| | | | | | | | | | | | | | | | | | | | | Matthew J Heaney is added to the list of ffmpeg maintainers, for the WebVTT demuxer and muxer. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avutil/frame: Try to align width to achive linesize[0] alignmentMichael Niedermayer2013-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | This results in more alignment for pixel formats that have "odd" pixel sizes like RGB24. It makes access through SIMD easier Works around Issue described in Ticket1031 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-18
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * qatar/master: lavfi: math typo in interlace filter Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavfi: math typo in interlace filterVittorio Giovara2013-06-17
| | | | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>