source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3919a457   10 years vittorio.giovara jpeglsenc: Check memory allocations Convert exisiting free functions …
(edit) @f5ba67ee   10 years vittorio.giovara flacenc: Move a scratch buffer to struct used by the function This …
(edit) @5aed1d42   10 years lu_zero vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage …
(edit) @cfdaa4de   10 years vittorio.giovara dss_sp: use lowercase codec name without whitespace Signed-off-by: …
(edit) @18db1286   10 years vittorio.giovara libxvid: Make codec use the init-cleanup flag and mark it as …
(edit) @eae7338e   10 years vittorio.giovara libx264: Make codec use the init-cleanup flag and mark it as …
(edit) @74a1cad   10 years vittorio.giovara lclenc: Mark codec as init-thread-safe and init-cleanup
(edit) @bb428e00   10 years vittorio.giovara hqx: Mark codec as init-thread-safe and init-cleanup
(edit) @43171886   10 years vittorio.giovara huffyuvenc: Mark codec as init-thread-safe and init-cleanup
(edit) @d90133b7   10 years vittorio.giovara asvenc: Mark codec as init-thread-safe and init-cleanup
(edit) @a4edaeb5   10 years vittorio.giovara hq_hqa: Fix table data for profile 17 The table had a wrong table …
(edit) @b17cbb0b   10 years vittorio.giovara riff: Add GMP4 fourcc for mpeg4
(edit) @3c04ec04   10 years vittorio.giovara riff: Add GLV4 fourcc for mpeg4
(edit) @5bba3ab0   10 years vittorio.giovara internal: Make dlog/tlog a no-op when disabled Improves Coverity …
(edit) @b90adb0a   10 years martin rtsp: Make sure we don't write too many transport entries into a …
(edit) @1bd2646a   10 years martin rtpenc_jpeg: Handle case of picture dimensions not dividing by 8 This …
(edit) @eb7ddb50   10 years martin rtsp: Don't warn about unparsed time ranges This removes the error …
(edit) @358b7ec3   10 years lu_zero fate: Fix test name for pixfmts tests The last pixel format gets …
(edit) @0a51c7d4   10 years lu_zero prores: Set the bits_per_coded_sample for alpha pix_fmt Improve the …
(edit) @28eddef6   10 years lu_zero hq_hqa: Validate get_vlc2 return value The hq_ac_vlc.table is …
(edit) @a78f5548   10 years lu_zero avcodec: Free the default avoptions on init failure
(edit) @aef0be08   10 years lu_zero avcodec: Unref the dummy buffer on the fail path
(edit) @8eb57dc9   10 years lu_zero buffersrc: Use the correct deallocation function This correction was …
(edit) @9b2c57be   10 years lu_zero drawtext: Add an alpha option And document both draw and alpha. …
(edit) @eaa2d123   10 years vittorio.giovara log: Print a full backtrace along with error messages under Valgrind …
(edit) @bd5ad8b2   10 years vittorio.giovara hq_hqa: Fix reading hqa quantization matrix index Value is stored as …
(edit) @1746dc38   10 years vittorio.giovara hqxdsp.h: #include "stddef.h" It is required by ptrdiff_t, fixes make …
(edit) @98cab397   10 years vittorio.giovara lavf: Fix variables constness in ff_iso8601_to_unix_time() warning: …
(edit) @86e1a358   10 years vittorio.giovara h264_ps: Return meaningful error codes and address a memory leak …
(edit) @338ed3ed   10 years vittorio.giovara ffv1: Pass correct pointers to av_free() Bug-Id: CID 1295124
(edit) @3b1e35d4   10 years lu_zero fate: Omit the results if the test passed The FATE server does not …
(edit) @d34039b1   10 years lu_zero rmenc: Drop the temporary buffer for ac3 byteswap Use direcly …
(edit) @656e31ed   10 years lu_zero ogg: Forward errors further Signed-off-by: Luca Barbato …
(edit) @b1834681   10 years lu_zero flac: fix realloc loop with invalid flac files Signed-off-by: Luca …
(edit) @2cc39365   10 years martin dashenc: Add a publishTime field in dynamic manifests This field is …
(edit) @386e2755   10 years vittorio.giovara jack: Check memory allocation Bug-Id: CID 1265785 Signed-off-by: …
(edit) @617814b   10 years vittorio.giovara buffersrc: Fix resource leak on error Bug-Id: CID 1267902 CC: …
(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
Note: See TracRevisionLog for help on using the revision log.