source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e8049af1   10 years diego mpegts: Do not try to write a PMT larger than SECTION_SIZE Prevent …
(edit) @35324054   10 years diego cpu-test: Add unistd.h #include for getopt()
(edit) @30e50c50   10 years anton lavf: eliminate ff_get_audio_frame_size() It is basically a wrapper …
(edit) @481a3667   10 years anton cmdutils: allow matching by metadata in stream specifiers
(edit) @8ddc3262   10 years anton mem: add av_strndup() for duplicating substrings
(edit) @aa51b049   10 years anton avconv: rename output_packet() to process_input_packet() It more …
(edit) @159a06df   10 years anton stereo3d: initialize AVStereo3D to zero Signed-off-by: Anton Khirnov …
(edit) @4e629ef8   10 years martin http: Fix authentication, broken since 6a463e7fb The cur_*auth_type …
(edit) @db68ef89   10 years anton ogg: update event_flags with STREAM_/METADATA_UPDATED whenever …
(edit) @cc3e88a2   10 years anton mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever …
(edit) @fa3a5dd4   10 years anton nutdec: update AVFormatContext.event_flags with …
(edit) @0f789322   10 years anton flvdec: update AVFormatContext.event_flags with METADATA_UPDATED …
(edit) @93c04e09   10 years anton Expose metadata found in onCuePoint events in .flv files. Currently, …
(edit) @019d3fcc   10 years anton Set protocol-level metadata in AVFormatContext any time a packet is …
(edit) @7e38903b   10 years anton http: enable icy metadata by default. It won't hurt servers that …
(edit) @7601f941   10 years anton http: export icecast metadata as an option with name "metadata". …
(edit) @a8c104a   10 years anton AVOption: add support for dictionary types. In order to support …
(edit) @afbd4b7   10 years anton lavf: add AVFormatContext/AVStream fields for signaling to the user …
(edit) @72199e10   10 years martin configure: Check for nanosleep in headers as well, not only in libs …
(edit) @428b0578   10 years martin w32threads: Use newer thread synchronization functions when targeting …
(edit) @8bf3bf6   10 years martin http: Stop reading after receiving the whole file for non-chunked …
(edit) @da7d839a   10 years anton ffv1dec: check that global parameters do not change in version 0/1 …
(edit) @3187fa14   10 years anton hevc_mvs: avoid deriving tmvp in amvp Reduces the number of calls to …
(edit) @14ca0aa6   10 years anton hevc: wait proper position for tmvp The position is either rounded or …
(edit) @cf6090dc   10 years anton hevc: use intreadwrite When dealing with MVs, both components may be …
(edit) @ed53cc21   10 years anton hevc: derive partial merge list The merge list only needs to be …
(edit) @3505b196   10 years anton hevc: derive partially amvp list When the candidate has been found, …
(edit) @09182b3   10 years anton hevc: simplify rounding Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @d1b1c3bb   10 years anton hevc: reorder loops iterate over memory in a more continuous order …
(edit) @08b94f16   10 years martin configure: Don't pass MSVC compiler options -M[TD] to armasm The -MD …
(edit) @cc1d8c54   10 years diego avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump
(edit) @d63443b9   10 years anton lavc: drop the av_fast_{re,m}alloc compatibility wrappers They were …
(edit) @8dca087   10 years diego mpegts: Return proper error code on invalid input data Signed-off-by: …
(edit) @59cc0812   10 years siretart Prepare for 11_alpha2 Release
(edit) @ab0742d2   10 years martin configure: Suggest upgrading gas-preprocessor instead of just …
(edit) @9f8cf50e   10 years martin configure: Enable gas-preprocessor on all OSes but only if available …
(edit) @f4312352   10 years martin configure: Add probe identification of MS armasm Signed-off-by: …
(edit) @2597a84   10 years lu_zero tiff: Improve grayscale support Only use PAL8 if palette is present, …
(edit) @fb1ddcdc   10 years lu_zero avresample: Introduce AVFrame-based API
(edit) @8c6f4302   10 years lu_zero mpeg: Suppress a compiler warning on callback type
(edit) @9325d88   10 years anton lavc: remove obsolete and disabled avpriv functions
(edit) @24c788f4   10 years anton Remove obsolete FF_API_REFERENCE_DTS cruft.
(edit) @24e87f7f   10 years anton Remove obsolete FF_API_PROBE_MIME cruft.
(edit) @472f9ed3   10 years anton Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.
(edit) @1985c2e7   10 years anton Bump major versions of all libraries.
(edit) @f4c444e   10 years anton Postpone API-incompatible changes until the next bump.
(edit) @7acdd3a   10 years anton hevc_filter: avoid excessive calls to ff_hevc_get_ref_list() 1) each …
(edit) @52a2c17e   10 years anton hevc_refs: drop the handling of negative coordinates in …
(edit) @a7a17e3f   10 years anton hevc_filter: move some conditions out of loops
(edit) @7021153   10 years anton hevc: deobfuscate slice/tile boundary handling for DBF Use named …
(edit) @55019715   10 years anton hevc_filter: drop more redundant checks The if() around those loops …
(edit) @65b8b6c4   10 years anton hevc_filter: drop redundant checks …
(edit) @4d1ff2a4   10 years anton hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled
(edit) @d35b94fb   10 years diego avcodec: Rename xvidmmx IDCT to xvid The Xvid IDCT is not MMX-specific.
(edit) @84d173d3   10 years diego xvididct: Ensure that the scantable permutation is always set …
(edit) @6f1960ab   10 years diego idct: cosmetics: Drop one unnecessary if-block level
(edit) @444c7358   10 years diego configure: Only run gas checks on ARM and PowerPC Standalone GNU …
(edit) @0026e356   10 years diego configure: Die if gas is unavailable under aarch64 as well as ARM
(edit) @e4c9e59a   10 years diego mpeg: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @45469760   10 years diego mpegts: Use av_free() to free memory allocated by av_strdup()
(edit) @5b220e1e   10 years diego mpegts: Fix memory leaks and related crashes in mpegs_write_header()
(edit) @f8ab9f2f   10 years diego mpegts: Avoid unnecessary variable shadowing
(edit) @6d6bd3a3   10 years diego mpegts: Drop some unnecessary parentheses
(edit) @b7b1bf91   10 years diego mpegts: K&R formatting cosmetics
(edit) @bb789016   10 years diego swscale: Undeprecate sws_getContext() sws_getCachedContext is not a …
(edit) @ad1ee5fa   10 years diego avcodec: Undeprecate reordered_opaque It allows attaching other …
(edit) @a7e541c9   10 years vittorio.giovara h264: fix interpretation of interleved stereo modes Column and row …
(edit) @b50173a4   10 years stebbins movenc: fix QT chapter track character encoding An encoding ("encd") …
(edit) @da9cc22d   10 years stebbins movenc: add track title to tracks
(edit) @d9432789   10 years stebbins movenc: remove pointless loop around BITEXACT test
(edit) @7b588bb6   10 years anton svq1: do not modify the input packet The input data must remain …
(edit) @c7d9b473   10 years anton cdgraphics: do not return 0 from the decode function 0 means no data …
(edit) @a1599f3f   10 years anton cdgraphics: switch to bytestream2 Fixes possible invalid memory …
(edit) @ed6d9ce9   10 years martin configure: Include the armcc build number in the compiler …
(edit) @cbc808d7   10 years vittorio.giovara jpeg2000: enable 4 component pixel formats Bug-Id: 721 CC: …
(edit) @a7153444   10 years anton huffyuvdec: check width size for yuv422p Avoid out of array accesses. …
(edit) @70cd3b8e   10 years anton mmvideo: check horizontal coordinate too Fixes out of array accesses. …
(edit) @849b9d34   10 years anton wmalosslessdec: fix mclms_coeffs* array size Fixes corruption of …
(edit) @15201e25   10 years janne-libav configure: check $as first before using $gas as GNU as llvm's …
(edit) @d395895c   10 years janne-libav fate: generate tests/pixfmts.mak for all targets requiring it All …
(edit) @0897d2fd   10 years lu_zero movenc: Add option to disable nero chapters And add flag to muxer …
(edit) @2601a944   10 years lu_zero mpegts: Add HEVC definitions Signed-off-by: Luca Barbato …
(edit) @89616408   10 years lu_zero mpegts: Define the section length with a constant The specification …
(edit) @701e8b42   10 years lu_zero vc-1: Optimise parser (with special attention to ARM) The previous …
(edit) @adf8227c   10 years lu_zero vc-1: Add platform-specific start code search routine to …
(edit) @db7f1c7c   10 years lu_zero h264: Move start code search functions into separate source files. …
(edit) @eee813ee   10 years diego fate: Only generate tests/pixfmts.mak if some pixfmts fate test is run
(edit) @990e2f35   10 years diego avcodec: Suppress deprecation warnings from DTG code scheduled for removal
(edit) @086a5418   10 years vittorio.giovara fate: png-suite Every supported format is converted to RGB.
(edit) @60cbd6ad   10 years vittorio.giovara tiff: support reading gray+alpha at 8 bits Signed-off-by: Vittorio …
(edit) @bcc5f69b   10 years vittorio.giovara tiff: support reading gray+alpha at 16 bits
(edit) @e64f0bf   10 years vittorio.giovara png: support reading gray+alpha at 16 bits
(edit) @2257165b   10 years vittorio.giovara png: disable broken MMX/SIMD code for bpp <= 2 The decoder was …
(edit) @f84a1b59   10 years vittorio.giovara swscale: support AV_PIX_FMT_YA16 as input Based on a long debug …
(edit) @e9abafca   10 years vittorio.giovara avutil: add AV_PIX_FMT_YA16 pixel format
(edit) @e96c3b81   10 years vittorio.giovara avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 The rationale is …
(edit) @e0d73fd   10 years vittorio.giovara avutil: add alias names for gray 8/16 colour spaces
(edit) @d2962e9f   10 years vittorio.giovara pixdesc: Support pixelformat aliases Signed-off-by: Vittorio Giovara …
(edit) @5420099c   10 years vittorio.giovara swscale: correctly pad destination buffer in rgb conversion Bug-Id: …
(edit) @23dfa00b   10 years janne-libav fate: explicitly set the default THREADS value This makes the default …
Note: See TracRevisionLog for help on using the revision log.