source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @336d2f09   10 years vittorio.giovara avplay: Free frame and graph when memory allocation fails Bug-Id: CID …
(edit) @eb31256f   10 years vittorio.giovara g2meet: Support G2M5 codec variant Signed-off-by: Vittorio Giovara …
(edit) @88d1fb4e   10 years vittorio.giovara filtfmts: Avoid null pointer dereference
(edit) @a1d58e3   10 years vittorio.giovara avutil: remove pointless bmi1 define Signed-off-by: James Almer …
(edit) @09bd7ddf   10 years vittorio.giovara aacdec: consistently use avctx for logging in …
(edit) @3d71b1f8   10 years vittorio.giovara mpegvideo_enc: Simplify picture allocation
(edit) @0251c9be   10 years vittorio.giovara motion_est: Fix warning from zero_cmp() assignment warning: …
(edit) @4d593896   10 years vittorio.giovara vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr() Fix a …
(edit) @9286de04   10 years vittorio.giovara mov: Double-check that alias path is not an absolute path nlvl_to and …
(edit) @376589e5   10 years vittorio.giovara mov: Read alternate absolute path in dref alis Absolute paths can be …
(edit) @22526c1f   10 years vittorio.giovara Canopus HQ/HQA decoder Based on work by Kostya Shishkov …
(edit) @e6fb844f   10 years vittorio.giovara Implement shared parsing of INFO tag in Canopus family Add some …
(edit) @fcda30f   10 years vittorio.giovara fate: Prefix cllc tests with canopus They belong to the same family …
(edit) @5b5338f6   10 years vittorio.giovara hqx: Implement slice-threaded decoding Inspired by a patch from …
(edit) @453642f8   10 years vittorio.giovara hqx: Store shareable data in main decoder context In preparation for …
(edit) @ea031b75   10 years vittorio.giovara hqx: Move DSP related code to a separate file
(edit) @17aa81d9   10 years vittorio.giovara hqx: Merge invalid format check within switch block
(edit) @6a85dfc8   10 years vittorio.giovara lavc: Replace av_dlog and tprintf with internal macros
(edit) @1a3eb042   10 years vittorio.giovara Replace av_dlog with normal av_log at trace level This applies to …
(edit) @c253340a   10 years vittorio.giovara log: Introduce a more verbose debug level And deprecate av_dlog macro.
(edit) @b8d7f318   10 years anton matroskadec: fix crash when parsing invalid mkv CC: …
(edit) @1336bb06   10 years diego configure: Simplify avisynth check
(edit) @247aa7af   10 years diego avisynth: Simplify shared library name construction
(edit) @ec89f35e   10 years lu_zero x265: Map color parameters
(edit) @0cbb1473   10 years lu_zero x264: Map color parameters
(edit) @7a5f4447   10 years diego avisynth: Bump minimum required version to interface version 6 The …
(edit) @a6a45e5a   10 years diego avisynth: Fix detection of AviSynth 2.5 In order to safely exit when …
(edit) @13e4f2c7   10 years diego mpeg4videodec: Remove useless messages They seem to sometimes trigger …
(edit) @49e531ff   10 years diego mmal: Reference MMAL VC lib explicitly This is optional, but ensures …
(edit) @2de76504   10 years diego mmal: Move system headers before local headers Signed-off-by: Diego …
(edit) @73dacabf   10 years diego ffv1: Check memory allocations Signed-off-by: Diego Biurrun …
(edit) @4e544321   10 years martin rtsp: Fix unchecked return value Signed-off-by: Martin Storsjö …
(edit) @0b72a47f   10 years martin rtsp: Check a malloc return value Signed-off-by: Martin Storsjö …
(edit) @bbdb50d7   10 years derek.buitenhuis libx265: print supported presets and tunes on error Based on code …
(edit) @7a9b764c   10 years diego libdc1394: Unbreak build after c201069fa
(edit) @4f373a5   10 years martin vfwcap: Unbreak building after c201069fa These headers can't be …
(edit) @8d26c193   10 years diego avdevice: Apply a more consistent file naming scheme
(edit) @c201069   10 years diego avdevice: Add missing header for NULL_IF_CONFIG_SMALL Also reshuffle …
(edit) @27852f2f   10 years lu_zero libavformat: Handle error return from ff_listen_bind Handle error …
(edit) @0266988c   10 years vittorio.giovara hqx: Fix clipping error in idct put function Signed-off-by: Vittorio …
(edit) @783df7d5   10 years vittorio.giovara riff: Add 'M705' FourCC for mpeg2video
(edit) @5980c924   10 years vittorio.giovara dnxhd: Log the selected profile id
(edit) @be089af3   10 years vittorio.giovara mov: Rely on box type rather than file type for colr atom Although …
(edit) @f8fd0c29   10 years vittorio.giovara v210: Fix typo in header guards
(edit) @bb815dfc   10 years diego g2meet: K&R formatting cosmetics
(edit) @c4d37cd9   10 years anton matroskadec: export cover art correctly Generally, libavformat …
(edit) @27f27462   10 years lu_zero parseutils: Make av_small_strptime public And use it in libavformat. …
(edit) @108f2f38   10 years lu_zero parseutils: Extend small_strptime to be used in avformat The strptime …
(edit) @249796e2   10 years anton svq3: initialize some required H264Context fields. They are no longer …
(edit) @5637ff0   10 years martin libavcodec: Clarify the documentation of the internal codec capability …
(edit) @31048d48   10 years derek.buitenhuis avcodec/libx265: export chosen picture types Signed-off-by: Michael …
(edit) @bd737b51   10 years anton h264: reset the private data in init_thread_copy() The generic code …
(edit) @a939e5b2   10 years anton h264: remove a commented out nonsense line
(edit) @65afa65e   10 years anton h264: drop redundant initialization of the scaling matrices It will …
(edit) @e1f90771   10 years anton h264: factor out common code from init() and init_thread_copy()
(edit) @43fd3dd8   10 years anton h264: drop redundant initialization in init() There is no real …
(edit) @050324d0   10 years anton h264: initialize cur_chroma_format_idc This makes sure the various …
(edit) @84f226a3   10 years anton h264: use the correct SPS during PPS parsing There is in general no …
(edit) @aa1a1b24   10 years lu_zero avconv: Avoid theoretical NULL dereferences Bug-Id: CID 1292519 …
(edit) @a4d34e21   10 years anton h264: disable ER by default The way it is currently designed is …
(edit) @3892bdab   10 years anton avconv: do not overwrite the stream codec context for streamcopy …
(edit) @b2965ec   10 years anton FATE: add a test for parameter changes in HEVC
(edit) @df528b11   10 years anton hevc: make sure no dangling pointers remain around on VPS/SPS change
(edit) @ce0bc09e   10 years anton hevc: do not change the VPS if its contents are the same This is the …
(edit) @7693ba0a   10 years anton hevc: export stream parameters from extradata This allows the callers …
(edit) @1ae7afd2   10 years anton hevc: split out setting AVCodecContext parameters Additionally always …
(edit) @7d097a0f   10 years martin mpegtsenc: Take max_delay into account when buffering multiple audio …
(edit) @e3ec6fe7   10 years lu_zero rtsp: Add a buffer_size option And forward it to rtp and udp. …
(edit) @8c9c5479   10 years lu_zero rtp: Add an option to set the send/receive buffer size It gets …
(edit) @3c47e7c4   10 years lu_zero rtp: Map the urloptions to AVOptions Signed-off-by: Luca Barbato …
(edit) @4978850c   10 years diego build: Split JPEG-related tables off into a separate component
(edit) @87f87ccf   10 years diego mjpeg: Use a more precise type for put_marker()
(edit) @e6e3dcba   10 years diego mjpeg: Move code only used in the encoder(s) to the appropriate header
(edit) @6ed38b1f   10 years diego tiff: Return more meaningful error codes Signed-off-by: Diego Biurrun …
(edit) @23944d29   10 years diego indeo: Give Indeo4/5 shared code a more consistent name
(edit) @7d3183d3   10 years diego qsv: Skip header compilation depending on what parts of qsv are enabled
(edit) @ff7adead   10 years lu_zero udp: Fix pkt_size management The default value for unset is -1, not …
(edit) @72025ac   10 years anton lavc: add libdcadec decoder Signed-off-by: Anton Khirnov …
(edit) @6fe2641d   10 years anton lavc: add profile define for DTS Express Signed-off-by: Anton Khirnov …
(edit) @c4845616   10 years anton lavc: add MMAL hardware decoder wrapper Based on a patch by Rodger …
(edit) @72b7441   10 years anton lavc: add Intel libmfx-based H.264 encoder
(edit) @9ba27c23   10 years anton qsvdec: add 'decode' to the non-static function names
(edit) @d0a63d8b   10 years anton qsvdec: split off some code that will be shared with the encoder
(edit) @b04d009b   10 years anton qsv: rename to qsvdec This is to avoid conflicts with the upcoming …
(edit) @1188119   10 years lu_zero avisynth: update documentation about the avisynth_c.h header …
(edit) @a8c99205   10 years lu_zero avisynth: Fix compilation against current 2.6 header(s). AviSynth 2.6 …
(edit) @1ddd3e23   10 years vittorio.giovara vaapi_h264: fix slice data offset
(edit) @ae4f5d94   10 years vittorio.giovara dxva2_h264: fix slice offset in long slice structs
(edit) @b21af32   10 years vittorio.giovara lavc: Prefer x264 over openh264 if both libraries are available
(edit) @312a9ef   10 years vittorio.giovara pixfmt: Update documentation with prefixed pixel formats
(edit) @592a0405   10 years vittorio.giovara pixdesc: Replace a few leftover instances of non AV-prefixed flags
(edit) @7419b348   10 years vittorio.giovara fate: Add test for tscc2 in mov Rename the existing tscc2 test.
(edit) @e4fe535d   10 years vittorio.giovara mov: Write the display matrix in order This will allow to copy the …
(edit) @e0046bc9   10 years martin movenc: Write the make and model metadata keys for mov style files …
(edit) @cfe64613   10 years lu_zero avfilter: Document avfilter_graph_alloc return value Signed-off-by: …
(edit) @27aa1ff3   10 years lu_zero oggdec: Check memory allocation Bug-Id: CID 1257798 / CID 1257805 …
(edit) @93c1b04a   10 years lu_zero mms: Check memory allocation Bug-Id: CID 1258462 Signed-off-by: Luca …
(edit) @d450cb07   10 years lu_zero avplay: Check memory allocation Bug-Id: CID 1288294 Signed-off-by: …
(edit) @d3aa307d   10 years lu_zero rmenc: Check memory allocation Bug-Id: CID 1257832 Signed-off-by: …
(edit) @7ebb302   10 years lu_zero swscale: Check memory allocation Bug-Id: CID 1267890 CC: …
Note: See TracRevisionLog for help on using the revision log.