summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/mpeg4videodec: Move use_intra_dc_vlc to stack, fix data raceAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Use offset instead of pointer for vbv_delayAndreas Rheinhardt2022-01-29
* avcodec/mpegpicture: Add function to completely free MPEG-PictureAndreas Rheinhardt2022-01-29
* avcodec/mpegpicture: Let ff_mpeg_unref_picture() free picture tablesAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4videoAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodecAndreas Rheinhardt2022-01-29
* fate/mpeg4: Add test for MPEG-4 Simple Studio ProfileAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Fix crash when using lowres with 10bit MPEG-4Andreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Fix off-by-one error when decoding >8 bit MPEG-4Andreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Don't hardcode list of codecs supporting bframesAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Localize check for invalid number of b-framesAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)ContextAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Move H.263p? encoders to ituh263enc.cAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Move msmpeg4/wmv1 encoders to msmpeg4enc.cAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move gop_picture_number to MPEG12EncContextAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Don't sync gop_picture_number among slice threadsAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move timecode_frame_start to Mpeg1ContextAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move aspect_ratio_info to Mpeg1ContextAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videodec: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/ituh263dec: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/ituh263enc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videoenc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/mpeg12enc: Reindent after the previous commitAndreas Rheinhardt2022-01-29
* avcodec/mpeg12enc: Return early if no Sequence Header is writtenAndreas Rheinhardt2022-01-29
* avcodec/mpeg12enc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/ituh263enc: Use stack variable for custom_pcfAndreas Rheinhardt2022-01-29
* avcodec/mpeg4?video: Move vo_type to Mpeg4DecContextAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videodec: Keep vo_type in sync between threadsAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videoenc: Use stack variable for vo_typeAndreas Rheinhardt2022-01-29
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-29
* avcodec/h263: Remove declaration for inexistent functionAndreas Rheinhardt2022-01-29
* avcodec/jpeg2000dec: Move preparations to main thread, fix raceAndreas Rheinhardt2022-01-29
* avfilter/vf_v360: improve xyz_to_fisheye()Paul B Mahol2022-01-29
* avfilter/vf_v360: improve xyz_to_dfisheye() even morePaul B Mahol2022-01-29
* avutil/hwcontext_qsv: fix typoTimo Rothenpieler2022-01-29
* avfilter/af_afir: switch to lavu/txPaul B Mahol2022-01-29
* lavc/qsvdec: export AVFilmGrainParams side dataHaihao Xiang2022-01-29
* lavc/qsvdec: track the runtime session versionHaihao Xiang2022-01-29
* lavc/qsv: allow to add more parameter buffers to QSV frameHaihao Xiang2022-01-29
* lavc/qsvenc: add tile encoding support for VP9Haihao Xiang2022-01-29
* libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to openclnyanmisaka2022-01-29
* libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surfaceWenbin Chen2022-01-29
* x86/tx_float: mark AVX2 functions as AVXSLOWLynne2022-01-29
* lavu/tx: do not unconditionally free subcontexts if initialization failsLynne2022-01-29
* lavu/tx: reset subcontext pointer if initialization failsLynne2022-01-29
* lavu/tx: print debug info even if no transforms are foundLynne2022-01-28
* avutil/tx: add null pointer check after av_malloczSteven Liu2022-01-28
* avutil/tx: remove deadcode of the control flowSteven Liu2022-01-28
* hwcontext_vulkan: avoid using 64-bit enumsLynne2022-01-27
* lavu/tx: avoid using 64-bit enumsLynne2022-01-27