git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Revert "avcodec: initialize fmt_in.video.i_aspect to 0"
[vlc.git]
/
modules
/
codec
/
avcodec
/
video.c
2009-10-06
Ilkka Ollakka
Revert "avcodec: initialize fmt_in.video.i_aspect to 0"
blob
|
commitdiff
2009-10-06
Ilkka Ollakka
avcodec: initialize fmt_in.video.i_aspect to 0
blob
|
commitdiff
|
diff to current
2009-10-06
Ilkka Ollakka
avcodec: initialise p_dec.fmt_in if it's missing, not...
blob
|
commitdiff
2009-09-23
Ilkka Ollakka
avcodec: set codec_id and codec_type in context also
blob
|
commitdiff
|
diff to current
2009-09-03
Rémi Duraffort
avcodec_video: cosmetics (use var_CreateGet whe applica...
blob
|
commitdiff
|
diff to current
2009-09-03
Rémi Duraffort
avcodec: use AV_VERSION_INT.
blob
|
commitdiff
|
diff to current
2009-08-31
Laurent Aimar
Really fix avcodec avec block_Realloc change.
blob
|
commitdiff
|
diff to current
2009-08-31
Laurent Aimar
Revert "ffmpeg: fix corruption in earlier memory copy...
blob
|
commitdiff
|
diff to current
2009-08-31
Rémi Denis-Courmont
ffmpeg: fix corruption in earlier memory copy removal
blob
|
commitdiff
|
diff to current
2009-08-30
Rémi Denis-Courmont
avcodec: use block_Realloc() on input blocks.
blob
|
commitdiff
|
diff to current
2009-07-18
Laurent Aimar
Cosmetics.
blob
|
commitdiff
|
diff to current
2009-07-17
Laurent Aimar
Do not uselessly disable direct rendering in avcodec.
blob
|
commitdiff
|
diff to current
2009-06-18
Laurent Aimar
Fixed a typo.
blob
|
commitdiff
|
diff to current
2009-06-18
Laurent Aimar
Used AVCodecContext::ticks_per_frame when available.
blob
|
commitdiff
|
diff to current
2009-06-18
Laurent Aimar
Cosmetics.
blob
|
commitdiff
|
diff to current
2009-06-15
Jean-Paul Saman
avcodec: free p_sys->p_ff_pic in some error paths
blob
|
commitdiff
|
diff to current
2009-06-02
Laurent Aimar
Avoid an error (no ffmpeg-hw option) when not compiling...
blob
|
commitdiff
|
diff to current
2009-06-01
Laurent Aimar
Compilation fix for old ffmpeg version.
blob
|
commitdiff
|
diff to current
2009-06-01
Laurent Aimar
Added (but disabled at compilation time) VA-API support...
blob
|
commitdiff
|
diff to current
2009-06-01
Laurent Aimar
Flush picture buffers when closing the avcodec decoder.
blob
|
commitdiff
|
diff to current
2009-05-16
Laurent Aimar
Do not uselessly include vlc_vout.h in decoders.
blob
|
commitdiff
|
diff to current
2009-05-13
Laurent Aimar
Used VLC_CODEC_* and i_original_fourcc when applicable.
blob
|
commitdiff
|
diff to current
2009-05-13
Laurent Aimar
Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
blob
|
commitdiff
|
diff to current
2009-05-03
Jean-Baptiste Kempf
FFmpeg: create --ffmpeg-fast to enable CODEC_FLAG2_FAST
blob
|
commitdiff
|
diff to current
2009-04-19
Laurent Aimar
Always link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
blob
|
commitdiff
|
diff to current
2009-04-05
Antoine Cellerier
Fix flickering when decoding TSCC. (Backport if we...
blob
|
commitdiff
|
diff to current
2009-03-23
Laurent Aimar
Revert [f5060d12c31af094d9105143c88371487ff2c72c] ...
blob
|
commitdiff
|
diff to current
2009-03-23
Laurent Aimar
Fixed skip_frame setting (avcodec).
blob
|
commitdiff
|
diff to current
2009-03-14
Laurent Aimar
Improved preroll in avcodec.
blob
|
commitdiff
|
diff to current
2009-03-12
Rémi Denis-Courmont
avcodec, switcher: use the global avcodec lock
blob
|
commitdiff
|
diff to current
2009-01-10
Laurent Aimar
Support delaying codec open until extradata are present...
blob
|
commitdiff
|
diff to current
2009-01-10
Laurent Aimar
Removed unused field (avcodec).
blob
|
commitdiff
|
diff to current
2008-12-14
Laurent Aimar
Removed useless real video code in avcodec.
blob
|
commitdiff
|
diff to current
2008-12-14
Laurent Aimar
Fixed frame rate output value.
blob
|
commitdiff
|
diff to current
2008-12-13
Rémi Duraffort
Use calloc instead of malloc+memset.
blob
|
commitdiff
|
diff to current
2008-10-23
Laurent Aimar
Added decoder_New/Delete/Link/UnlinkPicture helpers.
blob
|
commitdiff
|
diff to current
2008-10-19
Rémi Denis-Courmont
Factorize avcodec chroma table - another 2kb
blob
|
commitdiff
|
diff to current
2008-10-19
Rémi Denis-Courmont
Unused variable
blob
|
commitdiff
|
diff to current
2008-10-09
Laurent Aimar
Removed debug leftover (avcodec).
blob
|
commitdiff
|
diff to current
2008-10-08
Laurent Aimar
Fixed decoder_GetDisplayDate while buffering.
blob
|
commitdiff
|
diff to current
2008-10-05
Rémi Denis-Courmont
Use static mutexes
blob
|
commitdiff
|
diff to current
2008-09-28
Laurent Aimar
Convert stream to system timestamp after the decoder.
blob
|
commitdiff
|
diff to current
2008-09-09
Alexis Ballier
ffmpeg: API change
blob
|
commitdiff
|
diff to current
2008-09-07
Laurent Aimar
Cleaned up/fixed palettized video support.
blob
|
commitdiff
|
diff to current
2008-09-03
Antoine Cellerier
Properly malloc(), memcpy() and free() the quantizer...
blob
|
commitdiff
|
diff to current
2008-09-01
Laurent Aimar
Fixed timestamp in ffmpeg reget_buffer callback.
blob
|
commitdiff
|
diff to current
2008-09-01
Laurent Aimar
Removed a debug commit in ffmpeg (do not force display...
blob
|
commitdiff
|
diff to current
2008-08-29
Laurent Aimar
Fixed segfault when doing rendering without respecting...
blob
|
commitdiff
|
diff to current
2008-08-26
Antoine Cellerier
Preliminary changes to fix postprocessing. Decoder...
blob
|
commitdiff
|
diff to current
2008-08-21
Laurent Aimar
Added BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
blob
|
commitdiff
|
diff to current
2008-08-19
Derk-Jan Hartman
ffmpeg chroma: stupid test mistake for the decoder...
blob
|
commitdiff
|
diff to current
2008-08-19
Derk-Jan Hartman
ffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
blob
|
commitdiff
|
diff to current
2008-08-03
Derk-Jan Hartman
avcodec: use cast to avoid warning about this const...
blob
|
commitdiff
|
diff to current
2008-08-03
Derk-Jan Hartman
avcodec: dummy palette is const
blob
|
commitdiff
|
diff to current
2008-07-28
Laurent Aimar
Fixed recovery after end of preroll (seek).
blob
|
commitdiff
|
diff to current
2008-07-11
Laurent Aimar
Clean up chroma handling in ffmpeg (as a bonus, fixed...
blob
|
commitdiff
|
diff to current
2008-07-10
Laurent Aimar
Let swscale handle video conversion when available...
blob
|
commitdiff
|
diff to current
2008-07-03
Laurent Aimar
Fix avcodec cinepak decoding and favour it.
blob
|
commitdiff
|
diff to current
2008-06-29
Laurent Aimar
Added reget_buffer implementation for correct PTS for...
blob
|
commitdiff
|
diff to current
2008-06-28
Rémi Duraffort
Check malloc return value.
blob
|
commitdiff
|
diff to current
2008-06-28
Rémi Duraffort
Fix memleak when the codec can't be loaded.
blob
|
commitdiff
|
diff to current
2008-06-22
Rémi Duraffort
Remove unneeded msg_Err.
blob
|
commitdiff
|
diff to current
2008-06-09
Antoine Cellerier
Remove old post processing code remains from avcodec...
blob
|
commitdiff
|
diff to current
2008-06-09
Antoine Cellerier
Move avcodec module files to modules/codec/avcodec...
blob
|
commitdiff
|
diff to current