|
|
|
@a20db8a3
|
17 years |
victorpaesa |
Initialize correctly optind.
Patch by Eduardo Bragatto, his name at …
|
|
|
@48aecf5a
|
17 years |
andreas |
Fix a bug causing the generated stream to be corrupt if the buffer …
|
|
|
@8b389f15
|
17 years |
andreas |
Correctly use output format stream index for bitstream filter when …
|
|
|
@90527811
|
17 years |
mike |
Error checking: make sure that there are 3 parameters and that the …
|
|
|
@f34b221b
|
17 years |
justin.ruggles |
used defined name for testing error resilience level
Originally …
|
|
|
@aa6b38c2
|
17 years |
diego |
Fix random typos.
Originally committed as revision 11477 to …
|
|
|
@4514a1d5
|
17 years |
diego |
Fix illegal identifiers, names starting with _ and uppercase are …
|
|
|
@6da7cc81
|
17 years |
diego |
Add compilation rule for tools/trasher.
Originally committed as …
|
|
|
@e36f0f0
|
17 years |
diego |
Remove unused variable i.
Originally committed as revision 11474 to …
|
|
|
@f0cb505a
|
17 years |
diego |
Allow compilation of test programs when TEST is defined.
Originally …
|
|
|
@a005768d
|
17 years |
diego |
Remove unused variable j.
Originally committed as revision 11472 to …
|
|
|
@38c162c1
|
17 years |
diego |
Remove unused variable variance.
Originally committed as revision …
|
|
|
@43bfaa89
|
17 years |
diego |
Fix test program compilation, random() needs to be undefined.
…
|
|
|
@727601bc
|
17 years |
Reimar.Doeffinger |
url_write is part of the public API so it may not be under ifdef.
Also …
|
|
|
@9656df79
|
17 years |
Reimar.Doeffinger |
Remove clip_table as it is not used anymore.
Patch by Diego …
|
|
|
@59edca9a
|
17 years |
michaelni |
Split range coding chapter in binary and integers
Originally …
|
|
|
@482e74ad
|
17 years |
michaelni |
argh s/ffmpeg/snow/
Originally committed as revision 11466 to …
|
|
|
@ca087dbc
|
17 years |
michaelni |
Range coder state transition table, based on a patch by lars punkt …
|
|
|
@80609620
|
17 years |
michaelni |
Remove extra word.
Originally committed as revision 11464 to …
|
|
|
@e55a4dd3
|
17 years |
baptiste.coudurier |
check av_new_stream return value
Originally committed as revision …
|
|
|
@ebbe25d2
|
17 years |
baptiste.coudurier |
check av_new_stream return value
Originally committed as revision …
|
|
|
@43d1a1c0
|
17 years |
Roman R. |
* fixing a bug preventing default values to be set correctly
…
|
|
|
@27250d20
|
17 years |
michaelni |
Mention damaged input testing.
Originally committed as revision 11460 …
|
|
|
@0f340f8f
|
17 years |
michaelni |
A little proggy i wrote years ago.
This simply writes burts of random …
|
|
|
@787e1353
|
17 years |
michaelni |
Randomly change the amount of noise if nothing is explicitly set.
…
|
|
|
@77c1d04d
|
17 years |
ivop |
LMLM4 demuxer
Originally committed as revision 11457 to …
|
|
|
@670c7847
|
17 years |
ivop |
Linux Media Labs MPEG-4 (LMLM4) demuxer
Originally committed as …
|
|
|
@e03caf2e
|
17 years |
ivop |
Implement read_timestamp and enable seeking in PVA files.
Originally …
|
|
|
@ffc29341
|
17 years |
ivop |
cosmetics
Originally committed as revision 11454 to …
|
|
|
@e661f760
|
17 years |
ivop |
remove unnecessary check
Originally committed as revision 11453 to …
|
|
|
@9ae09203
|
17 years |
ivop |
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
Originally …
|
|
|
@66e9e302
|
17 years |
ivop |
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) …
|
|
|
@ca5323a
|
17 years |
r_togni |
Move printing of the license status at the end of configure output, so …
|
|
|
@8e4270c5
|
17 years |
andreas |
Dont crash if resampling is requested but no audio packets are ever …
|
|
|
@03d83abc
|
17 years |
Aurélien Jacobs |
Fix access to the last element of the table.
(size of the table vs. …
|
|
|
@81fe0cfc
|
17 years |
benoit.fouet |
Mark the ff_svq1_frame_size_table as constant.
Patch by Diego …
|
|
|
@a1f89639
|
17 years |
benoit.fouet |
Move wmv1_scantable to .rodata section by making it an array of …
|
|
|
@31bfd6f3
|
17 years |
benoit.fouet |
Make the av_class member of PPContext a poiner to constant AVClass. …
|
|
|
@9307db1
|
17 years |
benoit.fouet |
Mark the tables in g726.c as constant.
Patch by Diego 'Flameeyes' …
|
|
|
@1411f55b
|
17 years |
benoit.fouet |
Make v4l.c's video_formats constant and static.
Patch by Diego …
|
|
|
@b2a91770
|
17 years |
benoit.fouet |
Remove unused symbol.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ …
|
|
|
@f0b3a7ba
|
17 years |
justin.ruggles |
split out init of downmix coeffs into a separate function that can be …
|
|
|
@4f632b06
|
17 years |
Aurélien Jacobs |
Make ff_mkv_codec_tags lie entirely in .rodata section.
From: Diego …
|
|
|
@82a6c481
|
17 years |
justin.ruggles |
remove unneeded variable from AC3DecodeContext
Originally committed …
|
|
|
@4bc829bb
|
17 years |
justin.ruggles |
make sure that the last coupling band stops at the end of the coupling …
|
|
|
@c807e68f
|
17 years |
diego |
cosmetics: Add another pair of parentheses to aid readability.
…
|
|
|
@b02fbf75
|
17 years |
justin.ruggles |
fix phase flag processing for the case when coupling coordinates are …
|
|
|
@621d7fe9
|
17 years |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
…
|
|
|
@29c90869
|
17 years |
baptiste.coudurier |
cosmetics, split overly long lines
Originally committed as revision …
|
|
|
@81df3869
|
17 years |
kostya.shishkov |
Fractional parts of motion vectors should be accounted separately too
…
|
|
|
@7d51eddd
|
17 years |
lucabe72 |
Make AVRtpPayloadTypes static and constant
Patch by Diego 'Flameeyes' …
|
|
|
@51b73087
|
17 years |
justin.ruggles |
fix playing of multichannel audio for codecs without downmixing
…
|
|
|
@5e40d0e8
|
17 years |
ivop |
cosmetics, superfluous space
Originally committed as revision 11430 …
|
|
|
@71e1080e
|
17 years |
ivop |
proper check for valid pva_pts
Originally committed as revision 11429 …
|
|
|
@dba13944
|
17 years |
ivop |
do not return an error, but warn and recover when encountering an …
|
|
|
@7705cf7e
|
17 years |
ivop |
validate streamid before use
Originally committed as revision 11427 …
|
|
|
@fe332ad6
|
17 years |
ivop |
change audio codec id to mp2
Originally committed as revision 11426 …
|
|
|
@0e8a207f
|
17 years |
ivop |
proper type and initialization of pva_pts
Originally committed as …
|
|
|
@6a5ef293
|
17 years |
ivop |
remove unnecessary shift
Originally committed as revision 11424 to …
|
|
|
@cfec09e9
|
17 years |
justin.ruggles |
check for request_channels in dca init function
Originally committed …
|
|
|
@ef7f2bb7
|
17 years |
justin.ruggles |
add downmixing support to libfaad decoder
Originally committed as …
|
|
|
@1d8cfa31
|
17 years |
justin.ruggles |
cosmetics: indentation after last commit
Originally committed as …
|
|
|
@646800f7
|
17 years |
justin.ruggles |
move E-AC3 header parsing to ff_ac3_parse_header()
Originally …
|
|
|
@86ad4c7
|
17 years |
justin.ruggles |
remove unneeded variables from AC3HeaderInfo
Originally committed as …
|
|
|
@3eca1e6f
|
17 years |
justin.ruggles |
do not set channels before checking request_channels
Originally …
|
|
|
@dc7009ea
|
17 years |
justin.ruggles |
use request_channels in liba52 decoder
Originally committed as …
|
|
|
@2816d323
|
17 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 11416 to …
|
|
|
@95283c17
|
17 years |
justin.ruggles |
check for request_channels at codec init
Originally committed as …
|
|
|
@6cd325c
|
17 years |
justin.ruggles |
do not set channels before checking request_channels
Originally …
|
|
|
@296cbe57
|
17 years |
lucabe72 |
Update maintainership information after the rtp.c split
Originally …
|
|
|
@f228eb7
|
17 years |
justin.ruggles |
adjust output channels based on AVCodecContext.request_channels in AC3 …
|
|
|
@9bd005bd
|
17 years |
michaelni |
Drop non key frames before the first key frame.
Originally committed …
|
|
|
@977cbe79
|
17 years |
Aurélien Jacobs |
install crc.h which is now part of public API
Originally committed as …
|
|
|
@3abe5fbd
|
17 years |
Aurélien Jacobs |
improve CRC API
- don't export any global var
- provide either …
|
|
|
@83a0d387
|
17 years |
lucabe72 |
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's …
|
|
|
@9389e63c
|
17 years |
banan |
Enable proper output from the LFE channel, based on patch from Mathias …
|
|
|
@8eb793c4
|
17 years |
lucabe72 |
Split the RTP demuxing functions out of rtp.c, to simplify the RTP …
|
|
|
@a35bf971
|
17 years |
michaelni |
indent
Originally committed as revision 11405 to …
|
|
|
@2e1d2873
|
17 years |
michaelni |
Flip key and element so types match, not that it matters for any code …
|
|
|
@b57cb968
|
17 years |
michaelni |
Document O() time.
Originally committed as revision 11403 to …
|
|
|
@efbaf4d
|
17 years |
michaelni |
Document node removial API.
Originally committed as revision 11402 to …
|
|
|
@d5cb5fe8
|
17 years |
michaelni |
Fix selftest.
Originally committed as revision 11401 to …
|
|
|
@f05dda3
|
17 years |
michaelni |
Support removing elements.
Originally committed as revision 11400 to …
|
|
|
@6e8b982b
|
17 years |
michaelni |
Move *malloc() out of tree.c, that way the code can be used with
flat …
|
|
|
@f1917274
|
17 years |
kostya.shishkov |
RV30 thirdpel motion compensation support
Originally committed as …
|
|
|
@e5635270
|
17 years |
michaelni |
A few lines of text about the range coder, part of a patch by lars …
|
|
|
@68e7d442
|
17 years |
diego |
Add a note about the license of libamr.
Originally committed as …
|
|
|
@50e4d833
|
17 years |
diego |
Spell out WB and NB.
Originally committed as revision 11395 to …
|
|
|
@0c893224
|
17 years |
diego |
Change some files to only include the necessary headers.
Originally …
|
|
|
@1234585f
|
17 years |
benoit.fouet |
Initialize "saved" buffer to zero.
Patch by Vincent Penné vpenne …
|
|
|
@0fd36362
|
17 years |
benoit.fouet |
Make three rm demuxer functions non static.
Patch by Ronald S. Bultje …
|
|
|
@116d15cc
|
17 years |
michaelni |
Always set next correctly, even if a matching element is found (that …
|
|
|
@10ff3ff4
|
17 years |
benoit.fouet |
Make pp_help a constant pointer to constant characters, moves it …
|
|
|
@7564658b
|
17 years |
justin.ruggles |
cosmetics: indentation and add a TODO comment
Originally committed as …
|
|
|
@471db688
|
17 years |
justin.ruggles |
only check ac3 crc if AVCodecContext.error_resilience > 0
Originally …
|
|
|
@5706c0be
|
17 years |
justin.ruggles |
cosmetics: indentation after last commit
Originally committed as …
|
|
|
@bd03aa15
|
17 years |
justin.ruggles |
remove workaround which is no longer needed due to …
|
|
|
@95c21842
|
17 years |
lucabe72 |
Rationalize some dependencies between rtsp and rtp
Originally …
|
|
|
@d80906e7
|
17 years |
lucabe72 |
Fix the RTP muxer dependencies
Originally committed as revision 11384 …
|
|
|
@3d94e3ba
|
17 years |
ivop |
use one shift less in get_pts()
Originally committed as revision …
|
|
|