git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reorganize how values are stored in h->non_zero_count.
2010-01-17
Michael Niedermayer
Reorganize how values are stored in h->non_zero_count.
commit
|
commitdiff
|
tree
2010-01-17
Michael Niedermayer
Disable a few things in fill_filter_caches() that arent...
commit
|
commitdiff
|
tree
2010-01-17
Michael Niedermayer
Split fill_caches() between filter and decoder.
commit
|
commitdiff
|
tree
2010-01-17
Michael Niedermayer
Rearchitecturing the stiched up goose part 1
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Comment for() ; out
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Mark a few functions as noinline, this makes ff_h264_filter_...
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Apply last 2 optimizations to similar code i forgot.
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Another microopt, 4 cpu cycles for avoidance of FFABS().
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Minor (2 cpu cycles) optimization ||->|.
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Consider slice_beta_offet in qp_thresh.
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Avoid wasting 4 cpu cycles per MB in redundantly calculating...
commit
|
commitdiff
|
tree
2010-01-16
Michael Niedermayer
Replace cabac checks in inline functions from h264...
commit
|
commitdiff
|
tree
2010-01-15
Michael Niedermayer
Add forgotten include of h264_mvpred.h to h264.h.
commit
|
commitdiff
|
tree
2010-01-15
Michael Niedermayer
Add forgotton multiple inclusion guards to h264_mvpred.h.
commit
|
commitdiff
|
tree
2010-01-13
Michael Niedermayer
remove unused variable
commit
|
commitdiff
|
tree
2010-01-13
Michael Niedermayer
Split cabac decoding code out of h264.c.
commit
|
commitdiff
|
tree
2010-01-13
Michael Niedermayer
Move golomb_to_int*cbp tables back to h264_data.h as...
commit
|
commitdiff
|
tree
2010-01-13
Michael Niedermayer
Split cavlc out of h264.c.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Split motion vector prediction off h264.c/h.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Move check_intra4x4_pred_mode() back from h264.h to...
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Split all the reference picture handling off h264.c.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Split (picture|seq) parameter set decoding out of h264.c.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Split SEI code off h264.c.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Split direct mode (macro)block decoding off h264.c.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Align mb_bit_buffer and vs_bit_buffer as their alignment...
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Split h264 loop filter off h264.c.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Move svq3.o to the correct spot.
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Get rid of #include "svq3.c"
commit
|
commitdiff
|
tree
2010-01-12
Michael Niedermayer
Better title for the file.
commit
|
commitdiff
|
tree
2010-01-11
Michael Niedermayer
Optimize ff_snow_horizontal_compose97i.
commit
|
commitdiff
|
tree
2010-01-11
Michael Niedermayer
Merge vertical_compose53iL0*()
commit
|
commitdiff
|
tree
2010-01-11
Michael Niedermayer
Optimize horizontal_compose53i() by inlining inv_lift...
commit
|
commitdiff
|
tree
2010-01-10
Michael Niedermayer
Doxy for ff_match_2uint16().
commit
|
commitdiff
|
tree
2010-01-10
Michael Niedermayer
Fix implicit declaration warning.
commit
|
commitdiff
|
tree
2010-01-09
Michael Niedermayer
Add a function to match a 2 element vector of uint16_t...
commit
|
commitdiff
|
tree
2010-01-09
Michael Niedermayer
Make inter_level/run global again, msmpeg4 uses them.
commit
|
commitdiff
|
tree
2010-01-09
Michael Niedermayer
Make some tables static again, i mistakely thought...
commit
|
commitdiff
|
tree
2010-01-09
Michael Niedermayer
Split H263 encoder and decoder from common code.
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Move 3 direct MV related functions that i left out...
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle...
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Rename most non static h263 tables so their name contains...
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Rename mpeg4 intra vlc tables so they contain "mpeg4...
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Rename DCtab_*, its a global variable and it helps...
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Remove useless line.
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Fix indention.
commit
|
commitdiff
|
tree
2010-01-08
Michael Niedermayer
Add a few CONFIG_MPEG4_DECODER that should be there.
commit
|
commitdiff
|
tree
2010-01-08
Art Clarke
Improve avformat_version() doxy.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Split the mpeg4 encoder and decoder off h263.c
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Add some const qualifiers.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Document decide_ac_pred() and restore_ac_coeffs().
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Move restore_ac_coeffs() call into decode_ac_pred().
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Move restore_ac_coeffs() up so its declared before...
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
More doxy
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Document ff_h263_show_pict_info().
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Factorize if() surrounding every ff_h263_show_pict_info...
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
2 more if(CONFIG_*_DECODER)
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Split out intel H263 decoder.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
flv.h should ideally be included in flvdec.c
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Move forgotton "AVCodec flv_encoder" over to flvenc.c.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Split flv decoding out.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Split out flv encoding.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Document aspect_to_info().
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Cleanup aspect_to_info().
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Document several more things.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Document *VLC_BITS.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Simplify h263_get_picture_format().
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Mark h263_get_picture_format() av_const to indicate...
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Document h263_get_picture_format().
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Fix stream copy & transcoding one stream at the same...
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Correct indention.
commit
|
commitdiff
|
tree
2010-01-07
Michael Niedermayer
Move the definitions of data_buf and data_size closer...
commit
|
commitdiff
|
tree
2010-01-06
Michael Niedermayer
Stop the approximation in bessel() once it does no...
commit
|
commitdiff
|
tree
2010-01-01
Michael Niedermayer
Adjust threshold for xvid packed b frame detection.
commit
|
commitdiff
|
tree
2010-01-01
Michael Niedermayer
It appears s->bitstream_buffer_size has to be 0 at...
commit
|
commitdiff
|
tree
2009-12-27
Michael Niedermayer
2nd try on documenting av_gcd().
commit
|
commitdiff
|
tree
2009-12-27
Michael Niedermayer
Document av_gcd().
commit
|
commitdiff
|
tree
2009-12-25
Michael Niedermayer
Do not copy codec_tag in stream copy case if it is...
commit
|
commitdiff
|
tree
2009-12-18
Michael Niedermayer
More sane error message when extradata has not been...
commit
|
commitdiff
|
tree
2009-12-18
Michael Niedermayer
It appears that waveformatextensible is mandatory for...
commit
|
commitdiff
|
tree
2009-12-16
Michael Niedermayer
Only add 1 index entry per keyframe.
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Revert flvdec.c part of r20836
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Include dup/drop info if any frames where duplicated...
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Off by 1 bugfix for nb_frames_dup.
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Merge init & declaration of buf_end.
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Set reordered_opaque in default_reget_buffer() with...
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Check sample_aspect_ratio validity for mpeg4/h263/h263p...
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Factorize ic->streams[i] out,
commit
|
commitdiff
|
tree
2009-12-14
Michael Niedermayer
Place { of the function where indent -kr wants it.
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Make sure the Metadata: header is not printed if the...
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Move dump_metadata() to where it is in ffmbc, looks...
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
indent
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Skip dumping language twice.
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
dump metadata for AVStreams & AVPrograms too.
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Factorize dump_metadata() out.
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Try to simplify av_estimate_timings_from_pts() like...
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Debug av_log() about stream probing from ffmbc.
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Add CODEC_ID_DNXHD into the 25 fps case.
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
Simplify code by using av_metadata_set2().
commit
|
commitdiff
|
tree
2009-12-13
Michael Niedermayer
More entries for ff_id3v2_metadata_conv from ffmbc.
commit
|
commitdiff
|
tree
next