git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Allow mpeg encoding with qscale and very low frame rate.
[ffmpeg.git]
/
libavcodec
/
mpegvideo_enc.c
2010-09-10
James Darnley
Allow mpeg encoding with qscale and very low frame...
blob
|
commitdiff
2010-09-07
Måns Rullgård
Check rc_buffer_size value using integer arithmetic
blob
|
commitdiff
|
diff to current
2010-07-03
Rodney Baker
Change all occurences of "inofficial" to "unofficial...
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2010-03-23
Pavel Pavlov
Always check if ff_alloc_picture() succeeds.
blob
|
commitdiff
|
diff to current
2010-03-23
Michael Niedermayer
Change ref_index structure so it matches how its organi...
blob
|
commitdiff
|
diff to current
2010-03-15
Michael Niedermayer
Add ff_ prefix for mpeg2_dc_scale_table.
blob
|
commitdiff
|
diff to current
2010-03-15
Michael Niedermayer
Support intra_dc_precision>8 in jpeg
blob
|
commitdiff
|
diff to current
2010-03-15
Michael Niedermayer
use mpeg2 quantization bias for mjpeg.
blob
|
commitdiff
|
diff to current
2010-03-08
Måns Rullgård
Move ff_sqrt() to libavutil/intmath.h
blob
|
commitdiff
|
diff to current
2010-02-17
Måns Rullgård
Use LOCAL_ALIGNED macro for local arrays
blob
|
commitdiff
|
diff to current
2010-01-22
Måns Rullgård
Move array specifiers outside DECLARE_ALIGNED() invocations
blob
|
commitdiff
|
diff to current
2010-01-11
Alexander Strange
Add missing internal.h to files calling ff_match_2uint16().
blob
|
commitdiff
|
diff to current
2010-01-09
Michael Niedermayer
Add a function to match a 2 element vector of uint16_t...
blob
|
commitdiff
|
diff to current
2010-01-07
Michael Niedermayer
Split the mpeg4 encoder and decoder off h263.c
blob
|
commitdiff
|
diff to current
2010-01-07
Michael Niedermayer
Move forgotton "AVCodec flv_encoder" over to flvenc.c.
blob
|
commitdiff
|
diff to current
2010-01-07
Michael Niedermayer
Split out flv encoding.
blob
|
commitdiff
|
diff to current
2009-12-30
Diego Biurrun
Get rid of pointless CONFIG_ANY_H263 preprocessor defin...
blob
|
commitdiff
|
diff to current
2009-12-28
Diego Biurrun
Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H2...
blob
|
commitdiff
|
diff to current
2009-12-14
Michael Niedermayer
Check sample_aspect_ratio validity for mpeg4/h263/h263p...
blob
|
commitdiff
|
diff to current
2009-12-10
Michael Niedermayer
Cosmetic (restructure RGB ljpeg check to be more readable)
blob
|
commitdiff
|
diff to current
2009-12-10
Michael Niedermayer
10l, Fix YUV ljpeg that i just broke by mistake.
blob
|
commitdiff
|
diff to current
2009-12-10
Michael Niedermayer
Fix RGB LJPEG encoding.
blob
|
commitdiff
|
diff to current
2009-12-03
Michael Niedermayer
Make sure ff_init_qscale_tab() is called one way or...
blob
|
commitdiff
|
diff to current
2009-12-03
Michael Niedermayer
Move ff_init_qscale_tab() from h263.c to mpegvideo...
blob
|
commitdiff
|
diff to current
2009-10-19
Stefano Sabatini
Add additional long names for the Flash Video decoder...
blob
|
commitdiff
|
diff to current
2009-10-06
Reimar Döffinger
Remove casts that are useless since the argument is...
blob
|
commitdiff
|
diff to current
2009-09-10
Michael Niedermayer
Check for thread_count==0.
blob
|
commitdiff
|
diff to current
2009-09-06
Reimar Döffinger
Mark all pix_fmts and supported_framerates compound...
blob
|
commitdiff
|
diff to current
2009-08-05
Diego Biurrun
Do not check for both CONFIG_H263_ENCODER and CONFIG_FL...
blob
|
commitdiff
|
diff to current
2009-08-05
Diego Biurrun
Do not check for both CONFIG_H263_ENCODER and CONFIG_H2...
blob
|
commitdiff
|
diff to current
2009-08-05
Diego Biurrun
Do not redundantly check for preprocessor definitions...
blob
|
commitdiff
|
diff to current
2009-08-03
Diego Biurrun
Move AVCodec declarations for RV10/20 from mpegvideo_en...
blob
|
commitdiff
|
diff to current
2009-05-27
Baptiste Coudurier
remove apparently unused real_pict_num from AVCodecContext
blob
|
commitdiff
|
diff to current
2009-05-27
Baptiste Coudurier
Rename alloc_picture to ff_alloc_picture and move its...
blob
|
commitdiff
|
diff to current
2009-05-23
Baptiste Coudurier
Set progressive_sequence before MPV_common_init which...
blob
|
commitdiff
|
diff to current
2009-05-14
Michael Niedermayer
Fix VBV delay for mpeg1/2 CBR.
blob
|
commitdiff
|
diff to current
2009-05-02
Benjamin Larsson
Remove dead assignments found by CSA
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename pbBufPtr() to put_bits_ptr().
blob
|
commitdiff
|
diff to current
2009-03-02
Diego Biurrun
Change a bunch of codec long_names to be more consisten...
blob
|
commitdiff
|
diff to current
2009-02-12
Michael Niedermayer
Let rgb32 pass for ljpeg.
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-25
Stefano Sabatini
Make more descriptive the long names for the various...
blob
|
commitdiff
|
diff to current
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2009-01-17
Aurelien Jacobs
export gcd function as av_gcd()
blob
|
commitdiff
|
diff to current
2009-01-14
Aurelien Jacobs
replace all occurrence of ENABLE_ by the corresponding...
blob
|
commitdiff
|
diff to current
2008-11-29
Baptiste Coudurier
Implement the fields rc_max_available_vbv_use and
blob
|
commitdiff
|
diff to current
2008-11-26
Diego Biurrun
Move aanscales tables to their own file; fixes compilat...
blob
|
commitdiff
|
diff to current
2008-11-26
Diego Biurrun
cosmetics: Rename aanscales to ff_aanscales, it will...
blob
|
commitdiff
|
diff to current
2008-11-12
Roman Shaposhnik
Making it easier to send arbitrary structures as work...
blob
|
commitdiff
|
diff to current
2008-11-08
Peter Ross
Promote inv_aanscales array to global scope (ff_inv_aan...
blob
|
commitdiff
|
diff to current
2008-10-02
Carl Eugen Hoyos
Rename copy_picture to ff_copy_picture.
blob
|
commitdiff
|
diff to current
2008-09-08
Michael Niedermayer
Remove stuff under #if LIBAVCODEC_VERSION_INT.
blob
|
commitdiff
|
diff to current
2008-09-01
Michael Niedermayer
Check ff_init_me()s return value.
blob
|
commitdiff
|
diff to current
2008-08-08
Baptiste Coudurier
fix 4:2:2 psnr
blob
|
commitdiff
|
diff to current
2008-08-05
Michael Niedermayer
Prevent low delay from being used with mpeg1.
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-06-09
Baptiste Coudurier
uniformize trellis quant option
blob
|
commitdiff
|
diff to current
2008-05-11
Carl Eugen Hoyos
Replace some occurrences of -1 with PIX_FMT_NONE.
blob
|
commitdiff
|
diff to current
2008-04-29
Ramiro Polla
Typo: distoration -> distortion.
blob
|
commitdiff
|
diff to current
2008-04-29
Stefano Sabatini
Add some long names to AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-04-28
Stefano Sabatini
Add long names to some AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-04-19
Vladimir Voroshilov
Implement FFMAX3(a,b,c) - maximum over three arguments.
blob
|
commitdiff
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
diff to current
2008-03-15
Diego Biurrun
typo fixes
blob
|
commitdiff
|
diff to current
2008-03-10
Diego Biurrun
misc spelling fixes
blob
|
commitdiff
|
diff to current
2008-03-09
Aurelien Jacobs
add FF_ prefix to all (frame)_TYPE usage
blob
|
commitdiff
|
diff to current
2008-02-25
Michael Niedermayer
Fix trellis quant + AAN DCT.
blob
|
commitdiff
|
diff to current
2008-01-07
Diego Pettenò
Remove unused symbol.
blob
|
commitdiff
|
diff to current
2007-12-27
Michael Niedermayer
Fix encoding wmv1 with -mbd 1.
blob
|
commitdiff
|
diff to current
2007-11-10
Diego Biurrun
cosmetics: Fix vissual --> visual typo.
blob
|
commitdiff
|
diff to current
2007-10-08
Baptiste Coudurier
export convert_matrix and add ff_ prefix
blob
|
commitdiff
|
diff to current
2007-07-29
Michael Niedermayer
warn user if max=bitrate && max > min
blob
|
commitdiff
|
diff to current
2007-07-10
Aurelien Jacobs
cosmetics: indentation
blob
|
commitdiff
|
diff to current
2007-07-10
Aurelien Jacobs
Avoid linking with h263.c functions when the relevant...
blob
|
commitdiff
|
diff to current
2007-07-10
Aurelien Jacobs
Split ff_set_mpeg4_time() and move the non mpeg4 specif...
blob
|
commitdiff
|
diff to current
2007-07-06
Aurelien Jacobs
move ff_copy_bits to bitstream.c
blob
|
commitdiff
|
diff to current
2007-07-05
Diego Biurrun
Group all copyright and author notices together.
blob
|
commitdiff
|
diff to current
2007-07-05
Aurelien Jacobs
move mpeg encoder specific initialization in the encode...
blob
|
commitdiff
|
diff to current
2007-07-05
Aurelien Jacobs
cosmetics: indentation
blob
|
commitdiff
|
diff to current
2007-07-05
Aurelien Jacobs
split mpeg12 encoder out of mpeg12.c
blob
|
commitdiff
|
diff to current
2007-07-03
Benoit Fouet
Description: split mpegvideo.c
blob
|
commitdiff
|
diff to current