source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4cef928   13 years Reimar.Doeffinger j2kdec: Fix memleak, ensure cleanup is called also on error. Fixes …
(edit) @ad12d60d   13 years Clément Bœsch ffmpeg: fix return value in opt_old2new after e3127db4.
(edit) @369befb4   13 years stefasab vf_deshake: remove unused variable totalangles Variable totalangles …
(edit) @7f6004fc   13 years stefasab vf_deshake: zero-init Transform structs in end_frame() Initialize …
(edit) @e4fa15d1   13 years stefasab configure: provide libavfilter/version.h header to get_version() Fix …
(edit) @f2193569   13 years Clément Bœsch 8svx: fix memleak in iff-fibonacci fate test.
(edit) @e3127db4   13 years Clément Bœsch ffmpeg: use av_asprintf() in opt_old2new() and fix a memleak.
(edit) @2a81e0c2   13 years Clément Bœsch ffmpeg: fix parse_option() string memleak.
(edit) @3a1df393   13 years michaelni ico: favour BITMAPHEADER dimensions over IconEntry dimensions Fixes …
(edit) @c949d5b1   13 years michaelni ffmpeg.c: transcode_video(): do not go through filter network if …
(edit) @62a22b28   13 years michaelni segment: fix FPE when segment_list_size is 0 With the added benefit …
(edit) @645569e1   13 years michaelni Revert "riff: remove references to sonic codec ids" This reverts …
(edit) @0be8e661   13 years stefasab mpegtsenc: do not reference the deprecated ffmpeg option 'vbsf' in a …
(edit) @7efc6f29   13 years stefasab ffmpeg: clarify error message in case of bitstream filter opening failure
(edit) @3fcf841f   13 years stefasab mpegtsenc: fix some typos: aac -> AAC, adts -> ADTS
(edit) @9a7f2aa9   13 years stefasab mpegtsenc: use more meaningful error codes
(edit) @b18e17ea   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
(edit) @a2c41984   13 years michaelni docs: remove extra sar entry for scale filter Signed-off-by: Michael …
(edit) @2c902045   13 years Carl Eugen Hoyos Fix decoding of progressive jpgs with unusual pixel formats. Fixes …
(edit) @4df30f71   13 years alex.converse utils: Check for extradata size overflows.
(edit) @81dc6a2a   13 years janne-libav ARM: rv34: fix asm syntax in dc transform functions Signed-off-by: …
(edit) @6b9e4eea   13 years martin avio: Fix the value of the deprecated URL_FLAG_NONBLOCK This isn't …
(edit) @7cbb32e4   13 years Reimar.Doeffinger Use an int MotionVector for find_block_motion. Using the double …
(edit) @742b660e   13 years Reimar.Doeffinger wtvdec: fix a few memleaks as show by valgrind with the FATE test. …
(edit) @3547f8e   13 years janne-libav rv34: fix and optimise frame dependency checking The sporadic …
(edit) @e1e36904   13 years janne-libav rv34: NEON optimised dc only inverse transform 30-50% faster than the …
(edit) @136ee32d   13 years anton avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.
(edit) @44bcab58   13 years anton ffmenc: remove references to deprecated AVFormatContext.timestamp.
(edit) @e5c70815   13 years anton lavf: undeprecate read_seek(). The "new seeking API" was never …
(edit) @e01a29a4   13 years anton avserver: remove code using deprecated CODEC_CAP_PARSE_ONLY.
(edit) @f3d02a8b   13 years anton lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I
(edit) @a29c25a9   13 years anton lavc: ifdef out parse_only AVOption
(edit) @d54f1e6   13 years anton nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT
(edit) @0c71cc65   13 years anton mpegvideo_enc: ifdef out/replace references to deprecated codec flags.
(edit) @0fd88d39   13 years anton riff: remove references to sonic codec ids They are deprecated and …
(edit) @bb4c1888   13 years stefasab ffprobe: reindent after previous commit
(edit) @b25c239c   13 years stefasab ffprobe: add support to audio frame information printing
(edit) @58e1de72   13 years stefasab ffprobe: set AV_LOG_SKIP_REPEATED log flag Consistent with ffmpeg and …
(edit) @01616f12   13 years Carl Eugen Hoyos Fix linesize for rawvideo in mov. Fixes ticket #823.
(edit) @ef3a19d5   13 years Carl Eugen Hoyos Fix compilation with yasm-0.6.2
(edit) @05577aaf   13 years michaelni sws: yuv2rgb asm, add memory clobber. This fixes dithering for …
(edit) @0512574   13 years michaelni ico: reject icon entries that are smaller than sizeof(BITMAPHEADER) …
(edit) @90dbd081   13 years michaelni ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors
(edit) @bd3a12d6   13 years michaelni ico: consider IconEntry.NumColors of 255 to be ambiguous …
(edit) @3e8a368b   13 years michaelni lavc: constify enums for .pix_fmts Signed-off-by: Michael Niedermayer …
(edit) @bd36ec55   13 years michaelni bmpdec: proper check for alpha Signed-off-by: Michael Niedermayer …
(edit) @f068ce57   13 years michaelni avfilter: pool draining and self destruction support. This should fix …
(edit) @08bab32c   13 years kostya.shishkov indeo4: add some missing static and const qualifiers From the patch …
(edit) @4fd1e2e4   13 years stefasab ffprobe: fix leak in show_packets() Call av_free_packets() at each …
(edit) @7328c2fc   13 years stefasab ffprobe: replace av_destruct_packet() with av_free_packet() …
(edit) @a8b0ece6   13 years stefasab lavfi/testsrc: add "d" alias for the duration option
(edit) @3faa303a   13 years kostya.shishkov rv34: DC-only inverse transform When decoding coefficients, detect …
(edit) @b2ce3b99   13 years anton avconv: use AVFrame.width/height/format instead of corresponding …
(edit) @3167dc95   13 years anton lavfi: move version macros to a new installed header version.h
(edit) @43fe6a29   13 years anton vsrc_buffer: release the buffer on uninit.
(edit) @794006f8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fft: …
(edit) @f7f35632   13 years rsbultje rgb2rgb: rgb12tobgr12() Signed-off-by: Ronald S. Bultje …
(edit) @4093d130   13 years Carl Eugen Hoyos Support encoding RGB48 with libopenjpeg. Reviewed-by: Michael Bradshaw
(edit) @b5fc571e   13 years alex.converse latmdec: Check AudioSpecificConfig length before decoding extradata. …
(edit) @5387f991   13 years michaelni cabac: Try to disable problematic ASM for gcc-llvm 4.2.1 This should …
(edit) @bc115800   13 years michaelni sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template() This …
(edit) @8b87fd98   13 years michaelni bmpenc: support for BGRA Signed-off-by: Michael Niedermayer …
(edit) @ba6e36f9   13 years michaelni swscale: Force full horizontal chroma internally when the output has a …
(edit) @84d0fcf2   13 years michaelni libmp3lame: It appears the buffer used is a bit too small. Increase …
(edit) @e7d02b04   13 years janne-libav fft: init functions with INIT_XMM/YMM. This is required to handle …
(edit) @ca1bae39   13 years Clément Bœsch timecode: support >24h timecode.
(edit) @f1db9916   13 years Clément Bœsch timecode: string representation can be negative. Timecode can be …
(edit) @98aafc5b   13 years Clément Bœsch timecode: set a fixed buffer size of 16B for tc string.
(edit) @56f22b7e   13 years justin.ruggles pcmenc: set frame_size to 0. This indicates that the actual frame …
(edit) @0644cabd   13 years michaelni sws: Move yuv2rgb clipping into the tables. This fixes some cases …
(edit) @7c4b3975   13 years michaelni bmpdec: support various bitfields for 32 bit depth Fixes #740
(edit) @106f714d   13 years michaelni Revert "v4l2: poll the file descriptor" This reverts commit …
(edit) @f01f6a84   13 years justin.ruggles gsm demuxer: use generic seeking instead of a gsm-specific function. …
(edit) @467879eb   13 years justin.ruggles gsm demuxer: return packets with only 1 gsm block at a time. fixes …
(edit) @82390f57   13 years justin.ruggles avcodec: add GSM parser The WAVE demuxer returns packets with many …
(edit) @f1355dfc   13 years diego doc: Replace ffmpeg references in avserver config file by avconv.
(edit) @1466a518   13 years diego doc: Fix names of av_log color environment variables.
(edit) @5ea20630   13 years diego Fix a bunch of platform name and other typos.
(edit) @cf53a212   13 years siretart Add some missing changelog entries and release 0.8_beta2 …
(edit) @98dfdfdd   13 years stefasab tiffdec: notify user that tile support is missing Signed-off-by: …
(edit) @c3ff0713   13 years Carl Eugen Hoyos Fix step_minus1 pixel descirption for RGB64.
(edit) @014f8d81   13 years siretart No longer build libpostproc by default update documentation to inform …
(edit) @550f7c43   13 years michaelni Fixes wrong duration in .mov file. Issue 599 Signed-off-by: Michael …
(edit) @ac7efd33   13 years michaelni sws: fix unscaled LE<->BE rgb<->bgr Signed-off-by: Michael …
(edit) @6fe7b572   13 years michaelni doc: Fix stray references to libva Signed-off-by: Michael Niedermayer …
(edit) @0e7fc3ca   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @68e252f5   13 years janne-libav wtv: fix memleaks during normal operation
(edit) @f6a152db   13 years janne-libav threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
(edit) @a9bd29e1   13 years michaelni Merge remote-tracking branch 'richardpl/sws' * richardpl/sws: …
(edit) @f4a01d77   13 years michaelni x86inc: remove duplicate movlhps Signed-off-by: Michael Niedermayer …
(edit) @24be30de   13 years michaelni ljpegdec: Fix the left column of rgb24 decoding Fixes Ticket894 …
(edit) @9472d37d   13 years janne-libav rv34: frame-level multi-threading Statistics for bourne.rmvb -an -f …
(edit) @3ab7700   13 years janne-libav mpegvideo: claim ownership of referenced pictures Under certain …
(edit) @0cc88646   13 years stefasab ffprobe: use av_toupper() in upcase_string()
(edit) @17ce5291   13 years alex.converse aacsbr: prevent out of bounds memcpy(). Fixes Libav Bug 195. This …
(edit) @31801ded   13 years michaelni Merge remote-tracking branch 'hexene/stagefright' * …
(edit) @4556ebfb   13 years justin.ruggles ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM frame sample count …
(edit) @e9626eb3   13 years justin.ruggles sierravmd: fix audio pts The duration of the first packet was being …
(edit) @5ab6f0fe   13 years michaelni Revert "swscale: fix integer overflows in RGB pixel writing." This …
(edit) @29112db8   13 years rsbultje bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. …
Note: See TracRevisionLog for help on using the revision log.