source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @47a0d393   10 years anton h264: move mb_skip_run into the per-slice context
(edit) @9951907   10 years anton h264: move redundant_pic_count into the per-slice context
(edit) @a9b201ca   10 years anton h264: move cabac_init_idc into the per-slice context
(edit) @e6c90ce9   10 years anton h264: move loopfilter parameters into the per-slice context
(edit) @bd3e460b   10 years anton h264: move direct_cache into the per-slice context
(edit) @6479c79f   10 years anton h264: move mvd_cache into the per-slice context
(edit) @a67f8ae   10 years anton h264: move mvd_table into the per-slice context
(edit) @5c8280c3   10 years anton h264: move last_qscale_diff into the per-slice context
(edit) @e7226984   10 years anton h264: move [{top,left}_]cbp into the per-slice context
(edit) @30da98a   10 years anton h264: move cabac[_state] into the per-slice context
(edit) @bf03a878   10 years anton h264: move mb[_{padding,luma_dc}] into the per-slice context
(edit) @b063582e   10 years anton h264: move intra_pcm_ptr into the per-slice context
(edit) @95eb35f3   10 years anton h264: move the ref lists variables into the per-slice context
(edit) @77477266   10 years anton h264: move map_col_to_list0[_field] into the per-slice context
(edit) @ee0d774d   10 years anton h264: move dist_scale_factor[_field] into the per-slice context
(edit) @be69f0a8   10 years anton h264: move col_{parity,fieldoff} into the per-slice context
(edit) @066aafce   10 years anton h264: move direct_spatial_mv_pred into the per-slice context
(edit) @ed451a08   10 years anton h264: move sub_mb_type into the per-slice context
(edit) @56febc99   10 years anton h264: move the slice type variables into the per-slice context
(edit) @5f390eef   10 years anton h264: move mb_[uv]linesize into the per-slice context
(edit) @99a35d1c   10 years anton h264: move neighbor_transform_size into the per-slice context
(edit) @e6287f07   10 years anton h264: move {mv,ref}_cache into the per-slice context
(edit) @f69574cf   10 years anton h264: move non_zero_count_cache into the per-slice context
(edit) @64c81b2c   10 years anton h264: move *_samples_available into the per-slice context
(edit) @7d8154ed   10 years anton h264: move intra4x4_pred_mode[_cache] into the per-slice context
(edit) @8b00f4df   10 years anton h264: move some neighbour information into the per-slice context
(edit) @4bd5ac20   10 years anton h264: move {chroma,intra16x16}_pred_mode into the per-slice context
(edit) @5355ed6b   10 years anton h264: move {prev,next}_mb_skipped into the per-slice context
(edit) @06789ad3   10 years anton h264: move qp_thresh into the per-slice context
(edit) @d231e84b   10 years anton h264: move the quantizers into the per-slice context
(edit) @d40ae0e5   10 years anton h264: do not copy qscale when updating per-thread contexts It's a …
(edit) @92c6c2a6   10 years anton h264: split weighted pred-related vars into per-slice context
(edit) @d8a45d2   10 years anton h264_ps: properly check cropping parameters against overflow CC: …
(edit) @5127c00b   10 years anton hevc: zero the correct variables on invalid crop parameters It's the …
(edit) @c929659b   10 years anton hevc: make the crop sizes unsigned
(edit) @22a6d48b   10 years lu_zero avconv: Print the avfilter errors Signed-off-by: Luca Barbato …
(edit) @342fc46c   10 years lu_zero cmdutils: Add a stream specifier to map usable streams It drops …
(edit) @30e6abd1   10 years anton webp: ensure that each transform is only used once According to the …
(edit) @cf18e77   10 years anton movenc: write the display transform matrix
Note: See TracRevisionLog for help on using the revision log.