source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3ba69a15   15 years stefano.sabatini-lala Implement av_bmg_next(), a Box-Muller Gaussian random generator. See …
(edit) @62d75662   15 years stefano.sabatini-lala Implement a -filters option, listing all the available libavfilter …
(edit) @106fa129   15 years Carl Eugen Hoyos Reset pts_buffers in av_read_frame_flush(). Patch by John Stebbins, …
(edit) @92f99a33   15 years vitor1001 Commit functions used by both AMRNB and SIPR Originally committed as …
(edit) @dae658d7   15 years stefano.sabatini-lala Reduce the number of encoded frames for the dnxhd tests to 5. …
(edit) @6d01a97c   15 years Carl Eugen Hoyos Fail earlier for unsupported resolutions or pixel formats when …
(edit) @47a81dad   15 years michaelni indent Originally committed as revision 20802 to …
(edit) @a0b468f5   15 years michaelni Make sure av_new_packet() initializes the data and destruct pointers. …
(edit) @15a316c   15 years stefano.sabatini-lala Make parse_filter() parsing more robust. Add ';' and '\n' to the …
(edit) @cfac91fe   15 years kostya.shishkov Dump RTMP packet contents in debug mode Originally committed as …
(edit) @f8caa544   15 years kostya.shishkov 5l trocadero: don't forget to free packet in gen_connect() Patch by …
(edit) @72b870b9   15 years kostya.shishkov Do not try to interact with RTMP server after "stop" command was …
(edit) @ab176fdf   15 years Carl Eugen Hoyos (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. …
(edit) @f63e5a74   15 years Carl Eugen Hoyos Support Etymonix MPEG-2 video codec, fixes issue 1603. Originally …
(edit) @254dd3f1   15 years Carl Eugen Hoyos Do not print 'faac:' when using libfaad. Originally committed as …
(edit) @a1a63143   15 years michaelni Cosmetic (restructure RGB ljpeg check to be more readable) Originally …
(edit) @401e0a7   15 years michaelni 10l, Fix YUV ljpeg that i just broke by mistake. Originally committed …
(edit) @ca78dc3c   15 years michaelni Correct a forgotten RGB32. Originally committed as revision 20791 to …
(edit) @3c3c01d9   15 years michaelni Flip red and blue in rct-less lossless jpeg. Fixes issue1466, and …
(edit) @49b1919   15 years michaelni Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a …
(edit) @e0b176ad   15 years michaelni Fix RGB LJPEG encoding. Originally committed as revision 20788 to …
(edit) @65214b62   15 years Carl Eugen Hoyos Cosmetics: Fix typos in r20780. Originally committed as revision …
(edit) @4bae2251   15 years tempn add dvcs to dvvideo, fixes issue 1604 Originally committed as …
(edit) @e4d1d920   15 years michaelni Improve time_increment_bits guessing code. Originally committed as …
(edit) @52255d17   15 years michaelni End startcode prefix search at the end of a AVC unit. Fixes issue1550. …
(edit) @f543f636   15 years lorenm revert r20775, because equivalent code has been committed to x264 …
(edit) @099f772e   15 years darkshikari Minor version bump for mbtree addition. Originally committed as …
(edit) @4b86926b   15 years Carl Eugen Hoyos Support AVI1 and AVI2 in avi as MJPEG. Fixes issue 1602. Originally …
(edit) @24b403f3   15 years Carl Eugen Hoyos Mention patcheck. Patch by Zhihang Wang, zhihang D wang A gmail …
(edit) @62096b99   15 years stefano.sabatini-lala Make parse_key_value_pair() print an error message if a key is not …
(edit) @7d132c54   15 years stefano.sabatini-lala Use an unsigned int to contain all the color values of the expressions …
(edit) @758c7455   15 years lorenm fix a crash in ape decoding on x86_32 sse2 Originally committed as …
(edit) @21600a77   15 years daniel AC-3 decoder is no longer GPL; update FAQ Originally committed as …
(edit) @2d0cacde   15 years darkshikari Boolify options passed to x264. Originally committed as revision …
(edit) @25a42948   15 years darkshikari Add MBtree support for libx264 Patch by Erik Slagter Originally …
(edit) @f6586314   15 years andreas aac: Set sample rate in avctx from ADTS header (if not already set by …
(edit) @e262365   15 years michaelni Reduce warnings about too few consumed bytes to debug level. Fixes …
(edit) @e87eb039   15 years stefano.sabatini-lala Fix alpha plane flipping for the yuva420p and similar pixel formats. …
(edit) @e185a2f6   15 years michaelni Do as the comment says and signal an error. Originally committed as …
(edit) @b8919a3   15 years michaelni 10l bug, use av_fast_malloc() instead if av_malloc() for allocating …
(edit) @15bfe412   15 years michaelni Try to allocate audio buffer sizes depending on the number of input …
(edit) @5ee05a62   15 years michaelni Check that the buffer size speified to avcodec_encode_audio() is not …
(edit) @060b8592   15 years michaelni Do not assume that av_get_bits_per_sample() is a multiple of 8. …
(edit) @b68a7679   15 years michaelni Raise threshold of h263 probe by 1 to avoid misdetection. Fixes issue …
(edit) @f76eef99   15 years michaelni Add out commented av_log to debug h263_probe. Originally committed as …
(edit) @6de5b627   15 years michaelni Also print the number of invalid packets in the debug output. …
(edit) @55f6524   15 years michaelni Flip the comparission direction of vid+audio+priv1 and pspack, it …
(edit) @7f6458a7   15 years Reimar.Doeffinger Make sure that compilation fails if functions like ff_put_string are …
(edit) @80f47250   15 years michaelni Get rid of audio_out2, it seems unneeded. Originally committed as …
(edit) @384af837   15 years jmenon86 Update seek.regression.ref. This is due to r20758. Originally …
(edit) @4da715cb   15 years jmenon86 AU : demuxed packet size should be sample size aligned. Fixes issue …
(edit) @a8bcc7b4   15 years ramiro.polla Document the differences between the two asm fragments in …
(edit) @445a9dee   15 years michaelni Print error messages on errors. Originally committed as revision …
(edit) @f78501b2   15 years michaelni Fix apparent 10l typos introduced in r8627. These typos moved the …
(edit) @75084e47   15 years ramiro.polla Start using intermediate buffers at index 0. These index variables are …
(edit) @3a1acfd7   15 years stefano.sabatini-lala Reindent after the last commit. Originally committed as revision …
(edit) @bf972d5e   15 years stefano.sabatini-lala Fix slicify when the slice_direction is negative, make it send slices …
(edit) @35c504b6   15 years ramiro.polla Update documentation for r20435 (which added the -fpre option). …
(edit) @08f1960   15 years Carl Eugen Hoyos Cosmetics: Fix indentation after r20751. Originally committed as …
(edit) @bfb5a8ce   15 years Carl Eugen Hoyos Simplified deblocking checks. Patch by Dark Shikari Originally …
(edit) @50ba3fd7   15 years Carl Eugen Hoyos Faster checks in reverse_dc_prediction. Patch by Dark Shikari …
(edit) @c11cb375   15 years Carl Eugen Hoyos Check transform==15 first, since it's more common than 13. Patch by …
(edit) @306a61b3   15 years Carl Eugen Hoyos Revert r20747: It mixed functional and cosmetical changes. Originally …
(edit) @63c0b3d9   15 years darkshikari Various VP3 optimizations. Faster checks in reverse_dc_prediction. …
(edit) @e07c92e4   15 years kostya.shishkov cosmetics: insert space between codeword and left parenthesis …
(edit) @615c2879   15 years kostya.shishkov Do not send invokes to RTMP server if we are not connected to it. …
(edit) @b593f7fd   15 years daniel Calls to url_fseek should have their return value checked in …
(edit) @a4605efd   15 years lorenm slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no …
(edit) @91e644ff   15 years lorenm r20739 broke compilation on systems without yasm Originally committed …
(edit) @33946533   15 years jmenon86 Update frame_width and frame_height based on the lowres value. Fixes …
(edit) @ef6fc64   15 years stefano.sabatini-lala Add 'const' attribute to the last_asked_format variable, fix a …
(edit) @b1159ad9   15 years lorenm refactor and optimize scalarproduct 29-105% faster apply_filter, 6-90% …
(edit) @e470691a   15 years ramiro.polla Fix compilation with runtime cpu detection. All functions in …
(edit) @6e4f40e1   15 years Carl Eugen Hoyos Cosmetics: Reindent after r20679. Originally committed as revision …
(edit) @f50270c9   15 years Carl Eugen Hoyos Cosmetics: Reindent after r20736. Originally committed as revision …
(edit) @442d7dd8   15 years michaelni Make sure the parsers do not overwrite width/height as this can …
(edit) @11f6d098   15 years stefano.sabatini-lala Add an entry for the avfilter_draw_slice() API changes implemented in …
(edit) @a13a5437   15 years stefano.sabatini-lala Add a slice_dir parameter to avfilter_draw_slice(). Avoid the need to …
(edit) @78149213   15 years stefano.sabatini-lala Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo
(edit) @c7240611   15 years kostya.shishkov cosmetics: reindent after last commit Originally committed as …
(edit) @6bf22e1   15 years kostya.shishkov Implement RTMP output (publishing FLV stream to RTMP server). Patch by …
(edit) @b83ccbff   15 years michaelni Do not crash on frame size changes. Fixes issue1481. Originally …
(edit) @d09f65c7   15 years lorenm 1-13% faster apply_filter, 1-3% faster ape decoding on core2 …
(edit) @84a29dc1   15 years kostya.shishkov Compress headers for output RTMP packets. Patch by Sergiy …
(edit) @1e68cefe   15 years kostya.shishkov 100l trocadero: call emms_c() after doing decoding with SIMD in APE …
(edit) @ccc4b918   15 years michaelni Make sure ff_init_qscale_tab() is called one way or another when …
(edit) @9015b095   15 years michaelni Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is …
(edit) @bdcc13f2   15 years baptiste.coudurier lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* …
(edit) @f38e4507   15 years baptiste.coudurier use lzw compression in gif encoder Originally committed as revision …
(edit) @b10fa1b   15 years lorenm port ape dsp functions from sse2 to mmx now requires yasm Originally …
(edit) @f415be6   15 years ramiro.polla Add support for nv12/nv21 input. Originally committed as revision …
(edit) @e244f54e   15 years ramiro.polla Make av_log_level static at next lavu major version bump. Originally …
(edit) @2ae87a6d   15 years lorenm avoid an unpredictable branch 20% faster predictor_update_filter, …
(edit) @36373cde   15 years lorenm inline to allow constant propagation 50% faster …
(edit) @2784ede4   15 years kostya.shishkov Remove duplicating variable Originally committed as revision 20718 to …
(edit) @6a63e83a   15 years kostya.shishkov 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too …
(edit) @31da5966   15 years kostya.shishkov Send connect() and createStream() in RTMP system channel, not video …
(edit) @5e9ad759   15 years kostya.shishkov Move "app" string into RTMP protocol context. Patch by Sergiy …
(edit) @a352b605   15 years kostya.shishkov RTMP packets with one-byte header use previous packet timestamp …
(edit) @15e65f83   15 years ramiro.polla Update help text for -fpre option to make it a little less confusing. …
Note: See TracRevisionLog for help on using the revision log.