summaryrefslogtreecommitdiff
path: root/libavcodec/ituh263enc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt2022-05-24
* avcodec/mjpegenc: Remove pointless motion-estimation optionsAndreas Rheinhardt2022-05-24
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/flv.h: Split header into encoder-only and decoder-only headersAndreas Rheinhardt2022-02-13
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo_enc: Move H.263p? encoders to ituh263enc.cAndreas Rheinhardt2022-01-29
* avcodec/ituh263enc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/ituh263enc: Use stack variable for custom_pcfAndreas Rheinhardt2022-01-29
* avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt2022-01-13
* avcodec/h263: Move functions only used once to their callerAndreas Rheinhardt2022-01-09
* avcodec/ituh263enc: Make static initializations thread-safeAndreas Rheinhardt2021-04-27
* avcodec/h263data, ituh263*: Make initializing RL inter table thread-safeAndreas Rheinhardt2021-01-25
* avcodec/ituh263enc: Remove unused function parameterAndreas Rheinhardt2021-01-25
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* Merge commit '197ae68e78784524a7ccf97a3c301092715305d3'Clément Bœsch2016-06-29
|\
| * Drop unnecessary unary.h #includesDiego Biurrun2016-06-08
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-05
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-12
|\|
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-01
|\|
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-28
|\|
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* | avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() instead of...Michael Niedermayer2015-05-24
* | avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo...Michael Niedermayer2015-05-24
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* | avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info()Michael Niedermayer2014-12-29
* | avcodec/ituh263enc: fix advanced intra codingMichael Niedermayer2014-06-21
* | Merge commit 'cd62c04d009b3baf7582556866a7029291b54573'Michael Niedermayer2014-06-11
|\|
| * h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau2014-06-11
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-17
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|