source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8fc8024e   10 years anton aasc: return correct buffer size from aasc_decode_frame CC: …
(edit) @3edeb774   10 years martin configure: Allow log2 with MSVC 2013 onwards. Only MSVC 2010 in x64 …
(edit) @863ee068   10 years martin configure: Use the right local variable in the MSVC and ICL probes …
(edit) @709e1c91   10 years martin avprobe: Print the display matrix from per-stream sidedata This is …
(edit) @3080b049   10 years martin avprobe: Support writing arrays of integers without keys …
(edit) @16302246   10 years martin avconv: Add an option for automatically rotating video according to …
(edit) @e2d50fc2   10 years martin avplay: Add support for rotated video This is enabled by default, but …
(edit) @21180b73   10 years martin avplay: Factorize code for adding filters to the filter pipeline …
(edit) @3ecb82dd   10 years vittorio.giovara dnxhddec: Fix pixel format change Regression introduced in …
(edit) @6503cbf8   10 years vittorio.giovara ffv1enc: Add const attribute to input frame warning: assigning to …
(edit) @06f4b1e3   10 years lu_zero avplay: Do not print a possibly uninitialized value Initialize diff
(edit) @e8c4db0d   10 years lu_zero xcbgrab: Validate the capture area And notify why the capture is …
(edit) @82a10225   10 years lu_zero xcbgrab: Do not assume the non shm image data is always available …
(edit) @a09c499   10 years anton rawenc: properly allocate coded_frame
(edit) @a0f29460   10 years anton h264: use properly allocated AVFrames
(edit) @7a4f74ee   10 years anton h264: embed the DPB in the context It now has a fixed size and is …
(edit) @88c612e   10 years anton h264: merge the init and reinit paths in update_thread_context() …
(edit) @8a66fd40   10 years anton h264: drop the reinit parameter from init_slice_header() It is only …
(edit) @c9ccbc73   10 years anton h264: update the current bit depth/chroma type in init_slice_header() …
(edit) @29dcde2   10 years anton h264: copy nal_length_size in update_thread_context It does not make …
(edit) @440e8dd3   10 years anton h264: drop a comment that carries no useful information
(edit) @11f024ef   10 years anton h264: move freeing the escaped RBSP buffer to free_context() It does …
(edit) @ee62b364   10 years anton h264: eliminate ff_h264_set_parameter_from_sps() That function …
(edit) @54986d6d   10 years anton h264: move context reinit lower down in update_thread_context() It …
(edit) @a6cd1544   10 years anton h264: move the DPB init/uninit to init_context()/free_context() …
(edit) @9d33bab5   10 years anton h264: drop H264Context.ouputed_poc It is only set, but never used for …
(edit) @27b0e6eb   10 years anton h264: drop needs_realloc It is not needed anymore since switching to …
(edit) @0ac8ff61   10 years lu_zero avresample: Reallocate the internal buffer to the correct size Fixes …
(edit) @82de8d71   10 years lu_zero mpegts: Update the PSI/SI table only if the version change If a PAT …
(edit) @0c69164f   10 years vittorio.giovara h263: Convert function to macro
(edit) @59dfc2b0   10 years vittorio.giovara h263: Drop commented-out code and a related otherwise unused function
(edit) @c3418201   10 years vittorio.giovara jpeglsenc: Mark codec as init-thread-safe and init-cleanup Fixes a …
(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 …
Note: See TracRevisionLog for help on using the revision log.