source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6fd300a   10 years michaelni lavf: Add support for WebM Live Muxing This patch adds support for …
(edit) @c4b2017b   10 years michaelni avcodec/h264: finish previous slices before switching to single thread …
(edit) @43b43421   10 years michaelni avcodec/h264: Fix race between slices where one overwrites data from …
(edit) @4ec5762e   10 years michaelni tests/fate/mpeg4: add bitexact flag so as to avoid the version number …
(edit) @1b8d0717   10 years michaelni fate: add mpeg4_unpack_bframes bsf test Signed-off-by: Andreas …
(edit) @6d8c27f9   10 years michaelni libavformat/http.c: Fix missing parenthesis in http_listen() …
(edit) @eca39e29   10 years michaelni MAINTAINERS: Add Lou Logan as server admin as he is root too …
(edit) @7ddbb4e2   10 years michaelni avcodec/pthread_frame: Fix memleak with frame threads and allocated …
(edit) @f79cd98   10 years lukasz.m.luki2 examples/avio_list_dir: init/deinit network Signed-off-by: Lukasz …
(edit) @a66dcfee   10 years michaelni avcodec/vc1dec: Check buf2 for malloc failure Signed-off-by: Michael …
(edit) @34bddf44   10 years michaelni avfilter/af_amix: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @8a8a1cce   10 years michaelni avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via …
(edit) @d2277aa7   10 years michaelni avformat/httpauth: Change enum to int, which is accessed via AVOption …
(edit) @ff6841c6   10 years michaelni avformat/utils: avoid discarded streams in …
(edit) @ba54512   10 years michaelni avfilter/vf_mpdecimate: Fix missing () Signed-off-by: Michael …
(edit) @42867522   10 years michaelni lavf/libsmbclient: implement directory listing callbacks Reviewed-by: …
(edit) @99a567cb   10 years michaelni Merge commit '249796e2560c2cce1add722c3e873de96b17be74' * commit …
(edit) @43482bd1   10 years michaelni swr/resample: use av_clip functions Signed-off-by: James Almer …
(edit) @be920e48   10 years michaelni Merge commit '5637ff01218a44fcc1fff9b4382a15a6470abcc9' * commit …
(edit) @db4ac46f   10 years michaelni Merge commit '31048d48b0410b9cfb6023054d81e627d01be342' * commit …
(edit) @39c6834c   10 years michaelni Merge commit 'bd737b5178f361a9b592691848f29a7a79603a7e' * commit …
(edit) @097efa47   10 years michaelni Merge commit 'a939e5b2527d0c4628815b1d3d8e29ee921227e8' * commit …
(edit) @aa000dda   10 years michaelni avcodec/svq3: add scaling matrix init that was removed from h264 init …
(edit) @80a76905   10 years michaelni Merge commit '65afa65e7393e7745427e267d6c6ca814c7c8b45' * commit …
(edit) @abae926e   10 years michaelni Merge commit 'e1f907711a91e5ce19402a1831cfbe8f709b67f7' * commit …
(edit) @e6c71060   10 years michaelni avcodec/svq3: add initialization which was removed from h264 init …
(edit) @14d241b1   10 years michaelni Merge commit '43fd3dd80ca2d1c2ccf6a7b7632db544c809c690' * commit …
(edit) @249796e2   10 years anton svq3: initialize some required H264Context fields. They are no longer …
(edit) @68f48406   10 years michaelni Merge commit '050324d020f843ce333276ebb6f27cc6026f37d0' * commit …
(edit) @cde98920   10 years michaelni Merge commit '84f226a3bcd8b39801a4c9051c033ab7d61aaf76' * commit …
(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) @0968180f   10 years michaelni avfilter/yadif: Change enums to int, which are accessed via AVOption …
(edit) @9caec04a   10 years michaelni avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via …
(edit) @71fa0aa0   10 years michaelni mpeg4: suggest mpeg4_unpack_bframes bsf instead of avidemux/VirtualDub …
(edit) @cf880ccb   10 years michaelni avcodec/error_resilience: Avoid race with updating the error_count …
(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) @4a58d757   10 years george lavf/http: add proof-of-concept http server. Signed-off-by: Stephan …
(edit) @0224b35c   10 years michaelni avcodec: add unpack packed B-frames bitstream filter Fixes Ticket …
(edit) @26f2e2f3   10 years michaelni webmdashenc: Support for live stream manifests This patch adds …
(edit) @bc0e65e7   10 years michaelni Merge commit 'aa1a1b2496cf3ca817e78e27bd0262a50adb91a1' * commit …
(edit) @2171b7c5   10 years michaelni matroskadec: Add support for parsing live header files This patch …
(edit) @afb327ca   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @aa1a1b24   10 years lu_zero avconv: Avoid theoretical NULL dereferences Bug-Id: CID 1292519 …
(edit) @aa6f58dd   10 years michaelni avcodec/h264_refs: More completely clear slice contexts in …
(edit) @fc58d5c   10 years michaelni avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice …
(edit) @60e7d2d7   10 years michaelni avcodec/h264_mb: assert that frame waiting code actually references 2 …
(edit) @429de043   10 years michaelni avcodec/h264_refs: Do not set reference to things which dont exist …
(edit) @07219816   10 years Carl Eugen Hoyos lavf/mov: Do not overread iTunes metadata. Fixes ticket #4425.
(edit) @98c5db89   10 years michaelni avcodec/h264_slice: make current_slice reset code more strict …
(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 …
Note: See TracRevisionLog for help on using the revision log.