91 Commits (e9bb586543d83fe0ed901834b853b6d64e327529)

Author SHA1 Message Date
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt c8e9cc8d20 avcodec/flashsvenc: Remove unnecessary or unused variable 2 years ago
Andreas Rheinhardt 61d28ee0e4 avcodec/flashsvenc: Avoid copying frame 2 years ago
Andreas Rheinhardt a8d39e8846 avcodec/flashsvenc: Change check for first frame 2 years ago
Andreas Rheinhardt 721305e280 avcodec/flashsvenc: Use const where appropriate 2 years ago
Andreas Rheinhardt 44c09e86c7 avcodec/flashsvenc: Remove unused buffer 2 years ago
Andreas Rheinhardt 6695983111 avcodec/flashsvenc: Fix packet size calculation 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt b6a977f4bb avcodec/flashsvenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt d1487659ee avcodec/flashsvenc: Remove unused z_stream 4 years ago
Andreas Rheinhardt ec6f4c5158 avcodec/flashsvenc: Avoid allocation of buffer, fix memleak 4 years ago
Michael Niedermayer b1f59bb660 avcodec/flashsvenc: Correct max dimension in error message 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Vittorio Giovara 91f9b6579a flashsvenc: Keep coded_frame.key_frame a write-only variable 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Dyami Caliri 50833c9f7b Fix buffer_size argument to init_put_bits() in multiple encoders. 10 years ago
Michael Niedermayer 9946da4976 avcodec/flac_parser: use av_freep(), do not leave stale pointers in memory 10 years ago
Anton Khirnov d56a114adc flashsvenc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 8fb7b5f7c8 flashvenc: switch to ff_alloc_packet2() 13 years ago
Anton Khirnov 0ecf54f9dc flashsvenc: switch to encode2(). 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Diego Biurrun 35a6855868 Fix av_dlog invocations with wrong or missing logging context. 13 years ago
Diego Biurrun 86e8272a23 flashsvenc: replace bitstream description by a link to the specification 14 years ago
Diego Biurrun 20a6f210cd flashsvenc: drop unnecessary cast 14 years ago
Diego Biurrun 0686515cb4 flashsvenc: improve some variable names and fix corresponding comments 14 years ago
Diego Biurrun 59ef6bded5 flashsvenc: merge two consecutive if-conditions 14 years ago
Diego Biurrun 12e9bf3e84 flashsvenc: merge variable declarations and initializations 14 years ago
Diego Biurrun b88523c25d flashsvenc: convert some debug av_log() to av_dlog() 14 years ago
Diego Biurrun 3d5669c6e9 flashsvenc: whitespace cosmetics 14 years ago
Diego Biurrun 4877356d8f flashsvenc: drop some unnecessary parentheses 14 years ago
Diego Biurrun 36ba39d140 flashsvenc: fix some comment typos 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago