732 Commits (2d5176fad1a4556d209cbfb0f681712c7eada4fd)

Author SHA1 Message Date
Luca Barbato a78f5548d9 avcodec: Free the default avoptions on init failure 10 years ago
Luca Barbato aef0be0875 avcodec: Unref the dummy buffer on the fail path 10 years ago
Vittorio Giovara 117b432748 lavc: Introduce AVCodec internal capabilities 10 years ago
Vittorio Giovara 9993a067f6 lavc: Improve thread locking error message 10 years ago
Andreas Cadhalpun ea1d0b7ece avcodec/utils: use correct printf specifier in ff_set_sar 10 years ago
Anton Khirnov a536a4e4bc lavc: support extracting audio service type from side data 10 years ago
Anton Khirnov 728685f37a Add a side data type for audio service type. 10 years ago
Paul B Mahol 9a4aaae3b2 lavc: add GBRAP to avcodec_align_dimensions2 10 years ago
Rémi Denis-Courmont 57b6704ecd avcodec: add AVCodecContext.sw_pix_fmt 10 years ago
Luca Barbato e3e317e0c0 lavc: Compact the side-data passthrough 10 years ago
Rémi Denis-Courmont 4ff670d99b hwaccel: Deinitialize hardware acceleration early enough 10 years ago
Vittorio Giovara bae557edce dump: display codec tags when available 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Vittorio Giovara 9f3a70c442 dump: print the original coded dimensions when available 10 years ago
Vittorio Giovara 41e86146e7 dump: print detailed color space information 10 years ago
Vittorio Giovara 20a5956b8d dump: split audio and video probing on multiple lines 10 years ago
Vittorio Giovara 147f2e91ee avcodec: make sure color_range is properly initialized 10 years ago
Rémi Denis-Courmont 153fadc390 ff_get_format: fix infinite loop 10 years ago
Manfred Georg 577899a645 lavc: specify the behavior of av_lockmgr_register on failure. 10 years ago
Rémi Denis-Courmont 1c80c9d7ef hwaccel: Call ->get_format again if hwaccel init fails 10 years ago
Vittorio Giovara 9301486408 avcodec: add stream-level stereo3d side data 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Anton Khirnov d63443b968 lavc: drop the av_fast_{re,m}alloc compatibility wrappers 10 years ago
Anton Khirnov 472f9ed312 Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. 10 years ago
Diego Biurrun 53abe32409 avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const 10 years ago
Diego Biurrun eba2233b58 build: Add define for SIMD extensions requiring 16-byte aligned buffers 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Diego Biurrun 3c650efb81 dsputil: Move draw_edges() to mpegvideoencdsp 11 years ago
Anton Khirnov 1b04eb20f7 lavc: do not allocate edges in the default get_buffer2() 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
wm4 eb800f120d libavcodec: set AVFrame colorspace fields on decoding 11 years ago
Vittorio Giovara bddd8cbf68 Add transformation matrix API. 11 years ago
Anton Khirnov e1b66778b6 lavc: remove the locking code in avcodec_close() 11 years ago
Anton Khirnov dd2d3b766b lavc: Add hwaccel private data and init/uninit callbacks 11 years ago
Luca Barbato ebc29519d1 hwaccel: Support specific frame allocators 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Anton Khirnov e7fc9796d8 lavc: do not use AVCodecContext.codec_name in avcodec_string() 11 years ago
Vittorio Giovara 6ef96292d9 utils: add yvyu422 to avcodec_align_dimensions2 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Anton Khirnov 4a0f665143 libavcodec: when decoding, copy replaygain side data to decoded frames 11 years ago
Anton Khirnov 8feac29cc4 lavc: use AVFrame API properly in ff_reget_buffer() 11 years ago
John Stebbins 52771346dc lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer 11 years ago
Diego Biurrun 190d4a447b avcodec: Suppress deprecation warnings from avcodec_alloc_frame() 11 years ago
Anton Khirnov e0ab5078a7 lavc: do not force the emu edge flag 11 years ago
Anton Khirnov 93c553c71e lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). 11 years ago
Anton Khirnov f7e85ee996 lavc: allow the caller to override dimensions in ff_get_buffer() 11 years ago
Anton Khirnov 50079a6aa9 lavc: do not leak the internal frame if opening the codec fails 11 years ago