projects
/
platform
/
upstream
/
libav.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libav.git
2010-02-25
Anton Khirnov
asfenc: simplify writing of comment header.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Anton Khirnov
asfdec: don't strip the "WM/" prefix, this should be...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
Dont allocate direct_table 8 times too large.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
Store data in direct_table interleaved.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
Simplify intra4x4_pred_mode_cache init.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
Reorder intra4x4_pred_mode so that we can read/write...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
Store intra4x4_pred_mode per row only.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
unroll tiny and trivial loop. Same speed but clearer.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Benoit Fouet
asf: indent.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Benoit Fouet
asf: add more entries to metadata conv table.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
Cut the size of mvd_table by yet another factor of 2.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Michael Niedermayer
Keep mvd_table values of only 2 mb rows.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Stefano Sabatini
10l: add prefix "TAG:" to the metadata tags key showed...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Stefano Sabatini
Cosmetics: replace "filename" to "arg" for the name...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Alex Converse
aac: Keep decode_band_types() from eating all padding...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Stefano Sabatini
Extend doxy for the src parameter of av_fifo_generic_wr...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
3rd and hopefully last 100l fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Fix doxy and assert().
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Try to fix 100l compilation failure on some systems.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Change mvd_cache & mvd_table to 8bit, this is overall...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
AV_COPY16() & AV_ZERO16()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Extend fill_rectangle() support for 16bit
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Calculate mvd without abs()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Anton Khirnov
Read ASF metadata as proper UTF-16 and spit it out...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Anton Khirnov
Don't add WM prefixes to all written ASF tags.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Anton Khirnov
Eliminate put_str16().
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Anton Khirnov
Add PUT_UTF16() macro.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Factorize common code from the top of decode_cabac_mb_mvd()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Anton Khirnov
Mention that metadata tags are (unvalidated) UTF-8.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Ramiro Polla
Clear freed pointer in ffplay.c.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Replace ad-hoc fill rectangle by fill_rectangle().
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Kostya Shishkov
ff_msmpeg4_decode_init() calls ff_h263_decode_init...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Peter Ross
it is not necessary to display the decoder name, as...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Peter Ross
low-complexity Bink file seeking
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Peter Ross
set AVINDEX_KEYFRAME correctly for bink
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Yann Coupin
Correctly increment continuity_counter in PCR packets.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Benoit Fouet
asfdec: skip byte array tags.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Benoit Fouet
asfdec: add a debug message about skipped tags.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Benoit Fouet
asfdec: fix a memleak.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Benoit Fouet
asfdec: only unicode tags must have even length.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Anton Khirnov
Introduce metadata conversion table for NUT muxer and...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Ramiro Polla
FFprobe: take only one input file.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Replace /2 by faster >>1 as the mvd values are now...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Michael Niedermayer
Remove unused variable. Seems i forgot to commit this.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Attempt to fix issue1728 and regression of issue203
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Set ist->pts to something that isnt guranteed to entang...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Diego Biurrun
Add -Wmissing-prototypes to CFLAGS if available.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Also favor streams with more packets in ffplay.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Dont modify wanted_stream.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
replace wanted_*_stream by wanted_stream[CODEC_TYPE]
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Jai Menon
mlp_parser: Fix memleak.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Nash Tsai
vfwcap: support MJPG compressed streams.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Ramiro Polla
Reorder buffer debug. Also print out if slice was buffered.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Replace *_index by st_index[codec_type].
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Favor streams with more packets if the user did not...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Count all frames with codec_info_nb_frames not just...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Cosmetics: break all Makefile lines at 80 columns or...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Redesign opt_programid code.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Put codec_info_nb_frames back in AVStream and print...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Clarify non constness of src in av_fifo_generic_write()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Peter Ross
Set video stream duration for Bink demuxer
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Martin Storsjö
Cosmetics: reindent
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Peter Ross
Bink audio pts starts at 0, not reported_size
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Peter Ross
Use reported_size to truncate final Bink Audio frame
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix iff demuxer dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix vc1 parser dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix h264 parser dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix mpeg4video parser dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix wmv2 encoder dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix gif encoder dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix snow encoder dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Daniel Verkamp
Fix svq1 encoder dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Kostya Shishkov
10l trocadero: Indeo 5 decoder did not free custom...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Kostya Shishkov
Decode alpha plane in Bink video
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Kostya Shishkov
cosmetics: reindent after last commit
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Kostya Shishkov
Move plane decoding code into separate function in...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Kostya Shishkov
Bink video decoder now can use extradata to detect...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Kostya Shishkov
Make Bink demuxer pass video flags to decoder
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Måns Rullgård
Declare indeo VLC table storage with correct type
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Try to set has_b_frames in codec init if we know everyt...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Michael Niedermayer
Move extradata reading code into codec init instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Ronald S. Bultje
Prefix non-static RTSP functions with ff_.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Reimar Döffinger
Make -benchmark also print the maximum memory usage...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Michael Niedermayer
Make sure mp1/mp2 get their frame_size set.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Add an RTSP muxer
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Free metadata in chained RTP muxers in the RTSP muxer
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Cosmetics: reindent
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Add declarations and doxygen documentation of generic...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Cosmetics: reindent after applying patches
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Don't follow RTSP redirects when used as a muxer
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Add a function rtsp_setup_output_streams for announcing...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Martin Storsjö
Create AVFormatContext objects as private transport...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Kostya Shishkov
Make Bink decoder able to skip alpha plane
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Kostya Shishkov
Macroblock and block Huffman code sets are to be used...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Kostya Shishkov
Make Bink decoder to stop decoding planes after all...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Stefano Sabatini
Make opt_default() print an error message and exit...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Kostya Shishkov
Correct bundle lengths calculation for small Bink files.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-22
Kostya Shishkov
ARM: NEON scalarproduct_int16 and scalarproduct_and_mad...
commit
|
commitdiff
|
tree
|
snapshot
next