index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vp3.c
Age
Commit message (
Expand
)
Author
2018-10-29
avcodec/vp3: reindent unpack_superblocks()
Michael Niedermayer
2018-10-29
avcodec/vp3: Do not recalculate coded_fragment_list for keyframes
Michael Niedermayer
2018-10-29
avcodec/vp3: Reuse local variable in unpack_superblocks()
Michael Niedermayer
2018-10-29
avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblo...
Michael Niedermayer
2018-06-02
avcodec/vp3: Fix end of bitstream check in unpack_superblocks()
Michael Niedermayer
2018-05-13
avcodec/vp3: Check that there will be sufficient input for the coded fragment...
Michael Niedermayer
2018-02-11
avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()
Michael Niedermayer
2018-02-11
avcodec/vp3: Check eob_run
Michael Niedermayer
2017-11-06
avcodec: remove remaining uses of avcodec_get_chroma_sub_sample
Martin Vignali
2017-05-26
avcodec/theora: export cropping information instead of handling it internally
James Almer
2017-05-01
avcodec/vp3: Check remaining bits in unpack_dct_coeffs()
Michael Niedermayer
2017-03-03
avcodec/vp3: Do not return random positive values but the buf size
Michael Niedermayer
2016-06-21
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-05-04
cosmetics: Fix spelling mistakes
Vittorio Giovara
2015-12-04
avcodec/vp3: Fix "runtime error: left shift of negative value"
Michael Niedermayer
2015-12-03
avcodec/vp3: ensure header is parsed successfully before tables
Michael Niedermayer
2015-11-30
avcodec/vp3: always set pix_fmt in theora_decode_header()
Michael Niedermayer
2015-11-28
avcodec/vp3: Fix several memleaks
Michael Niedermayer
2015-11-28
avcodec/vp3: Clear context on reinitialization failure
Michael Niedermayer
2015-10-04
avcodec: use HAVE_THREADS header guards to silence -Wunused-function
Ganesh Ajjanagadde
2015-09-04
avcodec/vp3: Check init_get_bits8() for failure
Michael Niedermayer
2015-07-27
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
Michael Niedermayer
2015-07-27
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-13
avcodec/vp3: check current_frame before accessing it
Michael Niedermayer
2015-05-15
avcodec/vp3: Cleanup order of operations for current_run check
Michael Niedermayer
2015-04-20
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-19
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-02-06
avcodec/vp3: pass correct context to av_log()
Michael Niedermayer
2015-01-30
avcodec/vp3: use init_get_bits8()
Paul B Mahol
2014-12-19
avcodec/vp3: Fix offset handling
Michael Niedermayer
2014-12-19
Merge commit '67fc8a15e4182ea111cfcd05897709f09d99a33a'
Michael Niedermayer
2014-12-18
theora: support different visible and coded frame size
Vittorio Giovara
2014-12-14
avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...
Michael Niedermayer
2014-10-15
Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'
Michael Niedermayer
2014-10-15
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-08-24
Correct few "ffmpeg" typos
Paul B Mahol
2014-08-15
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-15
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-07-10
Fix 2 coeffecient typo
Clément Bœsch
2014-06-20
Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'
Michael Niedermayer
2014-06-20
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2014-06-08
avcodec: fix () in TRANSPOSE macro
Michael Niedermayer
2014-06-03
avcodec/vp3: free tables before allocating new ones
Michael Niedermayer
2014-06-03
avcodec/vp3: factorize out free_tables()
Michael Niedermayer
2014-05-27
avcodec/vp3: use av_mallocz_array()
Michael Niedermayer
2014-04-02
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-04-01
VP3: K&R formatting cosmetics
Vittorio Giovara
2014-03-22
Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'
Michael Niedermayer
[next]