|
|
|
@407a3d94
|
18 years |
Aurélien Jacobs |
fix an infinite loop in case one cluster is not enough to demux a …
|
|
|
@b061d892
|
18 years |
Aurélien Jacobs |
split some common code from the mkv demuxer that will be useful to the …
|
|
|
@5449190f
|
18 years |
victorpaesa |
Wording improvements for the previous commit.
Originally committed as …
|
|
|
@864ff8c1
|
18 years |
ramiro.polla |
Typos
Originally committed as revision 9213 to …
|
|
|
@05abfce9
|
18 years |
ramiro.polla |
Doxygenize av_init_packet
Originally committed as revision 9212 to …
|
|
|
@659596f0
|
18 years |
ramiro.polla |
Export av_init_packet
Originally committed as revision 9211 to …
|
|
|
@04ec18b8
|
18 years |
michaelni |
harmless typo
Originally committed as revision 9210 to …
|
|
|
@28f03d04
|
18 years |
michaelni |
fix indention
Originally committed as revision 9209 to …
|
|
|
@ad39abcd
|
18 years |
michaelni |
remove duplicate PAT scaning code and actual PAT scan
also disabling …
|
|
|
@4dc8a963
|
18 years |
michaelni |
unused variables
Originally committed as revision 9207 to …
|
|
|
@90d13e30
|
18 years |
michaelni |
dont rescan for information on each pid, but rather do it just once by …
|
|
|
@ecc31d1d
|
18 years |
michaelni |
move structs and enums to top of file so they can be used
Originally …
|
|
|
@4d9a577e
|
18 years |
michaelni |
passing MpegTSFilter to the filters instead of a random void *opaque …
|
|
|
@69621690
|
18 years |
mmhoffm |
extending video4linux support to handle the additional formats UYVY, …
|
|
|
@c7c64e9e
|
18 years |
mmhoffm |
convert if then else video palette to pix_fmt construct to simpiler …
|
|
|
@37dfd63
|
18 years |
michaelni |
do not perform SDT scan at the begin (this avoids a timeconsuming …
|
|
|
@657ced8c
|
18 years |
michaelni |
make new_service() update existing info sanely
Originally committed …
|
|
|
@0618bb1c
|
18 years |
michaelni |
remove fake service/provider names used for PAT
this allows us to …
|
|
|
@c11aac6c
|
18 years |
gpoirier |
fix error: indeo2.c:202:1: directives may not be used inside a macro …
|
|
|
@a45ec414
|
18 years |
benoit.fouet |
Indentation
Originally committed as revision 9197 to …
|
|
|
@ddcf4b5d
|
18 years |
benoit.fouet |
Codebook generator using the ELBG algorithm
patch by Vitor: …
|
|
|
@1963f5e3
|
18 years |
diego |
readability cosmetics
Originally committed as revision 9195 to …
|
|
|
@1b481845
|
18 years |
baptiste.coudurier |
cosmetics remove struct name with typedef
Originally committed as …
|
|
|
@738ebafc
|
18 years |
baptiste.coudurier |
remove unused EssenceContainerData
Originally committed as revision …
|
|
|
@151bdd5d
|
18 years |
baptiste.coudurier |
skip no more needed on error
Originally committed as revision 9192 to …
|
|
|
@01dfc646
|
18 years |
baptiste.coudurier |
remove duplicate entry since now we ignore version byte
Originally …
|
|
|
@28b9f986
|
18 years |
baptiste.coudurier |
typo
Originally committed as revision 9190 to …
|
|
|
@363f403f
|
18 years |
baptiste.coudurier |
set pkt pos
Originally committed as revision 9189 to …
|
|
|
@0e3ea3a2
|
18 years |
baptiste.coudurier |
remove now useless sync key
Originally committed as revision 9188 to …
|
|
|
@6dc55543
|
18 years |
baptiste.coudurier |
no need to seek on specific key anymore, since klv_read_packet will …
|
|
|
@b7889fce
|
18 years |
baptiste.coudurier |
do not print error message when klv_read_packet fails
Originally …
|
|
|
@cabe2527
|
18 years |
baptiste.coudurier |
sync to mxf klv key before trying to read klv packet
Originally …
|
|
|
@6982462
|
18 years |
baptiste.coudurier |
match uids indenpendantly of the version byte
Originally committed as …
|
|
|
@3c6b46d3
|
18 years |
baptiste.coudurier |
cosmetics, reorder and classify uids
Originally committed as revision …
|
|
|
@5dda2539
|
18 years |
lu_zero |
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez …
|
|
|
@e07e357d
|
18 years |
lu_zero |
Add support for Cell (requires gcc-4.2 or patches)
Originally …
|
|
|
@83b34017
|
18 years |
lorenm |
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice …
|
|
|
@b91811af
|
18 years |
michaelni |
get rid of if(1)
Originally committed as revision 9179 to …
|
|
|
@9deb6d71
|
18 years |
michaelni |
get rid of one layer of callback obfuscation
Originally committed as …
|
|
|
@b2292194
|
18 years |
michaelni |
kill completely idiotic code which hides all but 2 streams
Originally …
|
|
|
@f7994861
|
18 years |
victorpaesa |
Add FAQ entry for video joining.
Originally committed as revision …
|
|
|
@165f503a
|
18 years |
michaelni |
correct implementation of "try with auto_guess if first detection …
|
|
|
@d287b04b
|
18 years |
michaelni |
revert r4802 (try with auto_guess if first detection fails)
this …
|
|
|
@38c48be2
|
18 years |
michaelni |
split mpeg2ts_raw mode into its own demuxer using such a flag is an …
|
|
|
@69ddbd1d
|
18 years |
diego |
Rename aac_decoder to libfaad_decoder for consistency and to be able …
|
|
|
@c9171a83
|
18 years |
diego |
Rename faac_encoder to libfaac_encoder for consistency and to be able …
|
|
|
@e5e587af
|
18 years |
ramiro.polla |
Remove get_byte wrapper
Originally committed as revision 9170 to …
|
|
|
@2c124cb
|
18 years |
ramiro.polla |
Use AV_xx throughout libavcodec
Originally committed as revision 9169 …
|
|
|
@29b29011
|
18 years |
michaelni |
fix skipped blocks
fixes decoding of …
|
|
|
@1fee8b3a
|
18 years |
benoit.fouet |
A bit more clear FAQ 1.2
Patch by Víctor Paesa, wzrlpy arsystel com
…
|
|
|
@0fa9a5dd
|
18 years |
michaelni |
check qblur > 1 (prevent assert failure / segfault)
fixes sf bug …
|
|
|
@fc1f90d4
|
18 years |
michaelni |
move jpegls up, fixes sf bug #1629152
Originally committed as …
|
|
|
@47b777ce
|
18 years |
michaelni |
sanity checks (should prevent hypothetical div by zero issue)
should …
|
|
|
@61d49d12
|
18 years |
michaelni |
fix assert() 2nd try
Originally committed as revision 9163 to …
|
|
|
@c3b95b1d
|
18 years |
benoit.fouet |
Add support for listing the supported pixel formats using the option …
|
|
|
@808d83fd
|
18 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 9161 to …
|
|
|
@8623e558
|
18 years |
Aurélien Jacobs |
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
Originally …
|
|
|
@b1b64c23
|
18 years |
Aurélien Jacobs |
typo
Originally committed as revision 9159 to …
|
|
|
@d6649b2a
|
18 years |
Aurélien Jacobs |
use FFSWAP()
Originally committed as revision 9158 to …
|
|
|
@43e8691
|
18 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 9157 to …
|
|
|
@7b2a2ce5
|
18 years |
Aurélien Jacobs |
split rm muxer and demuxer in their own files
Originally committed as …
|
|
|
@2db27aad
|
18 years |
benoit.fouet |
rename attribute_unused to av_unused as it is declared in common.h …
|
|
|
@154e30f6
|
18 years |
benoit.fouet |
rename attribute_unused to av_unused and moves its declaration to …
|
|
|
@9f6c8793
|
18 years |
benoit.fouet |
seek tests only available with GPL enabled
Originally committed as …
|
|
|
@db8f4a92
|
18 years |
michaelni |
warn the user about the the mdhd problem
(this is of course not a good …
|
|
|
@1e6b570
|
18 years |
michaelni |
fix assertion failure
Originally committed as revision 9152 to …
|
|
|
@3dba31aa
|
18 years |
kostya.shishkov |
Do proper frame swapping so VMD video decoder works again
Originally …
|
|
|
@822dc0b8
|
18 years |
diego |
Mark phony swscale_error target as such.
Originally committed as …
|
|
|
@55c970e3
|
18 years |
benoit.fouet |
Split RoQ decoder to accommodate future encoder patch
patch by Vitor …
|
|
|
@7978deb
|
18 years |
benoit.fouet |
allocate PPS and SPS dynamically
patch by Andreas Öman andreas ta …
|
|
|
@750cbd34
|
18 years |
benoit.fouet |
cosmetics and function rename
patch by Vitor ken1001 gmail com | sed …
|
|
|
@828bb5f1
|
18 years |
benoit.fouet |
variable initialization (because of a gcc warning)
patch by Glenn A. …
|
|
|
@4d7b302c
|
18 years |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by …
|
|
|
@42610c49
|
18 years |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by …
|
|
|
@d5aa01cd
|
18 years |
michaelni |
make decoder decode the first frame properly if theres more than just …
|
|
|
@cca2adb8
|
18 years |
diego |
doc/Makefile no longer exists.
Originally committed as revision 9143 …
|
|
|
@2d2fe557
|
18 years |
diego |
10l: Revert accidental removal of unused code.
Originally committed …
|
|
|
@0fd5a1b9
|
18 years |
diego |
Exit with error when running libavtest and not configured with …
|
|
|
@faed2a7f
|
18 years |
diego |
Rename variable for consistency.
Originally committed as revision …
|
|
|
@1b1a1608
|
18 years |
diego |
whitespace cosmetics
Originally committed as revision 9139 to …
|
|
|
@acfd623e
|
18 years |
diego |
better variable names
Originally committed as revision 9138 to …
|
|
|
@0cda58aa
|
18 years |
diego |
Remove comments that are neither very enlightening nor particularly …
|
|
|
@6fea73ce
|
18 years |
diego |
Do not hide the commands make runs.
Originally committed as revision …
|
|
|
@dd4ca891
|
18 years |
diego |
Fix seek_test compilation for out-of-tree builds.
Originally …
|
|
|
@197b07f3
|
18 years |
diego |
--enable-amr-* --> -- enable-libamr-*
Originally committed as …
|
|
|
@8a59d9a3
|
18 years |
michaelni |
fix "incorrect frame size" errors with small.nuv
Originally committed …
|
|
|
@367b16cb
|
18 years |
michaelni |
more snow todo items
Originally committed as revision 9132 to …
|
|
|
@f1edd8ef
|
18 years |
takis.issaris |
Correct the parameter order for the call to "av_clip".
Patch by Harald …
|
|
|
@59a2385e
|
18 years |
diego |
Remove portability comment, it should be pure POSIX now.
Originally …
|
|
|
@dc75f7ee
|
18 years |
diego |
whitespace cosmetics
Originally committed as revision 9129 to …
|
|
|
@6d593d43
|
18 years |
diego |
'grep -q' is a GNU extension.
Originally committed as revision 9128 …
|
|
|
@f1f836fd
|
18 years |
diego |
Do not fail or print an error if the logfile already exists.
…
|
|
|
@5e2dfd3
|
18 years |
diego |
Add seektest to top-level targets, remove individual codec tests.
…
|
|
|
@036ab24
|
18 years |
diego |
Also remove seek_test upon clean.
Originally committed as revision …
|
|
|
@8be6dac8
|
18 years |
lorenm |
merge huffman tables for rgb too
Originally committed as revision …
|
|
|
@90a7f956
|
18 years |
diego |
Replace multiple rules for compiling binaries by one pattern rule.
…
|
|
|
@244e1e64
|
18 years |
diego |
Use proper license header.
Originally committed as revision 9122 to …
|
|
|
@c9639fab
|
18 years |
diego |
typo
Originally committed as revision 9121 to …
|
|
|
@79e95835
|
18 years |
diego |
Remove obsolete and non-working DSP test program.
Originally …
|
|
|
@f45fcba3
|
18 years |
lorenm |
cosmetics (reduce nesting)
Originally committed as revision 9119 to …
|
|
|