source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @514d9bb5   10 years michaelni avcodec/h264: use goto end instead of return for hwaccel fails as well …
(edit) @4b030025   10 years michaelni avformat/rtsp: Fix null pointer dereference This fixes CID 1257827. …
(edit) @f0c85d9   10 years michaelni lavf/assenc: style nits Signed-off-by: Michael Niedermayer …
(edit) @511585ce   10 years michaelni matroskadec: export cover art correctly Generally, libavformat …
(edit) @f62880bf   10 years michaelni mpeg4: use a self-explanatory #define MAX_NVOP_SIZE Signed-off-by: …
(edit) @241913c0   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @333eb37a   10 years michaelni avcodec/h264: silence ER warning when no slice threads are used …
(edit) @893e617   10 years lou MAINTAINERS: add Reynaldo as a Twitter maintainer Signed-off-by: Lou …
(edit) @4b7356ce   10 years michaelni avcodec/h264: reenable ER except with slice threads by default ER …
(edit) @6da7625c   10 years michaelni Merge commit 'a4d34e218f548d381e09c483e8dc6ad18a8d571c' * commit …
(edit) @9598946   10 years michaelni Merge commit '3892bdab9b652eb003ab95e167f1765e0b0ea035' * commit …
(edit) @4d02dfbd   10 years michaelni ffmpeg: Fix extradata allocation Signed-off-by: Michael Niedermayer …
(edit) @20ba28af   10 years michaelni tests/fate/hevc: Use a bitexact scaler in the hevc param change test …
(edit) @0cb46c1e   10 years michaelni Merge commit 'b2965ec7761c99e8ef9c217a28a517e37f010480' * commit …
(edit) @23586346   10 years michaelni Merge commit 'df528b11ac607de13a7c438f2a51f2119f71a03c' * commit …
(edit) @41dde62d   10 years michaelni Merge commit 'ce0bc09ee2580d49fec90a6eb0de2ba1b580c854' * commit …
(edit) @d386a523   10 years michaelni Merge commit '7693ba0a0eecdcdba71b7fbd9a4a12d1ba7b82aa' * commit …
(edit) @c4367f95   10 years Carl Eugen Hoyos Fix codec fps diplay for very small fps. Fixes codec banner for the …
(edit) @036079ce   10 years Carl Eugen Hoyos lavf/mpeg: Support alaw in Hikvision CCTV recordings. Fixes a sample …
(edit) @f8413f74   10 years Carl Eugen Hoyos lavf/mpeg: Support more audio codecs in Hikvision CCTV recordings. …
(edit) @a7a6194e   10 years michaelni Merge commit '1ae7afd256f9af1eb4f63f9adcf03d581ce4e2b5' * commit …
(edit) @5b97681e   10 years michaelni Merge commit '7d097a0fc57f0fa8385962a539c657c2f40b5ed0' * commit …
(edit) @44cae912   10 years lou cmdutils: fix "Commmand" typo Signed-off-by: Lou Logan <lou@lrcd.com>
(edit) @1f47c239   10 years michaelni mpeg4: only show the divx_packed warning, when a packed frame is …
(edit) @6eb6956   10 years michaelni ffmpeg: Fix indentation Signed-off-by: Michael Niedermayer …
(edit) @98c7729c   10 years michaelni ffmpeg: last frame duplication heuristic This improves the last …
(edit) @af5fec95   10 years michaelni avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() add marcos …
(edit) @24326930   10 years michaelni filtfmts: Avoid null pointer dereference Signed-off-by: Michael …
(edit) @acbb9040   10 years michaelni libavformat/mxf.c: Relaxed ProRes pattern I found another MXF File …
(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) @f10aa0e1   10 years michaelni doc/examples: Handle new types in avio_list_dir Signed-off-by: …
(edit) @26e0e393   10 years michaelni lavf/avio: Add new types to AVIODirEntryType, bump minor version …
(edit) @b2c05867   10 years michaelni doc: Slightly revise AviSynth version info Signed-off-by: Michael …
(edit) @cd3d0d54   10 years lukasz.m.luki2 lavf/ftp: remove fixed length buffers from context It saves some …
(edit) @c043def   10 years lukasz.m.luki2 lavf/ftp: parse user and password once Signed-off-by: Lukasz Marek …
(edit) @3723a183   10 years michaelni avisynth: Bump minimum required version to interface version 6 The …
(edit) @d858c3a1   10 years michaelni avisynth: Fix detection of AviSynth 2.5 In order to safely exit when …
(edit) @30001837   10 years michaelni avcodec/pngenc: don't return a value in a void function Should fix …
(edit) @0bf98091   10 years lukasz.m.luki2 fate: add AVDictionary tests Signed-off-by: Lukasz Marek …
(edit) @96f89675   10 years lukasz.m.luki2 lavu/dict: add more tests Signed-off-by: Lukasz Marek …
(edit) @a8c5b455   10 years lukasz.m.luki2 lavu/dict: fix set function when reuse existing key pointer Fixes …
(edit) @b0a2aee4   10 years michaelni png: Use libavutil's crc functions instead of zlib's Signed-off-by: …
(edit) @27565ace   10 years michaelni ffmpeg_opt.c: fix regression introduced in 5743095c -vtag is an input …
(edit) @c299fbbb   10 years michaelni avcodec/vda_h264: try to fix build Found-by: Stefano Pigozzi …
(edit) @3e53211a   10 years michaelni vda: fix h264 decoding for avcC,vda wants the entire buffer …
(edit) @764f87b6   10 years michaelni avcodec/nvenc: Fix profile parameter handling It was not possible to …
(edit) @70340268   10 years Carl Eugen Hoyos Bump lavc and lavf minor versions for apng muxer and encoder.
(edit) @d768f8f5   10 years michaelni ffmpeg: Avoid null pointer dereferences Signed-off-by: Michael …
(edit) @80be7da   10 years michaelni apng: Add a basic APNG muxer Additionally, update some documentation …
(edit) @d7598448   10 years michaelni apng: Add a basic APNG encoder Signed-off-by: Donny Yang …
(edit) @08d0dbf2   10 years michaelni lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_int …
(edit) @f669d8c1   10 years michaelni avcodec/ccaption_dec: Remove the GOTO statement
(edit) @53bf6b15   10 years michaelni Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad' * commit …
(edit) @b99a8e4   10 years michaelni Merge commit '8c9c5479c4ba729b4ba868ab541a90b2061a7c2f' * commit …
(edit) @fde2e35e   10 years michaelni Merge commit '3c47e7c4350f73fc77d8e76f0dd6d2946b13c5cc' * commit …
(edit) @5dd5b7d5   10 years michaelni Revert "avcodec/exr: fix memset first arg in reverse_lut()" This …
(edit) @5b02e84   10 years michaelni lavc/smvjpegdec: Avoid null dereference and return meaningful error …
(edit) @b9fbd034   10 years michaelni avformat/xwma: Use ff_alloc_extradata() This prevents the fields from …
(edit) @5b911f1d   10 years michaelni avformat/webmdashenc: use AVERROR(ENOMEM) for memory allocation …
(edit) @5b32558f   10 years michaelni tools/sidxindex: Use av_*malloc_array() Signed-off-by: Michael …
(edit) @c49e7924   10 years michaelni avutil/eval: check for av_malloc failure Signed-off-by: Michael …
(edit) @61123634   10 years michaelni avutil/eval: factor av_expr_free() calls out Signed-off-by: Michael …
(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) @b63c9a99   10 years michaelni avcodec/nvenc: Fix typoed nv_status checks Thanks to Wyatt Aaron for …
(edit) @3c912391   10 years michaelni avcodec/png: Clearly separate encoding header and frames …
(edit) @31886968   10 years michaelni lavu/avstring: add av_append_path_component() funcion Convinient …
(edit) @8b76c0eb   10 years michaelni avformat/mp3dec: offset seek index to end of id3v2 tag The Xing index …
(edit) @2ddedfd3   10 years michaelni avcodec/libx265: export choosen picture types Fixes part of ticket …
(edit) @749fbfd0   10 years michaelni png: Clear up the calculation of max packet size Signed-off-by: …
(edit) @65a646e   10 years michaelni avcodec/internal: Fix doxy for ff_alloc_packet2() return value …
(edit) @c84b75c8   10 years michaelni vf_drawtext: add support for setting box border width Signed-off-by: …
(edit) @919d13d2   10 years michaelni avformat/http: Fix null check on allocated value probably fixes CID …
(edit) @8b152c35   10 years michaelni h264: avoid unnecessary calls to get_format Signed-off-by: Michael …
(edit) @0c9abf21   10 years michaelni avfilter/vf_detelecine: Fix uninitialized array index error Fixes the …
(edit) @5cba5291   10 years michaelni lavf/segment: style nits Signed-off-by: Michael Niedermayer …
(edit) @385fe984   10 years michaelni avcodec/snowenc: Check av_frame_ref() return value Fixes CID1026740 …
(edit) @a38758a9   10 years michaelni avcodec/h264_refs: fix null pointer dereference with -DTRACE …
(edit) @a105931d   10 years michaelni Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8' * commit …
(edit) @48183f14   10 years michaelni Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5' * commit …
(edit) @21ee6da7   10 years michaelni avutil/hmac: Check av_hmac_alloc() return code Signed-off-by: Michael …
(edit) @1a10134e   10 years michaelni swresample/swresample: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @f613f238   10 years lukasz.m.luki2 lavf: Bump minor version and document directory listing API in …
(edit) @fda8b7ec   10 years michaelni avcodec/libdcadec: remove av_assert and check bits_per_sample more …
(edit) @1019a1cb   10 years michaelni avfilter/vf_vignette: Change enum to int, which is accessed via …
(edit) @63167a6b   10 years michaelni avdevice/avfoundation: Fix occured typo Signed-off-by: Michael …
(edit) @794e9fb5   10 years michaelni Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80' * commit …
(edit) @847c0d33   10 years michaelni Merge commit '6ed38b1f65b424a4fa92042e0069f350b95e0098' * commit …
(edit) @98263d75   10 years michaelni Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18' * commit …
(edit) @f5c7531   10 years michaelni Merge commit '7d3183d3a4e800ab7a7fa24f49968a1b1bcc0161' * commit …
(edit) @0187c2cc   10 years michaelni tiff: Return more meaningful error codes Signed-off-by: Michael …
(edit) @4978850c   10 years diego build: Split JPEG-related tables off into a separate component
Note: See TracRevisionLog for help on using the revision log.