source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f20418c3   13 years diego vaapi: do not assert on value read from input bitstream User-provided …
(edit) @86e8272a   13 years diego flashsvenc: replace bitstream description by a link to the …
(edit) @20a6f210   13 years diego flashsvenc: drop unnecessary cast
(edit) @0686515c   13 years diego flashsvenc: improve some variable names and fix corresponding comments
(edit) @59ef6bde   13 years diego flashsvenc: merge two consecutive if-conditions
(edit) @12e9bf3e   13 years diego flashsvenc: merge variable declarations and initializations
(edit) @b88523c2   13 years diego flashsvenc: convert some debug av_log() to av_dlog()
(edit) @3d5669c6   13 years diego flashsvenc: whitespace cosmetics
(edit) @4877356d   13 years diego flashsvenc: drop some unnecessary parentheses
(edit) @36ba39d1   13 years diego flashsvenc: fix some comment typos
(edit) @e5902d60   13 years mans aacps: skip some memcpy() if src and dst would be equal …
(edit) @d3bb7191   13 years anton lavf/utils: drop av_ prefixes from static functions.
(edit) @c3bec4cd   13 years anton avio: don't replicate avio_alloc_context functionality.
(edit) @e3bc07f4   13 years martin configure: Automatically add more flags required on symbian …
(edit) @66f6bab7   13 years diego mem.h: switch doxygen parameter order to match function prototype
(edit) @bee6d2fd   13 years diego doxygen: replace @sa tag by the more readable but equivalent @see
(edit) @ad4cd0c2   13 years diego doxygen: use Doxygen markup for authors and web links where appropriate
(edit) @6168781f   13 years diego doxygen: do not include license boilerplate in Doxygen documentation
(edit) @ca5d57ef   13 years martin ac3enc: Mark AVClasses const Signed-off-by: Martin Storsjö …
(edit) @863e2046   13 years rsbultje ffserver: Replace two loops with one loop. Signed-off-by: Mike …
(edit) @daca3365   13 years martin ffmpeg: Fix the check for experimental codecs The variable 'codec' …
(edit) @baba2eed   13 years rsbultje swscale: extend mmx padding. Fixes a crash when forcing libc to …
(edit) @55eda370   13 years rsbultje swscale: clip unscaled colorspace conversion path. Prevents overflows …
(edit) @99b9df52   13 years diego doxygen: misc consistency cosmetics
(edit) @a2f31564   13 years diego doc: remove file name from @file directive in Doxygen usage example …
(edit) @f6f95d4e   13 years diego doxygen: consistently place brief description
(edit) @ec679eb4   13 years diego doxygen: place empty line between brief description and detailed …
(edit) @5a819c5e   13 years diego avformat_open_input(): Add braces to shut up gcc warning. …
(edit) @6cb11979   13 years anton APIchanges: fill in missing hashes and dates.
(edit) @f2f523ff   13 years anton Add an APIChanges entry and bump minor versions for recent changes.
(edit) @8d03ca0   13 years anton ffmpeg: print the low bitrate warning after the codec is openend. …
(edit) @d0fcf39f   13 years diego doxygen: Move function documentation into the macro generating the …
(edit) @96c1e6d4   13 years diego doxygen: Make sure parameter names match between .c and .h files.
(edit) @8062124   13 years diego h264: move fill_decode_neighbors()/fill_decode_caches() to …
(edit) @ac4a85f4   13 years rsbultje H.264: Add more x86 assembly for 10-bit H.264 predict functions …
(edit) @e358f7ee   13 years anton lavf: fix invalid reads in avformat_find_stream_info()
(edit) @35d2e4e5   13 years anton cmdutils: replace opt_default with opt_default2() and remove …
(edit) @bf174a70   13 years anton ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.
(edit) @3009f521   13 years anton ffplay: use new avcodec_open2 and avformat_find_stream_info API.
(edit) @8c8eab8b   13 years anton cmdutils: store all codec options in one dict instead of …
(edit) @a9eb4f08   13 years anton ffmpeg: check experimental flag after codec is opened. This doesn't …
(edit) @8e2d085   13 years anton ffmpeg: do not set GLOBAL_HEADER flag in the options context The …
(edit) @b5849f77   13 years justin.ruggles ac3enc: merge AC3MDCTContext with AC3EncodeContext. Since both the …
(edit) @82cea7cb   13 years justin.ruggles ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext
(edit) @f501157e   13 years justin.ruggles ac3enc: fix memleak
(edit) @cdc5a3a   13 years rsbultje mpeg1video: add CODEC_CAP_SLICE_THREADS.
(edit) @13551ad1   13 years anton lavf: fix segfault in av_open_input_stream() ic is NULL in case of error.
(edit) @575c38d7   13 years anton mpegtsenc: set Random Access indicator on keyframe start packets …
(edit) @a58858d6   13 years alex.converse lavf: Cleanup try_decode_frame() logic. This fixes AAC playback in ffplay.
(edit) @71a1d111   13 years diego Replace some gotos that lead to single return statements by direct return.
(edit) @191c5f8   13 years diego build: move tests/seek_test.c to libavformat and reuse generic build rules
(edit) @2c4d7bf0   13 years mans mxfenc: include needed header for ff_iso8601_to_unix_time() prototype …
(edit) @6379900c   13 years anton Add a check for strptime(). It's an XSI extension, not available on …
(edit) @001d668d   13 years anton lavf: factor out conversion of ISO8601 string to unix time
(edit) @b21e6b70   13 years anton wav: parse 'bext' metadata Signed-off-by: Anton Khirnov …
(edit) @67b1761f   13 years anton wav: keep parsing until EOF if the input is seekable and we know the …
(edit) @90f2ee8c   13 years anton wav: Refactor the tag checking into a switch statement Signed-off-by: …
(edit) @1cf18de9   13 years anton wav: make sure neither data_size nor sample_count is negative. …
(edit) @7f84055e   13 years anton wav: refactor the 'fmt ' tag search and parsing. Moving the search …
(edit) @a4ad9438   13 years anton wav: add an option for writing BEXT chunk Signed-off-by: Anton …
(edit) @c7dd3e7e   13 years anton ffmpeg: get rid of a pointless limit on number of streams.
(edit) @646a9a18   13 years anton ffmpeg: remove an unused define.
(edit) @0cdd1208   13 years anton Musepack SV7: try to read files without number of frames provided …
(edit) @2cb6dec6   13 years diego doc: Improve references to external URLs. Sometimes it makes sense to …
(edit) @028216b2   13 years diego h264: move decode_mb_skip() from h264.h to h.264_mvpred.h This …
(edit) @98704131   13 years diego ffplay: skip return value of avcodec_decode_video2 / …
(edit) @828e2073   13 years diego dnxhdenc: Replace a forward declaration by the proper #include.
(edit) @c90a2538   13 years rsbultje h264: move h264_mvpred.h include. Fixes the following compile error …
(edit) @e59d6b4d   13 years rsbultje pix_fmt: Fix number of bits per component in yuv444p9be …
(edit) @5f847bf6   13 years anton lavf: deprecate AVFormatContext.timestamp It's replaced by …
(edit) @b12c2592   13 years anton ffmpeg: merge input_files_ts_scale into InputStream.
(edit) @6fbf2485   13 years anton ffmpeg: don't abuse a global for passing sample format from input to …
(edit) @87c739a3   13 years anton ffmpeg: don't abuse a global for passing channel layout from input to …
(edit) @1cede1d0   13 years anton ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()
(edit) @93ade976   13 years anton matroskaenc: make SSA default subtitle codec. It's a better format …
(edit) @4cc3467e   13 years rsbultje oggdec: prevent heap corruption. Specifically crafted samples can …
(edit) @b047941d   13 years diego changelog: misc typo and wording fixes
(edit) @b5bbc84f   13 years jason H.264: add filter_mb_fast support for >8-bit decoding Much faster …
(edit) @5ccbf809   13 years diego doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.
(edit) @7ce914f   13 years mans lls: use av_lfg instead of rand() in test program Signed-off-by: Mans …
(edit) @1fef92f   13 years mans build: remove unnecessary dependency on libs from 'all' target The …
(edit) @f6b7f724   13 years jason H.264: avoid redundant alpha/beta calculations in loopfilter
(edit) @a4f6be86   13 years jason H.264: optimize intra/inter loopfilter decision
(edit) @8923cfa3   13 years anton mpegts: fix Continuity Counter error detection According to MPEG-TS …
(edit) @ca903615   13 years mans build: remove unnecessary FFLDFLAGS variable This variable is set to …
(edit) @d1cf459   13 years rsbultje vp8/mt: flush worker thread, not application thread context, on seek. …
(edit) @5eafc8b4   13 years rsbultje mt: proper locking around release_buffer calls. This fixes a crash …
(edit) @58ef4ecf   13 years rsbultje DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]
(edit) @1765aacb   13 years mans hwaccel: unbreak build Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @657ccb5a   13 years diego Eliminate FF_COMMON_FRAME macro. FF_COMMON_FRAME holds the contents …
(edit) @142e76f1   13 years rsbultje swscale: fix crash with dithering due incorrect offset calculation. …
(edit) @fdb94444   13 years mans matroskadec: fix stupid typo (!= -> ==) Signed-off-by: Mans Rullgard …
(edit) @3e5cce81   13 years diego build: remove duplicates from order-only directory prerequisite list …
(edit) @28e1c979   13 years mans build: rework rules for things in the tools dir Declaring tools …
(edit) @b695256   13 years mans configure: fix --cpu=host with gcc 4.6 The output from -v with gcc …
(edit) @11043d80   13 years mans ARM: use const macro to define constant data in asm Signed-off-by: …
(edit) @39c2a6bf   13 years mans bitdepth: simplify FUNC/FUNCC macros Signed-off-by: Mans Rullgard …
(edit) @710b8df9   13 years mans dsputil: remove ff_emulated_edge_mc macro used in one place This …
(edit) @0f6fc866   13 years mans 9/10-bit: simplify clipping macros Signed-off-by: Mans Rullgard …
(edit) @f47ac3c6   13 years anton matroskadec: reindent
Note: See TracRevisionLog for help on using the revision log.