42874 Commits (d813e43b3da7a92468e3e78f05972408bfd5de67)

Author SHA1 Message Date
John Stebbins 2949f17e99 lavc/movtextdec: simplify style record walk 5 years ago
John Stebbins 47e88adc0d lavc/movtextdec: fix ass header colors 5 years ago
Anton Khirnov c3a2615bb8 lavc: install codec_desc.h 5 years ago
Anton Khirnov fc12d6c258 h264dec: do not set picture_structure on init 5 years ago
Anton Khirnov 4fb05c0d5d h264dec: rename flush_dpb() 5 years ago
Anton Khirnov 5e316096fa h264_ps: make the PPS hold a reference to its SPS 5 years ago
Anton Khirnov ec7f33a38e h264_sei: parse the picture timing SEIs correctly 5 years ago
Anton Khirnov 1e9615c5d4 h264_sei: use a separate reader for the individual SEI messages 5 years ago
Anton Khirnov d41faffb53 h264dec: do not abort if decoding extradata fails 5 years ago
Anton Khirnov 9d6785d426 lavc: do not implicitly share the frame pool between threads 5 years ago
Anton Khirnov 2944537430 pthread_frame: do not copy a range of AVCodecContext fields at once 5 years ago
Anton Khirnov b630a270f5 pthread_frame: do not embed full AVFrame structs into per-thread contexts 5 years ago
Anton Khirnov e40107c1ad pthread_frame: do not share priv_data between multiple codec contexts 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Anton Khirnov 7385ffbd31 mpeg4videodec: do not copy a range of fields at once 5 years ago
Anton Khirnov 672946c7fe avcodec.h: split AVCodecDescriptor API into its own header 5 years ago
Anton Khirnov c6978418b8 avcodec.h: split codec IDs into their own header 5 years ago
Anton Khirnov 9875fd24ce avcodec.h: split AVPacket API into its own header 5 years ago
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