34081 Commits (474665346616e446ecd1407002fdf5f88201bf72)

Author SHA1 Message Date
Paul B Mahol c293ef258c avformat/ipmovie: put video decoding_map_size into packet and use it in decoder 9 years ago
Diego Biurrun 8161220eee h264_parser: Rename close() to h264_close() 9 years ago
Timothy Gu ee20354b29 pixblockdsp: Use AV_COPY128U for get_pixels_16_c 9 years ago
Michael Niedermayer 507b01f899 avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet 9 years ago
Clément Bœsch 953d358462 avcodec/libopenh264enc: use AV_OPT_TYPE_BOOL for allow_skip_frames option 9 years ago
Agatha Hu 20abda6b62 avcodec/nvenc: fix potential profile error when encoding yuv444p 9 years ago
Michael Niedermayer 81d3986d2d avcodec/libopenh264enc: AV_OPT_TYPE_STRING should use .str default 9 years ago
Michael Niedermayer 9319e08380 avcodec/libopenh264enc: Fix project name 9 years ago
Michael Niedermayer a75bebfe9a avcodec/libopenh264enc: set .i64 for AV_OPT_TYPE_INT 9 years ago
Ganesh Ajjanagadde 47af5db721 all: fix enum definition for large values 9 years ago
Rémi Denis-Courmont d35d0c723e vdpau: remove dysfunctional H.263 support 9 years ago
Vittorio Giovara b4a82e7407 h264: Print the complete user message 9 years ago
Vittorio Giovara 8487987b87 h264: Print user data SEI under normal debug verbosity 9 years ago
Kirill Gavrilov 1720791e36 png: read and write stereo3d frame side data information 9 years ago
Carl Eugen Hoyos bd1d67efe8 lavc/proresdec2: Fix slice_count for very high resolutions. 9 years ago
Carl Eugen Hoyos 2f1d6d45af lavc/cdg: Add transparency support. 9 years ago
Ganesh Ajjanagadde 603d627457 avcodec/zmbvenc: use log2 instead of log()/M_LN2 9 years ago
Ganesh Ajjanagadde 68ba63ebd5 avcodec/nellymoserenc: use log2 instead of log()/M_LN2 9 years ago
Ganesh Ajjanagadde 4870d8518a avcodec/snowenc: use log2 instead of log() / log(2...) 9 years ago
Paul B Mahol af3f793f60 avcodec: add ADPCM AICA decoder 9 years ago
Matthieu Bouron ff0dfb5c36 lavc/mjpegdec: honor skip_frame option 9 years ago
Matthieu Bouron cbe2dfa4e5 lavc/pngdec: honor skip_frame option 9 years ago
Ronald S. Bultje 63fca9df9c vp9_parser: don't overwrite cached timestamps with nopts. 9 years ago
Ganesh Ajjanagadde 6dc0db6634 avcodec/motion_est_template: replace qsort with AV_QSORT 9 years ago
Martin Storsjö 8edaf625f3 libopenh264enc: Count and warn about the number of skipped frames 9 years ago
Martin Storsjö 9e14a99240 libopenh264enc: Add an option for controlling the frame skipping 9 years ago
Kieran Kunhya b8deb7c34f opus: Do not call vector_fmul_scalar on zero samples 9 years ago
Michael Niedermayer 6dcd822904 opus: Buffer the samples from the correct offset 9 years ago
Kirill Gavrilov bea931c2eb avcodec/png: read and write stereo3d frame side data information 9 years ago
Andreas Cadhalpun eaa6bade37 avcodec: install avdct.h as public header 9 years ago
Luca Barbato f3aff31e5f avpicture: Deprecate the single fields 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Hendrik Leppkes 31741aecbf avcodec: disallow hwaccel with frame threads 9 years ago
Timothy Gu 9b40ce5a45 avcodec: srtdec: Reindent 9 years ago
Kieran Kunhya b3e5f15b95 opusdec: Don't run vector_fmul_scalar on zero length arrays 9 years ago
Michael Niedermayer 07225fa74f avcodec/opusdec: Fix extra samples read index 9 years ago
Luca Barbato a9a6010637 avpacket: Provide an alloc and a free function for the struct 9 years ago
Luca Barbato 9b56d5c114 avpacket: Deprecate av_dup_packet 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Clément Bœsch 51ee62d50b avcodec/options: remove a few more redundant "default" information 9 years ago
Clément Bœsch 90c4ccc629 avcodec/options: remove redundant and wrong default information for skipcmp option 9 years ago
Clément Bœsch 7794627032 avcodec/avdct: remove redundant "default" information in options 9 years ago
Hendrik Leppkes 9cbae3a7d5 roqvideodec: use av_frame_copy 9 years ago
Paul B Mahol 035ae3c009 avcodec: add SDX2 DPCM decoder 9 years ago
Tom Butterworth 9f5d6f460c hap: Set avctx.bits_per_coded_sample 9 years ago
Vittorio Giovara 3c5cf2a31b screenpresso: Drop parameter change check 9 years ago
Alexis Ballier 447b5b278c mpegvideo_enc: Fix encoding videos with less frames than the delay of the encoder 9 years ago
Michael Niedermayer 27eeee76b2 mpegvideo_enc: Merge ifs with identical conditions 9 years ago
Michael Niedermayer f0a88d4d2a mpegvideo_enc: Factor new_picture unref out 9 years ago
Ganesh Ajjanagadde 9bc3d3355f avcodec/huffman: replace qsort with AV_QSORT 9 years ago