source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8c216473   15 years stefano.sabatini-lala Remove redundant file descriptions from copyright headers. File …
(edit) @a3731cad   15 years stefano.sabatini-lala Avoid the use of the symbol ff_expr_s for referencing AVExpr. This …
(edit) @96561c12   15 years jmenon86 DECLARE_ALIGNED usage requires #inclusion of 'mem.h'. Originally …
(edit) @80ed701   15 years stefano.sabatini-lala Doxument ff_free_expr(). Originally committed as revision 22837 to …
(edit) @21302fed   15 years stefano.sabatini-lala Make ff_fill_linesize() use the information stored in …
(edit) @7e939205   15 years Carl Eugen Hoyos Set audio bit rate. Patch by Howard Chu, hyc highlandsun com …
(edit) @f8fea468   15 years stefano.sabatini-lala Rename ff_eval_free() to ff_free_expr(). Originally committed as …
(edit) @073f6d5b   15 years stefano.sabatini-lala Rename AVEvalExpr to AVExpr, as suggested by Michael. The new name is …
(edit) @5fccafdb   15 years stefano.sabatini-lala Move AVEvalExpr declaration at the beginning of the file, where it is …
(edit) @0f1f4816   15 years michaelni Raise needed score for codec probing in CODEC_ID_PROBE before the last …
(edit) @ac1c9564   15 years uhmmmm Bump libavfilter minor version and Changelog for unsharp filter …
(edit) @3ffdd09a   15 years jmenon86 alacenc : Report supported input sample formats. Originally committed …
(edit) @e73d1a5e   15 years mans ARM: NEON optimised synth_filter_float 2.7x faster DCA decoding on …
(edit) @f462ed1f   15 years mans Make synth_filter a function pointer Originally committed as revision …
(edit) @38d52f3e   15 years mans DCA: align some arrays Optimised implementations of the synth filter …
(edit) @b9f60bd8   15 years alex.converse Add M_SQRT2 to the constants in mathematics.h. Originally committed …
(edit) @497431a   15 years michaelni Dont try to compute AVPacket duration for possibly interlaced video …
(edit) @79f8b328   15 years jmenon86 ffplay : Add 's' to the list of supported commands. Originally …
(edit) @7a6fe01   15 years tomas.hardin Seeking forward in non-seekable media by discarding data, regardless …
(edit) @01d91b9b   15 years tomas.hardin Reusing the probe buffer to rewind the ByteIOContext in …
(edit) @ba659bed   15 years alex.converse Reindent read_sbr_extension. Originally committed as revision 22820 …
(edit) @73c27046   15 years alex.converse Print an error and skip PS when PS is found but explicitly found but …
(edit) @d14662f6   15 years alex.converse Add support for PS sync extensions. Originally committed as revision …
(edit) @37216b99   15 years alex.converse Use get_bits_left() in the sync extension check. Originally committed …
(edit) @702b73bc   15 years alex.converse Fix ext_object_type. In the case of explicit non-backwards compible …
(edit) @58f48adb   15 years banan Add DynamicACL support for FFserver. Originally committed as revision …
(edit) @c6cf6ae6   15 years banan Don't write an empty spdif header in spdif muxers write_header …
(edit) @e0728d79   15 years uhmmmm Add unsharp video filter. Contributed by Daniel G. Taylor …
(edit) @b9bd6589   15 years stefano.sabatini-lala Clarify doxy for av_fifo_alloc(). Originally committed as revision …
(edit) @77a670e7   15 years benoit.fouet Fix segfault when encoder initialization fails. Patch by Craig …
(edit) @2100348   15 years rsbultje Add actually correct rXXXXX here. Originally committed as revision …
(edit) @46e6fb4   15 years rsbultje Simplify writing stream metadata. Patch by Anton Khirnov <wyskas …
(edit) @1a6498d7   15 years rsbultje Don't overwrite user-supplied metadata with metadata mapped from an …
(edit) @56a8242f   15 years rsbultje Actually add flag (somehow got lost in my previous patchset?), fixes …
(edit) @3dd6180f   15 years rsbultje Add a flag to not overwrite existing tags Patch by Anton Khirnov …
(edit) @0950e17   15 years martin Reindent Originally committed as revision 22805 to …
(edit) @0e4b185a   15 years martin Fix leaks in the AAC RTP depacketizer Originally committed as …
(edit) @1da1e193   15 years rsbultje Add void to a function prototype that takes no arguments. Fixes a …
(edit) @0e1f78f9   15 years michaelni Fix rounding direction for calculation of AVPacket.duration. Fixes …
(edit) @3370289   15 years martin Zero-initialize the reply struct The status_code field is read in the …
(edit) @1e4dd198   15 years diego Document minimum binutils requirements on Unix-like platforms. based …
(edit) @5b33a553   15 years stefano.sabatini-lala Implement support to the AVSEEK_SIZE operation in file_seek(). Avoid …
(edit) @685598f5   15 years stefano.sabatini-lala Reindent. Originally committed as revision 22798 to …
(edit) @ac61f59a   15 years stefano.sabatini-lala Rename av_encode() to av_transcode(), the new name is more meaningful. …
(edit) @37f57ab4   15 years michaelni Allow AVFormatContext.duration to be set if no individual stream …
(edit) @2819760b   15 years siretart Avoid division by zero Based on clang-scan report …
(edit) @2bb96256   15 years uhmmmm Remove variable whose value was never read. Found by clang. …
(edit) @c99baf05   15 years vitor1001 Add help for (I)RDFT test in fft-test Originally committed as …
(edit) @c2b774a0   15 years vitor1001 Make code using 1d-DCT consistent with the API change Originally …
(edit) @2874c81c   15 years stefano.sabatini-lala Replace all remaining occurrences of AVERROR_NOMEM with …
(edit) @0e642188   15 years martin Remove a redundant assignment, found by clang Originally committed as …
(edit) @bee694bc   15 years diego Group Unix-like platforms together in the platform documentation. …
(edit) @57a80d7   15 years diego minor spelling fixes Originally committed as revision 22788 to …
(edit) @18590be6   15 years Carl Eugen Hoyos Use AVDISCARD_DEFAULT for 0 where appropriate. Originally committed …
(edit) @ff273dda   15 years rsbultje Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + …
(edit) @f3c68c5b   15 years rsbultje ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. …
(edit) @5234292   15 years alex.converse aacenc: Error when an unsupported profile is requested Originally …
(edit) @7b374c9f   15 years rsbultje Another uninitialized value. See …
(edit) @190413cf   15 years rsbultje Fix uninitialized value in codepath. See …
(edit) @ddf8e75e   15 years rsbultje Remove dead initialization. Originally committed as revision 22781 to …
(edit) @0b9535b9   15 years rsbultje Remove dead initialization. Originally committed as revision 22780 to …
(edit) @636da41a   15 years alex.converse aacenc: Don't lowpass the input unless specifically requested. The …
(edit) @008593be   15 years michaelni Change default for bidir_refine to 1. Originally committed as …
(edit) @fd8277f   15 years michaelni Optimize bidir_refine a bit. compiled code is less tham 1/4 the size. …
(edit) @fea9bb2f   15 years martin Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_ …
(edit) @a69220cc   15 years michaelni Change bidir refine hash code so we only need to perform a single hash …
(edit) @4bebf2cf   15 years martin Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ This was accidentally …
(edit) @2d603902   15 years michaelni Reduce the size of the bidir refine hashtable from 4096 to 256 and …
(edit) @e056d2a2   15 years michaelni Move comment that belonged to cmp() back to cmp(). Originally …
(edit) @919e7497   15 years michaelni slice dice, inline and outline cmp() motion_est.o is now less than …
(edit) @4ed39eed   15 years michaelni av_builtin_constant_p() Originally committed as revision 22770 to …
(edit) @458b062d   15 years stefano.sabatini-lala Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading …
(edit) @339f5f39   15 years rsbultje Merge Vorbis / Theora depayloaders. Patch by Josh Allmann <joshua DOT …
(edit) @cb92a9c0   15 years rsbultje Reindent after r22766. Patch by Josh Allmann <joshua DOT allmann AT …
(edit) @96070b8   15 years rsbultje Rename functions / comments from "Theora" to "Xiph" where relevant. …
(edit) @06a36faf   15 years rsbultje Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for …
(edit) @d834d63b   15 years Carl Eugen Hoyos Add -t option to ffplay. Patch by Robert Krüger, krueger signal7 de …
(edit) @00bbc093   15 years michaelni Store range coder state transition table. Use a better table, 2% …
(edit) @fa034b44   15 years Reimar.Doeffinger Allow hardcoding of ulaw and alaw tables. Originally committed as …
(edit) @8eaa6e0e   15 years Reimar.Doeffinger Change/simplify the tableprint/tablegen API. Originally committed as …
(edit) @27eecec3   15 years Reimar.Doeffinger Convert two "m" constraints to MANGLE to fix compilation with some …
(edit) @d749da7e   15 years benoit.fouet Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. Patch by …
(edit) @ccf8c294   15 years michaelni Limit probing to probesize. Originally committed as revision 22758 to …
(edit) @527c2e64   15 years benoit.fouet Fix flvdec start-of-frame. Patch by Howard Chu hyc highlandsun com …
(edit) @cf097cbc   15 years uhmmmm Cosmetics: indentation Originally committed as revision 22756 to …
(edit) @c41c5b02   15 years uhmmmm Don't create unnecessary refereces to pictures Originally committed …
(edit) @dd0c789b   15 years uhmmmm Hook decoder up to libavfilter's direct rendering for ffplay …
(edit) @0fb49b59   15 years uhmmmm Add function to export EDGE_WIDTH from libavcodec. Originally …
(edit) @c846a984   15 years rsbultje Document API addition of avcodec_copy_context(). Originally committed …
(edit) @d9521cb1   15 years rsbultje Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is …
(edit) @d1032180   15 years rsbultje Add avcodec_copy_context(). Originally committed as revision 22750 to …
(edit) @e33f1fa0   15 years stefano.sabatini-lala Add entry for the addition of av_match_ext() to the public API. …
(edit) @1a70d127   15 years stefano.sabatini-lala Make av_match_ext() declaration public (move its declaration out of …
(edit) @5b03661f   15 years Reimar.Doeffinger Replace some "m" constraints by MANGLE to avoid issues with some …
(edit) @c7512f6b   15 years jmenon86 Fix a few typos/grammar nits from r22739. Originally committed as …
(edit) @a4585e78   15 years Carl Eugen Hoyos Fix likely typo in r15937. Originally committed as revision 22746 to …
(edit) @fe8344a   15 years michaelni Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. Originally committed …
(edit) @cc947f04   15 years Carl Eugen Hoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. Patch by …
(edit) @46da7fa1   15 years Carl Eugen Hoyos Probe aac codecs for CODEC_ID_PROBE. Patch by Joakim Plate, elupus …
(edit) @8166c498   15 years Carl Eugen Hoyos Remove superfluous space from a conversion table. Patch by Anton …
Note: See TracRevisionLog for help on using the revision log.