42955 Commits (b84a2b91fdfc5c90a8f0afc97d87b02af0b0854e)

Author SHA1 Message Date
Anton Khirnov f1e3e9e204 wavpack: fully support stream parameter changes 5 years ago
Anton Khirnov a1133db30e decode: make sure ff_get_buffer() cleans the frame on failure 5 years ago
Anton Khirnov e923a35988 pthread_frame: make sure ff_thread_release_buffer always cleans the frame 5 years ago
Linjie Fu 917d28d5ff lavc/libopenh264enc: fix the if-else coding style 5 years ago
Paul B Mahol 932493f9c2 avcodec/zerocodec: use init cleanup internal cap 5 years ago
Paul B Mahol 05e04e821d avcodec/zerocodec: implement flushing 5 years ago
Paul B Mahol 481ebb1c8b avcodec: add MV30 decoder 5 years ago
Andreas Rheinhardt 7104c4dd88 avcodec/jpeg2000dec: Fix mixed declaration and code 5 years ago
Gautam Ramakrishnan e531891f3d libavcodec/jpeg2000dec.c: Add support for PPT marker 5 years ago
Andriy Gelman cd04bb4afe avcodec/v4l2_context: Use av_freep() 5 years ago
Michael Niedermayer 3935c891e9 avcodec/flacdsp_template: Fix invalid shifts in decorrelate 5 years ago
Michael Niedermayer 7ccb576191 avcodec/xvididct: Fix integer overflow in MULT() 5 years ago
Michael Niedermayer 187161d62f avcodec/ffwavesynth: Correct undefined overflow of PINK_UNIT 5 years ago
Peter Ross 31c4fe177d avcodec/vp3: propagate error codes 5 years ago
Michael Niedermayer 741565a1e6 avcodec/cbs_h264_syntax_template: fix off by 1 error with slice_group_change_cycle 5 years ago
Carl Eugen Hoyos 559c2e96e3 lavc/amrwbdec: Use av_samples_set_silence(). 5 years ago
Carl Eugen Hoyos bef3c14dd1 lavc/amrwbdec: Do not ignore NO_DATA frames. 5 years ago
Carl Eugen Hoyos 4d9b9c5e46 lavc/aacdec_template: Only warn once about unusual 7.1 encoding. 5 years ago
Carl Eugen Hoyos c59233d503 lavc/sbc: Remove bool usage. 5 years ago
Carl Eugen Hoyos d46a91b7f3 lavc/qsvenc: Fix format specifiers for two variables of type int. 5 years ago
Carl Eugen Hoyos 4679a474f0 lavc: Use supported_samplerates for Dolby Digital encoders. 5 years ago
Gautam Ramakrishnan 88f95253e1 libavcodec/jpeg2000dec.c: Fix indentation 5 years ago
Gautam Ramakrishnan e116cb45c2 libavcodec/jpeg2000dec.c: Handle non EOC streams 5 years ago
Andriy Gelman b343eca8d5 avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl call 5 years ago
Ming Qian edee0d0104 avcodec/v4l2_m2m: fix setting frame period 5 years ago
Michael Niedermayer 67de1865b1 avcodec/hcadec: Check scale_factors 5 years ago
Timo Rothenpieler 767f53533a nvdec: attach real hw_frames to post-processed frames 5 years ago
Andreas Rheinhardt 3362330741 ffplay, avcodec, avformat: Don't initialize before av_packet_ref() 5 years ago
Andreas Rheinhardt c52ec0367d avcodec/avcodec, avpacket: Return blank packet on av_packet_ref() failure 5 years ago
Andreas Rheinhardt e621f2b6cd avcodec/avpacket: Always treat dst in av_packet_ref as uninitialized 5 years ago
Gautam Ramakrishnan 26a36801c0 avcodec/jpeg2000dec: error check when processing tlm marker 5 years ago
Anton Khirnov ad9052c4f8 h264_ps: pass AVCodecContext as void* where possible 5 years ago
Linjie Fu 8b8492452d lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8 5 years ago
Linjie Fu e9abef437f lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8 5 years ago
Linjie Fu 0da14ed09e lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8 5 years ago
Linjie Fu 091341f2ab lavc/pthread_frame: Update user context in ff_frame_thread_free 5 years ago
Gautam Ramakrishnan e34157f6ea libavcodec/jpeg2000.h: fix comments for JPEG2000 markers 5 years ago
James Almer e4dd8ee323 avcodec/vp9: use a buffer pool to allocate VP9Frame extradata 5 years ago
Limin Wang 157873623f avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readability 5 years ago
Limin Wang 8ea4efffdb avcodec/libzvbi-teletextdec: replace data_size with got_sub_ptr for better readability 5 years ago
Limin Wang 766888e519 avcodec/pgssubdec: replace data_size with got_sub_ptr for better readability 5 years ago
Limin Wang 2d244c9a00 avcodec/xsubdec: replace data_size with got_sub_ptr for better readability 5 years ago
Andreas Rheinhardt e5d25d1147 avcodec/hevc: Cosmetics: Realign after last commit 5 years ago
Andreas Rheinhardt 7272d0c0a9 avcodec/hevc, h2645_parse: Fix HEVC NAL unit names and constants 5 years ago
Andreas Rheinhardt 3ab16d091e avcodec/dfa: Use array of fixed-sized strings for fixed-sized strings 5 years ago
Ramiro Polla c455a28a9e avcodec/wmadec: cosmetics 5 years ago
Ramiro Polla c2b540d0c7 avcodec/get_bits: cosmetics 5 years ago
Limin Wang a289cc5643 avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed 5 years ago
Andreas Rheinhardt ea46b45e9c avcodec/bsf: Beautify log messages from bitstream filters 5 years ago
Andreas Rheinhardt d0ba6715d2 avcodec/bsf: Don't set defaults for AVClass without options 5 years ago