|
|
|
@7af26d14
|
17 years |
justin.ruggles |
return error on frame sync error
Originally committed as revision …
|
|
|
@31bc6b45
|
17 years |
justin.ruggles |
prevent crash when dba params are invalid
Originally committed as …
|
|
|
@d326dd97
|
17 years |
diego |
Fix embarassing GNU vs. GNUC typo in preprocessor condition. …
|
|
|
@99587795
|
17 years |
baptiste.coudurier |
update regression tests for ts due to r13641
Originally committed as …
|
|
|
@17125bd9
|
17 years |
banan |
Sample tested and the code worked so the comment is removed
…
|
|
|
@bde15e74
|
17 years |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. …
|
|
|
@ca162a50
|
17 years |
Aurélien Jacobs |
Ensure the first audio stream is selected as the default stream
when …
|
|
|
@401cdd51
|
17 years |
Aurélien Jacobs |
adjust comment to reality
Originally committed as revision 13647 to …
|
|
|
@94f6c011
|
17 years |
Aurélien Jacobs |
matroskadec: sane default value for track->time_scale
Originally …
|
|
|
@e85754cc
|
17 years |
diego |
small spelling/wording fixes
Originally committed as revision 13645 …
|
|
|
@ee3509d9
|
17 years |
michaelni |
ff_fetch_timestamp() prototype
Originally committed as revision 13644 …
|
|
|
@d59591fb
|
17 years |
michaelni |
In mpeg1/2 timestamps are associated with the access unit which …
|
|
|
@d3ad044
|
17 years |
baptiste.coudurier |
add pretty common .m2t as ts extension
Originally committed as …
|
|
|
@3654a16d
|
17 years |
baptiste.coudurier |
fix continuity counter to start at 0
Originally committed as revision …
|
|
|
@820ad60c
|
17 years |
michaelni |
Make update_initial_durations() also work if a dts occured before a …
|
|
|
@5853423
|
17 years |
michaelni |
Do not set pts in update_initial_durations() if stream has b frames.
…
|
|
|
@c9d19248
|
17 years |
mans |
improve installation path selection
Originally committed as revision …
|
|
|
@426be5dc
|
17 years |
diego |
cosmetics: Split all path variables into their own list.
Originally …
|
|
|
@ff2c222c
|
17 years |
Aurélien Jacobs |
matroskadec: fix potential mem leak
may or may not fix CID134 and …
|
|
|
@34ae4097
|
17 years |
Aurélien Jacobs |
matroskadec: avoid potential mem leak
fix CID120
Originally committed …
|
|
|
@fe53fa25
|
17 years |
Aurélien Jacobs |
reorganize matroska_add_stream() to fix potential mem leak and buffer …
|
|
|
@4b3dc529
|
17 years |
Aurélien Jacobs |
matroskadec: move ARRAY_SIZE() macro at top of the file
Originally …
|
|
|
@9b85e378
|
17 years |
Aurélien Jacobs |
bump micro version after commit r13615
Originally committed as …
|
|
|
@968ae1d9
|
17 years |
mans |
fix servertest in out of tree builds
Originally committed as revision …
|
|
|
@ce8f4fb3
|
17 years |
baptiste.coudurier |
print correct mpeg-2 broken_link value, and print closed_gop
…
|
|
|
@27ee9bcf
|
17 years |
vitor1001 |
Remove warning that could never be triggered.
Thanks Mkhodor for …
|
|
|
@44b79c60
|
17 years |
michaelni |
indent
Originally committed as revision 13628 to …
|
|
|
@e4e3230e
|
17 years |
michaelni |
Only store timestamps when there are timestamps.
Originally committed …
|
|
|
@05d1d160
|
17 years |
michaelni |
Our MPEG-TS demuxer does not send complete PES packets but sends them …
|
|
|
@5c027f88
|
17 years |
michaelni |
Move new field to the end to avoid ABI breakage, I thought this struct …
|
|
|
@ebdd7377
|
17 years |
michaelni |
cosmetic
Originally committed as revision 13624 to …
|
|
|
@ec0c5d4
|
17 years |
michaelni |
Allow matching timestamps to be removed by fetch_timestamp().
…
|
|
|
@21e30589
|
17 years |
michaelni |
Add off argument so that fetch_timestamp can search for timestamps
not …
|
|
|
@cd614494
|
17 years |
michaelni |
Factorize fetch_timestamp() into its own function
Originally …
|
|
|
@47917785
|
17 years |
michaelni |
unused variable
Originally committed as revision 13620 to …
|
|
|
@1686cce6
|
17 years |
andreas |
Audio channels and sample rate must be set in order to skip
additional …
|
|
|
@c5577c40
|
17 years |
baptiste.coudurier |
rename last_frame_offset to next_frame_offset, due to r13615
…
|
|
|
@b73e868b
|
17 years |
baptiste.coudurier |
cosmetics, remove table_ prefix
Originally committed as revision …
|
|
|
@591569b5
|
17 years |
michaelni |
indent
Originally committed as revision 13616 to …
|
|
|
@26f23725
|
17 years |
michaelni |
Rename last_frame_offset to next_frame_offset.
(it was and is the next …
|
|
|
@556eec4
|
17 years |
baptiste.coudurier |
optimize, merge offset bits in vlc code
Originally committed as …
|
|
|
@cb63a4b3
|
17 years |
michaelni |
Simplify parser core.
Originally committed as revision 13613 to …
|
|
|
@40611372
|
17 years |
justin.ruggles |
move some AC3HeaderInfo struct fields to the Coded elements group.
…
|
|
|
@892d2268
|
17 years |
baptiste.coudurier |
return if bitrate is not specified or too low
Originally committed as …
|
|
|
@778346e
|
17 years |
baptiste.coudurier |
add context_to_name func for logging
Originally committed as revision …
|
|
|
@2d73e6c8
|
17 years |
vitor1001 |
Replace comments by error messages.
Thanks to Mkhodor for the tip.
…
|
|
|
@c2a14bd7
|
17 years |
vitor1001 |
Cosmetics
Originally committed as revision 13608 to …
|
|
|
@a00dc255
|
17 years |
vitor1001 |
Rename dec2() function
Originally committed as revision 13607 to …
|
|
|
@07aee1a1
|
17 years |
vitor1001 |
Rename var
Originally committed as revision 13606 to …
|
|
|
@aa3aaac
|
17 years |
vitor1001 |
Rename dec1() to a more descriptive name
Originally committed as …
|
|
|
@50b8f2cf
|
17 years |
vitor1001 |
The function dec1() do two completly unrelated things. Split the rms …
|
|
|
@ce3d365
|
17 years |
baptiste.coudurier |
restore needed cast to correct type with const
Originally committed …
|
|
|
@437fd77b
|
17 years |
takis.issaris |
Check whether the memory allocation for extradata succeeded. Fixes …
|
|
|
@934b910b
|
17 years |
Aurélien Jacobs |
matroskadec: use the proper timestamp scaling for index entries
…
|
|
|
@7ff9708
|
17 years |
Aurélien Jacobs |
matroskadec: read TrackTimecodeScale and set timebase accordingly …
|
|
|
@cdae8eec
|
17 years |
Aurélien Jacobs |
matroskadec: silently discard some element ID that we don't care about …
|
|
|
@a94701d0
|
17 years |
vitor1001 |
Yet more variable renaming
Originally committed as revision 13599 to …
|
|
|
@d4f0cc1c
|
17 years |
vitor1001 |
More variable renaming
Originally committed as revision 13598 to …
|
|
|
@907892ee
|
17 years |
vitor1001 |
Rename functions
Originally committed as revision 13597 to …
|
|
|
@d981252c
|
17 years |
vitor1001 |
Rename variables
Originally committed as revision 13596 to …
|
|
|
@4a567b40
|
17 years |
takis.issaris |
Macro suggested by Michael which will be used to disable the …
|
|
|
@b8b015f4
|
17 years |
baptiste.coudurier |
cast to correct type, suppress warnings
Originally committed as …
|
|
|
@74498eb4
|
17 years |
baptiste.coudurier |
cast to correct type, suppress warnings
Originally committed as …
|
|
|
@73d046e2
|
17 years |
baptiste.coudurier |
add const, suppress warnings
Originally committed as revision 26947 …
|
|
|
@87cf861c
|
17 years |
baptiste.coudurier |
cast to correct type, suppress warnings
Originally committed as …
|
|
|
@3e62b7e3
|
17 years |
baptiste.coudurier |
add const, suppress warnings
Originally committed as revision 26945 …
|
|
|
@72d6b610
|
17 years |
baptiste.coudurier |
remove useless casts
Originally committed as revision 26944 to …
|
|
|
@774c386a
|
17 years |
baptiste.coudurier |
add const, suppress warnings
Originally committed as revision 26943 …
|
|
|
@994c1ef0
|
17 years |
baptiste.coudurier |
add const, suppress warnings
Originally committed as revision 26942 …
|
|
|
@baf7f7c6
|
17 years |
baptiste.coudurier |
remove useless casts
Originally committed as revision 26941 to …
|
|
|
@1be97a21
|
17 years |
baptiste.coudurier |
memcpy considering output width, not src linesize, fix segv with …
|
|
|
@64e3e661
|
17 years |
baptiste.coudurier |
give context to av_log
Originally committed as revision 13593 to …
|
|
|
@2dae1dd0
|
17 years |
baptiste.coudurier |
add \n to error message
Originally committed as revision 13592 to …
|
|
|
@2453f406
|
17 years |
michaelni |
Prevent scalefactors from overflowing.
fixes issue351
Originally …
|
|
|
@fb2b88a8
|
17 years |
justin.ruggles |
cosmetics: add a comment, remove a comment
Originally committed as …
|
|
|
@9b575459
|
17 years |
justin.ruggles |
simplify
Originally committed as revision 13589 to …
|
|
|
@6e74513a
|
17 years |
justin.ruggles |
set lfe params at frame init instead of in every block
Originally …
|
|
|
@b85a15fe
|
17 years |
justin.ruggles |
only calculate number of exponent groups when exponents are not …
|
|
|
@aa148649
|
17 years |
justin.ruggles |
cosmetics: remove unneeded braces
Originally committed as revision …
|
|
|
@7e13b31c
|
17 years |
justin.ruggles |
10l: cosmetics
Originally committed as revision 13585 to …
|
|
|
@e25973a1
|
17 years |
justin.ruggles |
new dba values requires running last 2 bit allocation stages
…
|
|
|
@e992fba4
|
17 years |
diego |
Add a few newlines to 'ffmpeg -h' output to make it more readable. …
|
|
|
@ff5d419e
|
17 years |
justin.ruggles |
get_transform_coeffs() never returns an error, so make the function …
|
|
|
@2f7d6835
|
17 years |
vitor1001 |
Add doxy comments to eq() and do_voice()
Originally committed as …
|
|
|
@fbe52e41
|
17 years |
justin.ruggles |
use enum value for CRC error
Originally committed as revision 13580 …
|
|
|
@c78c6d6c
|
17 years |
justin.ruggles |
move header error logging to after CRC check
Originally committed as …
|
|
|
@4dc471c
|
17 years |
vitor1001 |
Minor simplification
Originally committed as revision 13578 to …
|
|
|
@9765b44c
|
17 years |
vitor1001 |
Rename variable
Originally committed as revision 13577 to …
|
|
|
@208a2a60
|
17 years |
vitor1001 |
Remove useless intermediate variable
Originally committed as revision …
|
|
|
@9d283ae
|
17 years |
vitor1001 |
Remove ra144.o dependency added in revision r13500, now reverted
…
|
|
|
@750066ea
|
17 years |
diego |
flvenc.o depends on avc.o (for H.264 support functions).
patch by …
|
|
|
@418a0b9f
|
17 years |
diego |
Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but …
|
|
|
@b13ddb3b
|
17 years |
michaelni |
unused
Originally committed as revision 13572 to …
|
|
|
@b9c8388
|
17 years |
michaelni |
As *_static are not deallocated anymore except on program termination …
|
|
|
@83422c19
|
17 years |
michaelni |
unused
Originally committed as revision 13570 to …
|
|
|
@65de23d1
|
17 years |
michaelni |
Remove non C code.
Originally committed as revision 13569 to …
|
|
|
@09dafaeb
|
17 years |
michaelni |
Move *_static to bitstream.c which is the only file left which needs …
|
|
|
@ceaaf78b
|
17 years |
michaelni |
Change init_vlc_rl() so it does not use *alloc_static() anymore.
…
|
|
|
@2d80ce2b
|
17 years |
michaelni |
Change init_2d_vlc_rl() to not use *alloc_static().
Originally …
|
|
|
@573e8cb3
|
17 years |
michaelni |
Remove incorrect usage of av_free_static(), ffmpeg.c is not a
windows …
|
|
|