source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @369380e1   10 years lu_zero mxf: Support AAC Update mxf_set_audio_pts to use the …
(edit) @747cd956   10 years lu_zero mxf: Add the UL for the MPEG2VideoDescriptor
(edit) @304089ac   10 years lu_zero mxf: Add UID print helpers And use it to print non-parsed ULs.
(edit) @11db644a   10 years lu_zero lavr: Update the planar check in ff_audio_convert Leftover from …
(edit) @96ce6d6f   10 years lu_zero doc: Add more information in the README And convert it to Markdown.
(edit) @4b1f5e50   10 years diego cosmetics: Write NULL pointer inequality checks more compactly …
(edit) @f929ab05   10 years diego cosmetics: Write NULL pointer equality checks more compactly …
(edit) @efd26bed   10 years diego build: Add explanatory comments to (optimization) blocks in the Makefiles
(edit) @835f798c   10 years diego mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
(edit) @a6a27fed   10 years diego vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()
(edit) @7c371754   10 years diego atomic_win32: Drop unnecessary atomic.h #include The file does not …
(edit) @6baeadd1   10 years diego w32pthreads: Mark functions in compatibility wrapper as av_unused …
(edit) @7ccb847f   10 years diego http: Reduce scope of a variable in parse_content_encoding() Also …
(edit) @552bc42   10 years stebbins h261dec: Fix order of initialization ff_MPV_common_init requires the …
(edit) @b869eea   10 years stebbins h263dec: Fix order of initialization ff_MPV_common_init requires the …
(edit) @998c9f15   10 years stebbins idct: remove call to ff_idctdsp_init from ff_MPV_common_init One step …
(edit) @93f29948   10 years diego mpeg4video: Fix doxygen comment syntax to document correct struct …
(edit) @0528226a   10 years diego a64: Return correct error code on invalid data stream Signed-off-by: …
(edit) @e070d0a5   10 years diego frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers
(edit) @ab059f0a   10 years anton vaapi: set the scaling list correctly. Fixes VAAPI decoding …
(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 …
Note: See TracRevisionLog for help on using the revision log.