Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04avutil/channel_layout: add a 7.1(top) channel layoutJames Almer
2022-11-04avcodec/aacdec: fix parsing streams with channel configuration 11James Almer
2022-11-03avformat/serdec: fix BE/LE format handlingPaul B Mahol
2022-11-03configure: add pkg-config check for chromaprintTimo Rothenpieler
2022-11-03avformat/imfdec: variable initialiaztion cosmeticsPierre-Anthony Lemieux
2022-11-03avformat/tests/imf: add CPL timecode testPierre-Anthony Lemieux
2022-11-03avformat/imfdec: use CPL start timecode if availablePierre-Anthony Lemieux
2022-11-03ffmpeg: fix implementation of updated input start timeGyan Doshi
2022-11-03ffmpeg: shift start time correction to ffmpeg_optGyan Doshi
2022-11-02avfilter/src_movie: support unknown channel layoutsPaul B Mahol
2022-11-02avcodec/svq3: perform residual slice copy before xor'ing watermark keyPeter Ross
2022-11-01avcodec/nvenc: remove unused slice offset queryingTimo Rothenpieler
2022-11-01sw_scale: Add specializations for hscale 16 to 19Hubert Mazur
2022-11-01sw_scale: Add specializations for hscale 16 to 15Hubert Mazur
2022-11-01sw_scale: Add specializations for hscale 8 to 19Hubert Mazur
2022-11-01avcodec/svq1dec: detect buggy FFmpeg encoder and apply correction to interfra...Peter Ross
2022-11-01avcodec/svq1: fix interframe mean VLC symbolsPeter Ross
2022-11-01avcodec/svq1enc: output ident string in extradata fieldPeter Ross
2022-11-01avcodec/svq1enc: do not use ambiguous interframe mean symbolsPeter Ross
2022-11-01avcodec/mss2: initialise wmv9_mask variablePeter Ross
2022-10-31configure: add pkg-config check for OpenALTimo Rothenpieler
2022-10-31avcodec/libaomdec: fix pix_fmt w/AVCOL_SPC_RGBJames Zern
2022-10-31avcodec/rv34: Remove always-true/false checksAndreas Rheinhardt
2022-10-31avcodec/flvdec, intelh263dec: Remove redundant assignmentsAndreas Rheinhardt
2022-10-31avcodec/mpegvideodata: Mark tables as hiddenAndreas Rheinhardt
2022-10-31avcodec/mpegvideodata: Join mpeg1/2 dc scale tablesAndreas Rheinhardt
2022-10-31avcodec/mpegvideodata: Make DC scale tables smallerAndreas Rheinhardt
2022-10-31avcodec/mpegvideo_enc: Initialize dct_unquantize_int(ra|er) only onceAndreas Rheinhardt
2022-10-30avformat/mov_chan: use the cube layoutJames Almer
2022-10-30avutil/channel_layout: add a cube channel layoutJames Almer
2022-10-29avfilter/vf_frei0r: set align to 1 for frei0r framesBrendan Hack
2022-10-29avcodec/mpegvideo: Remove incorrect commentAndreas Rheinhardt
2022-10-29avcodec/mpegvideo: Remove always-false checkAndreas Rheinhardt
2022-10-29avcodec/msmpeg4dec: Move setting decode_mb for WMV2 to wmv2dec.cAndreas Rheinhardt
2022-10-29avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt
2022-10-29avcodec/mpegvideo: Don't overallocate bufferAndreas Rheinhardt
2022-10-29doc/protocols: update rtsp optionsJun Zhao
2022-10-29doc/examples/muxing: Remove unnecessary retJun Zhao
2022-10-28avcodec/metasound_data: Include data into metasound.c directlyAndreas Rheinhardt
2022-10-28avcodec/metasound_data: Move data shared with twinvq into a new fileAndreas Rheinhardt
2022-10-28avutil/tx_template: Move function pointers to const memoryAndreas Rheinhardt
2022-10-28avutil/tx_template: Avoid code duplicationAndreas Rheinhardt
2022-10-28avutil/tx_template: Don't waste space for inexistent factorsAndreas Rheinhardt
2022-10-28avcodec/aaccoder: Mark function pointer arrays as constAndreas Rheinhardt
2022-10-28avformat/argo_cvg: Mark overrides as constAndreas Rheinhardt
2022-10-27swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö
2022-10-27configure: Remove a leftover comment about MSVC C99 supportMartin Storsjö
2022-10-27configure: Remove unnecessary mpeg[12]video_enc->h263dsp dependenciesAndreas Rheinhardt
2022-10-27avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarilyAndreas Rheinhardt
2022-10-27avcodec/speedhq: Remove unused ff_rl_speedhqAndreas Rheinhardt