aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ituh263enc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+2
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-2/+0
* avcodec/mpegvideo_enc: ensure lmin is smaller than lmaxJames Almer2023-04-181-0/+5
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/mpegvideo_enc: remove picture_number parameter from encode functionsMarton Balint2023-01-261-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt2022-05-241-12/+0
* avcodec/mjpegenc: Remove pointless motion-estimation optionsAndreas Rheinhardt2022-05-241-0/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-15/+15
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt2022-02-131-1/+0
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt2022-02-131-1/+1
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mpegvideo_enc: Move H.263p? encoders to ituh263enc.cAndreas Rheinhardt2022-01-291-0/+72
* avcodec/ituh263enc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-291-3/+3
* avcodec/ituh263enc: Use stack variable for custom_pcfAndreas Rheinhardt2022-01-291-3/+4
* avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt2022-01-131-1/+0
* avcodec/h263: Move functions only used once to their callerAndreas Rheinhardt2022-01-091-1/+42
* avcodec/ituh263enc: Make static initializations thread-safeAndreas Rheinhardt2021-04-271-12/+16
* avcodec/h263data, ituh263*: Make initializing RL inter table thread-safeAndreas Rheinhardt2021-01-251-2/+3
* avcodec/ituh263enc: Remove unused function parameterAndreas Rheinhardt2021-01-251-10/+6
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-281-1/+1
* Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'Clément Bœsch2016-06-291-1/+0
|\
| * Drop unnecessary unary.h #includesDiego Biurrun2016-06-081-1/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-9/+9
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-9/+9
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-051-3/+3
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-121-0/+1
|\|
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-0/+1
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-0/+1
|\|
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-281-2/+2
|\|
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-2/+2
* | avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() instead of...Michael Niedermayer2015-05-241-9/+9
* | avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo...Michael Niedermayer2015-05-241-4/+4
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-1/+1
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-1/+1
* | avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info()Michael Niedermayer2014-12-291-1/+1
* | avcodec/ituh263enc: fix advanced intra codingMichael Niedermayer2014-06-211-10/+5
* | Merge commit 'cd62c04d009b3baf7582556866a7029291b54573'Michael Niedermayer2014-06-111-5/+3
|\|
| * h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau2014-06-111-5/+3
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-1/+0
|\|