source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d15eec4d   10 years martin tls: Use custom IO to read from the URLContext This avoids hijacking …
(edit) @3efe0393   10 years vittorio.giovara hevc: make avcodec_decode_video2() fail if get_format() fails …
(edit) @7046bd9b   10 years vittorio.giovara lavfi: Move avcodec header to the only filter needing it …
(edit) @eafbc671   10 years vittorio.giovara vmnc: Delay pixel size check Some clients incorrectly set 24 as …
(edit) @732dd658   10 years lu_zero doc: Add $branch to FATE config template Signed-off-by: Luca Barbato …
(edit) @e7c5e17d   10 years lu_zero vda: Make output CVPixelBuffer format configurable This is useful for …
(edit) @3b5e5e6a   10 years lu_zero libx265: Use the Multi-library Interface Use the Multi-library …
(edit) @85ca012b   10 years vittorio.giovara mjpegenc: Fix JFIF header byte ordering The header had a wrong …
(edit) @d84429d4   10 years vittorio.giovara dnxhd: Print unknown header when found
(edit) @8fc11abe   10 years vittorio.giovara mkv: Print unsupported mov tags when found
(edit) @0348e74c   10 years vittorio.giovara quickdraw: Skip the empty 512 byte header for images Found-by: Carl …
(edit) @d0dce15d   10 years vittorio.giovara quickdraw: Make the palette opaque Additional overflow fix by Michael …
(edit) @da5c6a97   10 years lu_zero riff: Add MultiScope II fourcc MSC2 as MJPEG Signed-off-by: Luca …
(edit) @0670acc   10 years lu_zero dca_parser: Extend DTS core sync word and fix existing check The …
(edit) @b8d2630c   10 years martin dashenc: Reduce the segment duration if cutting out parts with edit …
(edit) @ac1a1cb9   10 years martin dashenc: replace attribute id with contentType for the AdaptationSet
(edit) @2fb02ecf   10 years lu_zero fate: Reduce the number of frames used to test video filters Use 5 …
(edit) @379e5603   10 years lu_zero id3v2: Do not export empty APIC description APIC tags always have a …
(edit) @b9f7a677   10 years lu_zero png: Set the color range as full range The format uses full range for …
(edit) @254f3dab   10 years lu_zero nut: Make sure to clean up on read_header failure Based on Andreas …
(edit) @4d0ee496   10 years lu_zero avi: Validate sample_size And either error out or set it to 0 if it …
(edit) @b34257ee   10 years lu_zero nut: Check chapter creation in decode_info_header This fixes a …
(edit) @243e8443   10 years lu_zero alac: Reject rice_limit 0 if compression is used If in compression …
(edit) @295e05a7   10 years lu_zero ape: Support _0000 files with nblock smaller than 64 The …
(edit) @e0010bb   10 years vittorio.giovara mux: Do not leave stale side data pointers in …
(edit) @6c8c7c2   10 years vittorio.giovara dump: Print AVAudioServiceType side data
(edit) @04070dbc   10 years vittorio.giovara libx265: Fix 'braces around scalar initializer' warning x265 …
(edit) @d81fb63   10 years vittorio.giovara fate: Add a PICT test This stimulates the direct pixel mode in …
(edit) @7b734ee5   10 years vittorio.giovara lavf: Open PICT images with Quickdraw Update the pictor test to use …
(edit) @34efb8a1   10 years vittorio.giovara quickdraw: Support direct pixel blocks Data is stored in separated …
(edit) @bb2cb0a6   10 years vittorio.giovara quickdraw: Switch to greedy parsing Quickdraw packs data as a series …
(edit) @d00f1e0f   10 years vittorio.giovara quickdraw: Convert to bytestream2 Add appropriate error messages and …
(edit) @01fdfa51   10 years lu_zero xcbgrab: Accept geometries matching the screen size Introduced in …
(edit) @3735b5c6   10 years anton Revert "lavfi: always check av_expr_parse_and_eval() return value" …
(edit) @60f1cc4a   10 years anton alsdec: only adapt order for positive max_order For max_order = 0 the …
(edit) @94bb1ce8   10 years anton alsdec: check sample pointer range in revert_channel_correlation Also …
(edit) @110f7f35   10 years anton aacpsy: correct calculation of minath in psy_3gpp_init The minimum of …
(edit) @e191aaca   10 years anton alsdec: limit avctx->bits_per_raw_sample to 32 …
(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
Note: See TracRevisionLog for help on using the revision log.