source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(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) @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) @4978850c   10 years diego build: Split JPEG-related tables off into a separate component
(edit) @87f87ccf   10 years diego mjpeg: Use a more precise type for put_marker()
(edit) @e6e3dcba   10 years diego mjpeg: Move code only used in the encoder(s) to the appropriate header
(edit) @6ed38b1f   10 years diego tiff: Return more meaningful error codes Signed-off-by: Diego Biurrun …
(edit) @23944d29   10 years diego indeo: Give Indeo4/5 shared code a more consistent name
(edit) @7d3183d3   10 years diego qsv: Skip header compilation depending on what parts of qsv are enabled
(edit) @ff7adead   10 years lu_zero udp: Fix pkt_size management The default value for unset is -1, not …
(edit) @72025ac   10 years anton lavc: add libdcadec decoder Signed-off-by: Anton Khirnov …
(edit) @6fe2641d   10 years anton lavc: add profile define for DTS Express Signed-off-by: Anton Khirnov …
(edit) @c4845616   10 years anton lavc: add MMAL hardware decoder wrapper Based on a patch by Rodger …
(edit) @72b7441   10 years anton lavc: add Intel libmfx-based H.264 encoder
(edit) @9ba27c23   10 years anton qsvdec: add 'decode' to the non-static function names
(edit) @d0a63d8b   10 years anton qsvdec: split off some code that will be shared with the encoder
(edit) @b04d009b   10 years anton qsv: rename to qsvdec This is to avoid conflicts with the upcoming …
(edit) @1188119   10 years lu_zero avisynth: update documentation about the avisynth_c.h header …
(edit) @a8c99205   10 years lu_zero avisynth: Fix compilation against current 2.6 header(s). AviSynth 2.6 …
(edit) @1ddd3e23   10 years vittorio.giovara vaapi_h264: fix slice data offset
(edit) @ae4f5d94   10 years vittorio.giovara dxva2_h264: fix slice offset in long slice structs
(edit) @b21af32   10 years vittorio.giovara lavc: Prefer x264 over openh264 if both libraries are available
(edit) @312a9ef   10 years vittorio.giovara pixfmt: Update documentation with prefixed pixel formats
(edit) @592a0405   10 years vittorio.giovara pixdesc: Replace a few leftover instances of non AV-prefixed flags
(edit) @7419b348   10 years vittorio.giovara fate: Add test for tscc2 in mov Rename the existing tscc2 test.
(edit) @e4fe535d   10 years vittorio.giovara mov: Write the display matrix in order This will allow to copy the …
(edit) @e0046bc9   10 years martin movenc: Write the make and model metadata keys for mov style files …
(edit) @cfe64613   10 years lu_zero avfilter: Document avfilter_graph_alloc return value Signed-off-by: …
(edit) @27aa1ff3   10 years lu_zero oggdec: Check memory allocation Bug-Id: CID 1257798 / CID 1257805 …
(edit) @93c1b04a   10 years lu_zero mms: Check memory allocation Bug-Id: CID 1258462 Signed-off-by: Luca …
(edit) @d450cb07   10 years lu_zero avplay: Check memory allocation Bug-Id: CID 1288294 Signed-off-by: …
(edit) @d3aa307d   10 years lu_zero rmenc: Check memory allocation Bug-Id: CID 1257832 Signed-off-by: …
(edit) @7ebb302   10 years lu_zero swscale: Check memory allocation Bug-Id: CID 1267890 CC: …
(edit) @c28ed1d7   10 years anton h264: move [uv]linesize to the per-slice context While it is a …
(edit) @b53569e0   10 years anton h264_cabac: remove now unnecessary H264Context function parameters
(edit) @a12d3188   10 years anton h264: use a smaller struct for the ref lists There is no need to …
(edit) @94295106   10 years anton h264_mb: remove an unused function parameter
(edit) @2b4c38d3   10 years anton h264: drop some mpegvideo remnants from draw_horiz_band() This code …
(edit) @5bf3c0fa   10 years anton h264: drop the now unused per-slice H264Contexts
(edit) @51d8725a   10 years anton h264: use the main H264Context as the parent for all slice contexts …
(edit) @92e0b734   10 years anton h264_slice: constify all the uses of H264Context during slice decoding …
(edit) @3178f4d3   10 years anton h264: move rbsp_buffer into the per-slice context
(edit) @582683b   10 years anton h264: move remaining ER stuff into the per-slice context
(edit) @5bc69f38   10 years anton error_resilience: do not require mbintra/skip tables h264dec does not …
(edit) @c377e04d   10 years anton h264: move top_borders into the per-slice context Also change the …
(edit) @36d04801   10 years anton h264: move the scratch buffers into the per-slice context Also change …
(edit) @34d4c605   10 years anton h264_loopfilter: constify all uses of H264Context All the variables …
(edit) @7505c8df   10 years anton h264_cavlc: constify all uses of H264Context All the variables …
(edit) @ba7e165b   10 years anton h264_cabac: constify all uses of H264Context All the variables …
(edit) @5c4b98de   10 years anton h264.c: constify all uses of H264Context in slice and lower-level …
(edit) @e9b2383   10 years anton h264: move mb_mbaff into the per-slice context
(edit) @bc98e8c0   10 years anton h264: move mb_field_decoding_flag into the per-slice context
(edit) @6490a0c0   10 years anton h264_mb: constify all uses of H264Context All the variables modified …
(edit) @51822879   10 years anton h264_mb: constify block_offset It is read-only in this code.
(edit) @3bea6409   10 years anton h264_mvpred: constify all uses of H264Context All the variables …
(edit) @460176aa   10 years anton h264.h: constify all uses of H264Context All the variables modified …
(edit) @d27b8248   10 years anton h264_direct: constify all uses of H264Context All the variables …
(edit) @f42485d   10 years anton h264: use a separate GetBitContext for slice data
(edit) @2ea00e35   10 years anton h264: do not abuse the context as a temporary storage in …
(edit) @404a416d   10 years anton h264: remove some remnants of data partitioning
(edit) @7bbc254d   10 years anton h264: move resync_mb_{x,y} into the per-slice context
(edit) @d4d9068c   10 years anton h264: move mb_{x,y} into the per-slice context
(edit) @0edbe6fa   10 years anton h264: move mb_xy into the per-slice context
(edit) @07c5ca55   10 years anton h264: move is_complex into the per-slice context
Note: See TracRevisionLog for help on using the revision log.