70913 Commits (97c8ecaadab4e246d969fadd44072025b64747e4)
 

Author SHA1 Message Date
  Michael Niedermayer 97c8ecaada Merge commit '56febc993b928ccc039a32158ca60b234c311875' 11 years ago
  Michael Niedermayer 2cc08cad9e Merge commit '5f390eef8ee2b8adab00c5d2923a52aa261eb999' 11 years ago
  Michael Niedermayer 892a6d0028 Merge commit '99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a' 11 years ago
  Michael Niedermayer f1436a7f96 Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b' 11 years ago
  Michael Niedermayer b7e0356cc3 Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d' 11 years ago
  Michael Niedermayer 6ec279b54c Merge commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e' 11 years ago
  Michael Niedermayer 20f5be1038 avcodec/h264_cabac: Fix intra4x4_pred_mode_cache argument to av_dlog() 11 years ago
  Michael Niedermayer 6abd1e901c Merge commit '7d8154edd594981e7891d57de91f2260f8a62939' 11 years ago
  Michael Niedermayer 61635c7a88 Merge commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052' 11 years ago
  Michael Niedermayer a2740a060b Merge commit '4bd5ac200d15b4f458a50f66006549825f9fc865' 11 years ago
  Michael Niedermayer c07b7e483a Merge commit '5355ed6b20e941430c4f8fb82644e87a65366d61' 11 years ago
  Michael Niedermayer acd6b407c3 Merge commit '06789ad3b71296a9e2fbd0278632d97a5d9af8d7' 11 years ago
  Michael Niedermayer c27f53b9fb Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6' 11 years ago
  Michael Niedermayer cc31d9ce80 Merge commit 'd40ae0e595fe90b5583b9269f8bb000402bde5a6' 11 years ago
  Michael Niedermayer 756dc7bd18 Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87' 11 years ago
  Michael Niedermayer 06c70d4537 avcodec/hevc_ps: Check cropping parameters more correctly 11 years ago
  Michael Niedermayer 665e0c10a6 Merge commit 'd8a45d2d49f54fde042b195f9d5859251252493d' 11 years ago
  Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 11 years ago
  Anton Khirnov 5f390eef8e h264: move mb_[uv]linesize into the per-slice context 11 years ago
  Anton Khirnov 99a35d1ccb h264: move neighbor_transform_size into the per-slice context 11 years ago
  Anton Khirnov e6287f077c h264: move {mv,ref}_cache into the per-slice context 11 years ago
  Anton Khirnov f69574cf7a h264: move non_zero_count_cache into the per-slice context 11 years ago
  Anton Khirnov 64c81b2cd0 h264: move *_samples_available into the per-slice context 11 years ago
  Anton Khirnov 7d8154edd5 h264: move intra4x4_pred_mode[_cache] into the per-slice context 11 years ago
  Anton Khirnov 8b00f4df20 h264: move some neighbour information into the per-slice context 11 years ago
  Anton Khirnov 4bd5ac200d h264: move {chroma,intra16x16}_pred_mode into the per-slice context 11 years ago
  Anton Khirnov 5355ed6b20 h264: move {prev,next}_mb_skipped into the per-slice context 11 years ago
  Anton Khirnov 06789ad3b7 h264: move qp_thresh into the per-slice context 11 years ago
  Anton Khirnov d231e84b06 h264: move the quantizers into the per-slice context 11 years ago
  Anton Khirnov d40ae0e595 h264: do not copy qscale when updating per-thread contexts 11 years ago
  Anton Khirnov 92c6c2a605 h264: split weighted pred-related vars into per-slice context 11 years ago
  Michael Niedermayer e4588e376a Merge commit '5127c00b971b674f72609369b39a9c0f7c36977d' 11 years ago
  Michael Niedermayer 0e69c16e96 Merge commit 'c929659bdd7d2d5848ea52e685a3164c7b901bb0' 11 years ago
  Anton Khirnov d8a45d2d49 h264_ps: properly check cropping parameters against overflow 11 years ago
  Anton Khirnov 5127c00b97 hevc: zero the correct variables on invalid crop parameters 11 years ago
  Anton Khirnov c929659bdd hevc: make the crop sizes unsigned 11 years ago
  Michael Niedermayer 294bb6cbd7 avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLA 11 years ago
  Michael Niedermayer 3c5c6870a7 avformat/movenc: avoid using uninitialized display_matrix_size 11 years ago
  Martin Vignali 276a8666d2 avcodec/metasound_data: remove unused variable lsp16s 11 years ago
  Michael Niedermayer 215c2fe0ae Merge commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995' 11 years ago
  Michael Niedermayer 50255b7a86 Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c' 11 years ago
  James Almer 60b9373dbd libavutil: add bmi2 optimized av_mod_uintp2 11 years ago
  James Almer d13e521cc8 libavutil: add av_mod_uintp2 11 years ago
  Michael Niedermayer 2a8198b32f avcodec/libvpxenc: Set min/max quantizer to 0 for lossless mode 11 years ago
  Michael Niedermayer d6dba15b97 avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 1a79850a8f avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 59c06902e8 avfilter/vf_phase: Change enum to int, which is accessed via AVOption as int 11 years ago
  Luca Barbato 22a6d48b0d avconv: Print the avfilter errors 11 years ago
  Luca Barbato 342fc46c69 cmdutils: Add a stream specifier to map usable streams 11 years ago
  Michael Niedermayer e8446a6850 configure: Silence warnings about constant unsigned overflows in MSVC 11 years ago