Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-21swscale: fix filter alignment reduction without inline asmHendrik Leppkes
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>
2013-06-21h264: fix size of arrays in ff_h264_check_intra_pred_mode()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21h264/ff_h264_check_intra_pred_mode: fix input value checkMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21doc/decoders,decoders: add various missing final dotsStefano Sabatini
Enhance consistency.
2013-06-21doc/decoders: Add libopencore-amrwb decoder docTimothy Gu
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-06-21doc/protocols: apply very minor consistency fixesStefano Sabatini
2013-06-21doc/protocols: document "srtp" protocolAndrey Utkin
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-06-21mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
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>
2013-06-21doc/decoders: Document libopencore-amrnb decoderTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21avdevice/x11grab: allocate just one CursorMichael Niedermayer
Fixes resource leak and Ticket2450 Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavc: free the padded last frame during audio encoding properly See: 7fff3df6b277d4f1ebc504e950c9de56cdc14ddd Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79'Michael Niedermayer
* commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79': vsrc_movie: do not free avoption variables in uninit() Conflicts: libavfilter/src_movie.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21doc/decoders: Document libilbc decoderTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21avcodec/utvideodec: Fix vlc lenMichael Niedermayer
Fixes regression / Ticket2661 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21bytestream2_init: assert that buf_size is validMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-21avcodec/jpeg2000dec: check that tp_end is after the startMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20avformat/iff: Byte seek is unsupportedMichael Niedermayer
Fixes Ticket2194 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20lavc: free the padded last frame during audio encoding properlyAnton Khirnov
2013-06-20avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer
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>
2013-06-20Document "sctp" protocolAndrey Utkin
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20vsrc_movie: do not free avoption variables in uninit()Anton Khirnov
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.
2013-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: configure: Remove unneeded icl inline compatibility definition Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20Document "crypto" protocolAndrey Utkin
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20doc/decoders: Document libgsm decoderTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
* cehoyos/master: Autodetect idcin only if audio properties allow decoding. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-20delogo: Fix function descriptionJean Delvare
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>
2013-06-19Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos
Fixes ticket #2688.
2013-06-19isom: add xd51 hdcam , someone needs to binary search FCP for new isom...Compn
2013-06-19sonicenc: fix off by 1 errorMichael Niedermayer
Fixes out of array accesses Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-19sonicenc: dont put multiple assignments per lineMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-19configure: Remove unneeded icl inline compatibility definitionAlex Smith
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-06-19sonicenc: set supported samples formats arrayMichael Niedermayer
This ensures that only supported formats are input Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2013-06-19doc/encoders: Add libopencore-amrnb docTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-19Merge branch 'frame_num_offset' of https://github.com/mjmvisser/FFmpegMichael Niedermayer
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-19add the start_number offset to var_values[VAR_N] directly, instead of adding ↵Mark Visser
it in func_frame_num
2013-06-19ff_gen_search: fix infinite loopMichael Niedermayer
Fixes Ticket2639 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-18ff_gen_search: fix limitMichael Niedermayer
The limit value could become slightly wrong in the last iteration Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-18ff_gen_search: make step 64it to prevent hypothetical integer overflowMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-18doc/decoders: Document libceltTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-18Add maintainer for WebVTT demuxer and muxerMatthew Heaney
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>
2013-06-18avutil/frame: Try to align width to achive linesize[0] alignmentMichael Niedermayer
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>
2013-06-18lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov
This simplifies the code and avoids using libavcodec-specific avcodec_fill_audio_frame().
2013-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: lavfi: math typo in interlace filter Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-18swresample/x86/audio_convert: add emms to CONVMichael Niedermayer
Might fix Ticket1874 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-18vaapi: return early from ff_vaapi_render_picture() without pictureJanne Grunau
Fixes an assertion when called on uninitialized frame. Spotted after seeking in vlc. Fixes ticket #2461. Tested-by: Timo Reviewed-by: Joakim Plate Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
2013-06-18Revert "vaapi: return early from ff_vaapi_render_picture() without picture"Carl Eugen Hoyos
This reverts commit 4cbf245f2a2cd2170ca30b0788c2af5b506fe6d6. I messed up the author information.
2013-06-18vaapi: return early from ff_vaapi_render_picture() without pictureCarl Eugen Hoyos
Fixes an assertion when called on uninitialized frame. Spotted after seeking in vlc. Fixes ticket #2461. Tested-by: Timo Reviewed-by: Joakim Plate
2013-06-18lavfi/src_movie: Use movie_common_init instead individual wrappersAlexander Strasser
Makes it easier to understand that there is no difference in init callback for movie and amovie. Also saves a few lines of code. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
2013-06-18lavfi/src_movie: Check pointer is not NULL before derefAlexander Strasser
Also do not check against empty string, the lower levels should be able to deal with it. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>