41628 Commits (1ae7afd256f9af1eb4f63f9adcf03d581ce4e2b5)
 

Author SHA1 Message Date
  Anton Khirnov 1ae7afd256 hevc: split out setting AVCodecContext parameters 11 years ago
  Martin Storsjö 7d097a0fc5 mpegtsenc: Take max_delay into account when buffering multiple audio packets into one PES packet 11 years ago
  Luca Barbato e3ec6fe7bb rtsp: Add a buffer_size option 11 years ago
  Luca Barbato 8c9c5479c4 rtp: Add an option to set the send/receive buffer size 11 years ago
  Luca Barbato 3c47e7c435 rtp: Map the urloptions to AVOptions 11 years ago
  Diego Biurrun 4978850ca2 build: Split JPEG-related tables off into a separate component 11 years ago
  Diego Biurrun 87f87ccf32 mjpeg: Use a more precise type for put_marker() 11 years ago
  Diego Biurrun e6e3dcba0c mjpeg: Move code only used in the encoder(s) to the appropriate header 11 years ago
  Himangi Saraogi 6ed38b1f65 tiff: Return more meaningful error codes 11 years ago
  Diego Biurrun 23944d29a2 indeo: Give Indeo4/5 shared code a more consistent name 11 years ago
  Diego Biurrun 7d3183d3a4 qsv: Skip header compilation depending on what parts of qsv are enabled 11 years ago
  Luca Barbato ff7adead0a udp: Fix pkt_size management 11 years ago
  Hendrik Leppkes 72025ac36c lavc: add libdcadec decoder 11 years ago
  Hendrik Leppkes 6fe2641d6e lavc: add profile define for DTS Express 11 years ago
  wm4 c48456166e lavc: add MMAL hardware decoder wrapper 11 years ago
  Anton Khirnov 72b7441a10 lavc: add Intel libmfx-based H.264 encoder 11 years ago
  Anton Khirnov 9ba27c2348 qsvdec: add 'decode' to the non-static function names 11 years ago
  Anton Khirnov d0a63d8b98 qsvdec: split off some code that will be shared with the encoder 11 years ago
  Anton Khirnov b04d009b0e qsv: rename to qsvdec 11 years ago
  Stephen Hutchinson 1188119624 avisynth: update documentation about the avisynth_c.h header 11 years ago
  Stephen Hutchinson a8c99205ca avisynth: Fix compilation against current 2.6 header(s). 11 years ago
  Hendrik Leppkes 1ddd3e23a4 vaapi_h264: fix slice data offset 11 years ago
  Hendrik Leppkes ae4f5d944c dxva2_h264: fix slice offset in long slice structs 11 years ago
  Michael Niedermayer b21af32aed lavc: Prefer x264 over openh264 if both libraries are available 11 years ago
  Vittorio Giovara 312a9ef04b pixfmt: Update documentation with prefixed pixel formats 11 years ago
  Vittorio Giovara 592a04054e pixdesc: Replace a few leftover instances of non AV-prefixed flags 11 years ago
  Vittorio Giovara 7419b34825 fate: Add test for tscc2 in mov 11 years ago
  Vittorio Giovara e4fe535d12 mov: Write the display matrix in order 11 years ago
  Martin Storsjö e0046bc9c9 movenc: Write the make and model metadata keys for mov style files 11 years ago
  Federico Tomassetti cfe6461392 avfilter: Document avfilter_graph_alloc return value 11 years ago
  Federico Tomassetti 27aa1ff35a oggdec: Check memory allocation 11 years ago
  Federico Tomassetti 93c1b04abf mms: Check memory allocation 11 years ago
  Federico Tomassetti d450cb07d9 avplay: Check memory allocation 11 years ago
  Federico Tomassetti d3aa307da0 rmenc: Check memory allocation 11 years ago
  Federico Tomassetti 7ebb302229 swscale: Check memory allocation 11 years ago
  Anton Khirnov c28ed1d743 h264: move [uv]linesize to the per-slice context 11 years ago
  Anton Khirnov b53569e068 h264_cabac: remove now unnecessary H264Context function parameters 11 years ago
  Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 11 years ago
  Anton Khirnov 94295106d2 h264_mb: remove an unused function parameter 11 years ago
  Anton Khirnov 2b4c38d3c6 h264: drop some mpegvideo remnants from draw_horiz_band() 11 years ago
  Anton Khirnov 5bf3c0fa49 h264: drop the now unused per-slice H264Contexts 11 years ago
  Anton Khirnov 51d8725a6e h264: use the main H264Context as the parent for all slice contexts 11 years ago
  Anton Khirnov 92e0b7342c h264_slice: constify all the uses of H264Context during slice decoding 11 years ago
  Anton Khirnov 3178f4d33f h264: move rbsp_buffer into the per-slice context 11 years ago
  Anton Khirnov 582683b6ac h264: move remaining ER stuff into the per-slice context 11 years ago
  Anton Khirnov 5bc69f38c1 error_resilience: do not require mbintra/skip tables 11 years ago
  Anton Khirnov c377e04d8a h264: move top_borders into the per-slice context 11 years ago
  Anton Khirnov 36d04801ba h264: move the scratch buffers into the per-slice context 11 years ago
  Anton Khirnov 34d4c605e9 h264_loopfilter: constify all uses of H264Context 11 years ago
  Anton Khirnov 7505c8dfba h264_cavlc: constify all uses of H264Context 11 years ago