|
|
|
@69c23e6f
|
17 years |
vitor1001 |
Move vars declaration to inner loop when possible
Originally …
|
|
|
@12ea267b
|
17 years |
vitor1001 |
Simplify
Originally committed as revision 14065 to …
|
|
|
@8a322796
|
17 years |
diego |
spelling/grammar/wording overhaul
Originally committed as revision …
|
|
|
@4bdc44c
|
17 years |
diego |
whitespace cosmetics
Originally committed as revision 27188 to …
|
|
|
@7a4d5e1
|
17 years |
diego |
Place license header at the top of the file for consistency.
…
|
|
|
@15d6e361
|
17 years |
diego |
spelling cosmetics
Originally committed as revision 14064 to …
|
|
|
@ab52eb8
|
17 years |
vitor1001 |
Remove unneeded var
Originally committed as revision 14063 to …
|
|
|
@78043397
|
17 years |
vitor1001 |
Use a matrix instead of a vector
Originally committed as revision …
|
|
|
@a429946
|
17 years |
vitor1001 |
Reindent table
Originally committed as revision 14061 to …
|
|
|
@1e2802c5
|
17 years |
rsbultje |
Reindent after r14059, see "[PATCH] allow empty params for …
|
|
|
@e145ce20
|
17 years |
rsbultje |
Allow NULL for read_header in AVInputFormat. See discussion in …
|
|
|
@4f0689b
|
17 years |
michaelni |
We do not only calculate it but we also return it.
Originally …
|
|
|
@2de74f5a
|
17 years |
michaelni |
More correct comment.
Originally committed as revision 14057 to …
|
|
|
@2b150e9a
|
17 years |
michaelni |
make sum_of_squares() more generic
Originally committed as revision …
|
|
|
@58cc7dd9
|
17 years |
astrange |
Cosmetics: split a long line.
Originally committed as revision 14055 …
|
|
|
@92ed1ec9
|
17 years |
astrange |
Use get_cabac_bypass_sign instead of an if/else.
Originally committed …
|
|
|
@142ee5d7
|
17 years |
astrange |
Reorder the if/else for residual cats to match gcc's branch …
|
|
|
@47775cb8
|
17 years |
astrange |
Simplify loop condition for readability.
Originally committed as …
|
|
|
@9f734c3b
|
17 years |
astrange |
Reindent.
Originally committed as revision 14051 to …
|
|
|
@9588ec34
|
17 years |
astrange |
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch …
|
|
|
@2e254bc5
|
17 years |
astrange |
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. …
|
|
|
@fedec603
|
17 years |
astrange |
Don't test for H264 encoding unless an encoder exists.
Originally …
|
|
|
@5faf3a44
|
17 years |
ramiro.polla |
Clarify comment about parity nibble.
Originally committed as revision …
|
|
|
@fba7815
|
17 years |
lucabe72 |
Reindent after last commit
Originally committed as revision 14046 to …
|
|
|
@d6b9e57a
|
17 years |
lucabe72 |
Fix A/V synch for RTP streams that do not contain MPEG1 or 2 …
|
|
|
@49de8d1e
|
17 years |
ramiro.polla |
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. …
|
|
|
@6122c92e
|
17 years |
stefano.sabatini-lala |
Clarify/simplify documentation for the default_val field in AVOption.
…
|
|
|
@dde2d1d
|
17 years |
stefano.sabatini-lala |
Remove credit to Philip Gladstone contribution from the ffserver …
|
|
|
@f38deb44
|
17 years |
vitor1001 |
Remove useless wrapper around ra288_decode_frame()
Originally …
|
|
|
@6091357f
|
17 years |
vitor1001 |
Remove unpack() function, read the bitstream as needed
Originally …
|
|
|
@285ea3e3
|
17 years |
vitor1001 |
Clean up error message
Originally committed as revision 14039 to …
|
|
|
@a40b2c2a
|
17 years |
vitor1001 |
Rewrite unpack() using the bitstream reader
Originally committed as …
|
|
|
@e500315b
|
17 years |
voroshil |
gain code, gain pitch and pitch delay decoding for ACELP based codecs
…
|
|
|
@44528363
|
17 years |
vitor1001 |
Move function to avoid forward declaration
Originally committed as …
|
|
|
@c1fadf50
|
17 years |
vitor1001 |
Remove useless initialization
Originally committed as revision 14035 …
|
|
|
@eec7ade2
|
17 years |
vitor1001 |
Reindent the whole file
Originally committed as revision 14034 to …
|
|
|
@0abf0c53
|
17 years |
benoit.fouet |
Simplify mm_support() for ARM (by Måns).
Originally committed as …
|
|
|
@37dcd091
|
17 years |
benoit.fouet |
Define mm_support() for ARM.
Patch by Matthieu Castet <castet matthieu …
|
|
|
@fe4a5b18
|
17 years |
vitor1001 |
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual …
|
|
|
@b83ff6c7
|
17 years |
vitor1001 |
Update copyright
Originally committed as revision 14030 to …
|
|
|
@95fc77b9
|
17 years |
vitor1001 |
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
…
|
|
|
@8a1c868e
|
17 years |
vitor1001 |
Add a rounding parameter to ff_acelp_lp_synthesis_filter()
Originally …
|
|
|
@a6ce3d3d
|
17 years |
diego |
Add command line support for '-idct simplearmv6'.
patch by Laurent …
|
|
|
@dc95111
|
17 years |
vitor1001 |
Doxy comment
Originally committed as revision 14026 to …
|
|
|
@90ffc490
|
17 years |
baptiste.coudurier |
include track id in error message
Originally committed as revision …
|
|
|
@f056c8e9
|
17 years |
baptiste.coudurier |
set frame_size in libfaad decoder
Originally committed as revision …
|
|
|
@74fd9022
|
17 years |
astrange |
Realign newlines.
Originally committed as revision 14023 to …
|
|
|
@00969e1c
|
17 years |
astrange |
Use MANGLE() instead of memory operands to read globals.
(fixes out of …
|
|
|
@aadd27cd
|
17 years |
michaelni |
Make code independent/less dependent on dsputil.
This also makes the …
|
|
|
@ddca6ab6
|
17 years |
Reimar.Doeffinger |
Change mtv_read_packet so it does not break after seeking (displaying …
|
|
|
@34bfe875
|
17 years |
Reimar.Doeffinger |
Fix pkt->pos to really point at start of packet for mtv audio packets. …
|
|
|
@6f557c6a
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 14018 to …
|
|
|
@c7adbedb
|
17 years |
baptiste.coudurier |
cosmetics, align vertically
Originally committed as revision 14017 to …
|
|
|
@c187f461
|
17 years |
baptiste.coudurier |
unset Track sets, relying in AVStream->priv_data and will be freed in …
|
|
|
@6d083dd7
|
17 years |
stefan.gehrer |
fix size of header data
Originally committed as revision 14015 to …
|
|
|
@ae10e1fd
|
17 years |
ramiro.polla |
Seek the file forwards instead of backwards when sync is lost.
…
|
|
|
@bc4c3a55
|
17 years |
baptiste.coudurier |
clarify error message about codec tag
Originally committed as …
|
|
|
@15061147
|
17 years |
baptiste.coudurier |
give context to av_log
Originally committed as revision 14012 to …
|
|
|
@b6a66897
|
17 years |
astrange |
Remove pointless AVFrame* casting.
Originally committed as revision …
|
|
|
@39047aec
|
17 years |
astrange |
Remove duplicate emms.
Originally committed as revision 14010 to …
|
|
|
@8b9bda1c
|
17 years |
astrange |
Remove commented-out code.
Originally committed as revision 14009 to …
|
|
|
@2f3b1b80
|
17 years |
astrange |
Export qscale so that postprocessing works.
Originally committed as …
|
|
|
@de7bdf58
|
17 years |
astrange |
Remove unused PutBitContext.
Originally committed as revision 14007 …
|
|
|
@68723683
|
17 years |
lucabe72 |
Do not free the priv_data field of AVStream on close (it is already …
|
|
|
@44369b45
|
17 years |
michaelni |
indent
Originally committed as revision 14005 to …
|
|
|
@fd147f23
|
17 years |
michaelni |
Inform the user about unhandled sectors.
Originally committed as …
|
|
|
@66602c67
|
17 years |
michaelni |
memleak
Originally committed as revision 14003 to …
|
|
|
@435a6082
|
17 years |
michaelni |
Do not completely bail out for invalid params, just skip the current …
|
|
|
@ad9c1055
|
17 years |
michaelni |
merge decl & init
Originally committed as revision 14001 to …
|
|
|
@a4fe6826
|
17 years |
michaelni |
Get rid of weird pre reading code.
Originally committed as revision …
|
|
|
@d0b76b98
|
17 years |
michaelni |
Remove debugging trash.
Originally committed as revision 13999 to …
|
|
|
@7669935a
|
17 years |
michaelni |
Another variable that did nothing at all
Originally committed as …
|
|
|
@73d3a14d
|
17 years |
michaelni |
remove code that discards streams randomly
Originally committed as …
|
|
|
@e1002454
|
17 years |
michaelni |
vertical align
Originally committed as revision 13996 to …
|
|
|
@c1f6eca
|
17 years |
michaelni |
Remove a dozen unused variables.
Originally committed as revision …
|
|
|
@a4d64c17
|
17 years |
michaelni |
unused var
Originally committed as revision 13994 to …
|
|
|
@fdb5932e
|
17 years |
michaelni |
Fix exploitable code.
Fixes issue311
Originally committed as revision …
|
|
|
@b86f5a0
|
17 years |
michaelni |
Register intrrupt_cb() early enough so we dont get stuck with tcp …
|
|
|
@dce292bb
|
17 years |
mans |
Revert "add libmpeg2 permutation to dct-test"
10l to me for not …
|
|
|
@4231f05b
|
17 years |
Aurélien Jacobs |
VP3 parser can also handle VP6 without any changes.
Originally …
|
|
|
@b3bf98aa
|
17 years |
stefan.gehrer |
move ff_log2_run to bitstream.c and reuse in ffv1.c
Originally …
|
|
|
@dd7a68b
|
17 years |
michaelni |
Remove start_time guessing code.
Originally committed as revision …
|
|
|
@3041a4a1
|
17 years |
michaelni |
Also print flags with FF_FDEBUG_TS.
Originally committed as revision …
|
|
|
@0c587a4e
|
17 years |
michaelni |
VP3 & Theora parser to extract keyframe flags.
This parser is not able …
|
|
|
@fb9464e8
|
17 years |
mans |
add libmpeg2 permutation to dct-test
Originally committed as revision …
|
|
|
@fc658cf
|
17 years |
michaelni |
Support >=4096 dimensions, fixes issue499.
Originally committed as …
|
|
|
@f53dd46
|
17 years |
michaelni |
Prevent invalid timestamps from being stored.
Originally committed as …
|
|
|
@d6fbdcec
|
17 years |
stefano.sabatini-lala |
Update ffserver docs to match r13978, ffserver in debug mode now …
|
|
|
@9010d543
|
17 years |
stefano.sabatini-lala |
Remove unnecessary function opt_qdiff(), max_qdiff is set now through …
|
|
|
@75d2745
|
17 years |
banan |
Add support for mp3 contained in oma
Originally committed as revision …
|
|
|
@de8c8181
|
17 years |
banan |
Rearrange parameter logic
Originally committed as revision 13979 to …
|
|
|
@a9d9aa36
|
17 years |
baptiste.coudurier |
revert r13867, - reference stdout, I was drunk
Originally committed …
|
|
|
@f035fe97
|
17 years |
banan |
Add more codec IDs and tags.
Originally committed as revision 13977 …
|
|
|
@f3b5a1a2
|
17 years |
baptiste.coudurier |
make av_find_stream_info find frame_size for aac too
Originally …
|
|
|
@80b616fc
|
17 years |
baptiste.coudurier |
use http_log now that logfile is setup
Originally committed as …
|
|
|
@f10d55ed
|
17 years |
baptiste.coudurier |
move logfile setup right after config parsing
Originally committed as …
|
|
|
@f0754ad8
|
17 years |
baptiste.coudurier |
remove useless init
Originally committed as revision 13973 to …
|
|
|
@4d35bf74
|
17 years |
michaelni |
Make av_find_stream_info() find the frame_size for vorbis.
Originally …
|
|
|
@da95f225
|
17 years |
michaelni |
Set frame_size to the gcd of what the decoder can output.
Originally …
|
|
|
@6e1aa0f3
|
17 years |
michaelni |
Fill missing pts in during muxing when we know that they are equal to …
|
|
|