83485 Commits (54b5cc035a04aeac8206295a2e37b3877c8a7a7a)
 

Author SHA1 Message Date
Paul B Mahol 54b5cc035a avcodec/flicvideo: fix some indentation issues 8 years ago
Carl Eugen Hoyos 5b2c0eebee lavf/omadec: Fix packet duration for Atrac 3 lossless. 8 years ago
Carl Eugen Hoyos 350ce0b9d3 lavfi/minterpolate: Remove an unused variable. 8 years ago
Carl Eugen Hoyos b47582f43a lavc/atrac3: Constify a pointer declaration. 8 years ago
Carl Eugen Hoyos ed491db3e5 lavf/rtpdec_mpeg4: Constify a function parameter. 8 years ago
Carl Eugen Hoyos 7ff445874b lavf/omadec: Remove an unsed variable. 8 years ago
Paul B Mahol 280a40dd27 avcodec: add ATRAC Advanced Lossless decoders 8 years ago
Steven Liu d96ebc5ef8 avformat/hlsenc: deprecate hls_wrap option 8 years ago
James Almer 96ee6da401 fate: add WavPack muxer test 8 years ago
Mulvya 40b6e28778 doc: Add muxers/demuxers list option 8 years ago
James Almer 7b3f0b3de4 avformat/apetag: bump micro version 8 years ago
James Almer 33ab1d4c6f avformat/apetag: reorder some code to improve readability 8 years ago
James Almer 84d874a680 avformat/apetag: account for header size if present when returning the start position 8 years ago
James Almer e8d6fef316 avformat/apetag: fix flag value to signal footer presence 8 years ago
Paul B Mahol ba632efa93 avcodec/qdmc: silence gcc 6.2.0 warning 8 years ago
Carl Eugen Hoyos 74c576957a lavf/movenc: Remove two unused variables. 8 years ago
Carl Eugen Hoyos 3ea9773793 lavc/mjpegenc_common: Remove an unused variable. 8 years ago
Matt Wolenetz 36aba43bd5 lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}() 8 years ago
Matt Wolenetz 9bbdf5d921 lavf/mov.c: Avoid OOB in mov_read_udta_string() 8 years ago
Michael Niedermayer ce6e7a2db1 avcodec/mjpegenc: Simplify by moving assert into ff_mjpeg_encode_huffman_close() 8 years ago
Michael Niedermayer 3e1507a954 avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requested 8 years ago
Michael Niedermayer f57665b318 avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to pre optimal huffman 8 years ago
Michael Niedermayer b39129b68e avcodec/mjpegenc_huffman: remove unneeded header include 8 years ago
Michael Niedermayer d23af72a0c avcodec/tests/mjpegenc_huffman: Remove static in main() table 8 years ago
Michael Niedermayer daccbe81a2 avcodec/mjpegenc: Drop i_tex misuse, set itex/header bits correctly, fix 2pass encoding 8 years ago
Michael Niedermayer e10bd12c25 avcodec/mjpegenc: Remove non functional huffman reallocation and error handling 8 years ago
Rostislav Pehlivanov 53234b9ba5 tests/mjpegenc_huffman: align static tables 8 years ago
Rostislav Pehlivanov a70f0927ea mjpegenc: use s->avctx as a context for av_log rather than NULL 8 years ago
Rostislav Pehlivanov 20614e868b tests/mjpegenc_huffman: replace assert() with av_assert0() 8 years ago
Rostislav Pehlivanov d164ef6589 mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlc 8 years ago
Marton Balint 3aae1eff12 ffplay: change keyboard volume control to logarithmic 8 years ago
Mark Thompson d1acab8293 vaapi_encode: Add VP8 support 8 years ago
Mark Thompson be6546a4ff vaapi_encode: Pass framerate parameters to driver 8 years ago
Mark Thompson 2201c02e6d vaapi_h264: Enable VBR mode 8 years ago
Mark Thompson ceb28c3cc4 vaapi_encode: Support VBR mode 8 years ago
Mark Thompson 3b95c7c17d vaapi_encode: Add MPEG-2 support 8 years ago
Mark Thompson eefa4b76ee vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_frames 8 years ago
Mark Thompson c667c0979c vaapi_encode: Support forcing IDR frames via AVFrame.pict_type 8 years ago
Mark Thompson 760f1a7727 vaapi_encode: Fix GOP sizing 8 years ago
Mark Thompson 37de9ce713 vaapi_h265: Fix CFR mode with framerate set in AVCodecContext 8 years ago
Mark Thompson b9514756ba vaapi_h265: Add main 10 encode support 8 years ago
Michael Niedermayer c03029a835 avcodec/h264_slice: Clear ref_counts on redundant slices 8 years ago
Ricardo Constantino dac51d2bbd doc/encoders: fix broken build with 884506dfe2 8 years ago
Jerry Jiang 884506dfe2 Implement optimal huffman encoding for (M)JPEG. 8 years ago
Matt Wolenetz 2d453188c2 lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid 8 years ago
Matt Wolenetz fd30e4d57f lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr 8 years ago
Rl 1835ed19bb libavcodec/cinepak.c: fix a wrong (inverted) misleading comment 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Maksym Veremeyenko 8efb7f5a26 avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel format 8 years ago
Michael Niedermayer 8c2ea3030a avcodec/pictordec: Fix logic error 8 years ago