|
|
|
@7cacf1e8
|
17 years |
michaelni |
drop non keyframes before the first keyframe for stream copy
…
|
|
|
@4efd6f58
|
17 years |
michaelni |
fix block_align for mp3 stream copy
Originally committed as revision …
|
|
|
@80c24d99
|
17 years |
michaelni |
URL of the webinterface
Originally committed as revision 9879 to …
|
|
|
@c0dd7b7c
|
17 years |
michaelni |
get rid of some double timebase convertion
Originally committed as …
|
|
|
@aebe25f
|
17 years |
michaelni |
remove the mailinglist still preferred note, roundup is much nicer …
|
|
|
@fec401f7
|
17 years |
michaelni |
properly implement "user specified start time offset" which was added …
|
|
|
@feb7bc6
|
17 years |
alex |
cosmetics: be sure all lines fit into 79 characters
Originally …
|
|
|
@26ba8235
|
17 years |
alex |
cosmetics: indent correctly
Originally committed as revision 9874 to …
|
|
|
@1a3f0ca2
|
17 years |
alex |
Use getCachedContext instead getContext to support resolution change. …
|
|
|
@3e5008a
|
17 years |
diego |
Reduce Theora decoder verbosity.
Originally committed as revision …
|
|
|
@02b15cc
|
17 years |
michaelni |
move code which adds a AVPacket into the packet buffer into its own …
|
|
|
@392b7482
|
17 years |
michaelni |
output last frame if seq end code is encountered
fixes video decoding …
|
|
|
@61eade27
|
17 years |
mmhoffm |
correct order of fixedpoint in CONFIG list
Originally committed as …
|
|
|
@31991973
|
17 years |
diego |
Remove unused variable.
Originally committed as revision 9868 to …
|
|
|
@037df60e
|
17 years |
michaelni |
simplify s->mv_dir init
Originally committed as revision 9867 to …
|
|
|
@c16c584a
|
17 years |
mmhoffm |
--enable-fixedpoint, for configuring fixedpoint optimizations, this is …
|
|
|
@2f446d3
|
17 years |
michaelni |
get rid of mb_type_len
Originally committed as revision 9865 to …
|
|
|
@653f7387
|
17 years |
michaelni |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is …
|
|
|
@04b502fa
|
17 years |
michaelni |
exchange if() and for() in the MT_FIELD case
18 cpu cycles faster for …
|
|
|
@f4fbcd33
|
17 years |
michaelni |
exchange for() and if() order in the MT_FRAME case
safes 24 cpu …
|
|
|
@dc1ecb6a
|
17 years |
mmhoffm |
making reference models have the same API
Originally committed as …
|
|
|
@356ab1da
|
17 years |
michaelni |
change
for(){
if(){
switch(){
to
switch(){
for(){
…
|
|
|
@93b3c083
|
17 years |
mans |
replace some "disabled" calls with "! enabled"
Originally committed …
|
|
|
@2952d13a
|
17 years |
michaelni |
merge another 2 if() to save a few cpu cycles
Originally committed as …
|
|
|
@09d1bee8
|
17 years |
michaelni |
reorder if() so that the condition can be simplified
saves another 4 …
|
|
|
@0ac6b5a3
|
17 years |
michaelni |
merge/simplify 2 if()
~4 cpu cylces faster for the matrixbench video
…
|
|
|
@fecc146b
|
17 years |
michaelni |
merge 2 if()
this safes 1-2 cpu cycles
Originally committed as …
|
|
|
@af88ae54
|
17 years |
diego |
alphabetical order
Originally committed as revision 9854 to …
|
|
|
@e555e7b2
|
17 years |
diego |
Remove redundant variable declarations.
Originally committed as …
|
|
|
@81752d0c
|
17 years |
baptiste.coudurier |
use buf_ptr to correctly decode second field
Originally committed as …
|
|
|
@d8d0d0b2
|
17 years |
michaelni |
move gray so as to not introduce further misordering
Originally …
|
|
|
@9d92cce1
|
17 years |
michaelni |
remove unneeded gray="no"
Originally committed as revision 9850 to …
|
|
|
@8dd16fe0
|
17 years |
mmhoffm |
adding myself to the CREDITS
Originally committed as revision 9849 to …
|
|
|
@dfd57c36
|
17 years |
justin.ruggles |
align array used in mdct. fixes segfault.
Originally committed as …
|
|
|
@87352549
|
17 years |
michaelni |
use ENABLE_GRAY
Originally committed as revision 9847 to …
|
|
|
@cde9e780
|
17 years |
michaelni |
make grayscale only decoding checks in inner loops compiletime …
|
|
|
@01e795ab
|
17 years |
michaelni |
move some code which was executed for every skipped MB so it is only …
|
|
|
@4152c5ce
|
17 years |
michaelni |
get rid of a useless variable
Originally committed as revision 9844 …
|
|
|
@7ceab4af
|
17 years |
michaelni |
avoid 2 additions (1 cpu cycle) per MB
Originally committed as …
|
|
|
@5bfbf0a5
|
17 years |
michaelni |
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu …
|
|
|
@b9ca2042
|
17 years |
takis.issaris |
Fix typo
Originally committed as revision 9841 to …
|
|
|
@d2ace37
|
17 years |
benoit.fouet |
fill title, author, copyright and comment fields by parsing udta atom
…
|
|
|
@10a7571b
|
17 years |
michaelni |
deal with the case where one of pts,dts has wrapped but the other has …
|
|
|
@29d2dc59
|
17 years |
benoit.fouet |
fix mem leak
patch by Daniel Kristjansson: [danielk cuymedia net] …
|
|
|
@c7bf7a82
|
17 years |
diego |
Identifiers starting with underscores are reserved.
Originally …
|
|
|
@d4a688d0
|
17 years |
gpoirier |
fix cabac decoding with some Blue-Ray sources
Patch by Andreas Öman …
|
|
|
@90f66438
|
17 years |
michaelni |
kill antiwrapping code, i do not think this did anything good
fixes …
|
|
|
@f49f6e8
|
17 years |
Roman R. |
replacing the use of deprecated unaligned*() routines by LD64 and …
|
|
|
@6654296c
|
17 years |
takis.issaris |
Handle malloc failure
Originally committed as revision 9833 to …
|
|
|
@bffcf2eb
|
17 years |
baptiste.coudurier |
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have …
|
|
|
@a11c2a2c
|
17 years |
michaelni |
support silly PCM variant used by zork nemesis
fixes audio decoding of …
|
|
|
@2711cb28
|
17 years |
michaelni |
prevent assert failure with negative quant_offset
Originally …
|
|
|
@3dd2a1c5
|
17 years |
michaelni |
warn user if max=bitrate && max > min
Originally committed as …
|
|
|
@611e7bc4
|
17 years |
michaelni |
support raw 4bpp avi
fixes dance1.avi
closes issue40
Originally …
|
|
|
@3bdc2fce
|
17 years |
michaelni |
make the reference code use double instead of float where it is easy
…
|
|
|
@86c624af
|
17 years |
michaelni |
print max and mse
Originally committed as revision 9826 to …
|
|
|
@7919d10c
|
17 years |
kostya.shishkov |
Make bicubic interpolation standard compliant
Patch by Christophe …
|
|
|
@8b60bbb
|
17 years |
justin.ruggles |
simplify stereo rematrixing
Originally committed as revision 9824 to …
|
|
|
@b6acc57f
|
17 years |
justin.ruggles |
change 2 fields from context to local variables
Originally committed …
|
|
|
@8fbb368d
|
17 years |
justin.ruggles |
BLOCK_SIZE is not used properly, just use numbers instead to avoid …
|
|
|
@7bfd22f2
|
17 years |
justin.ruggles |
remove broken downmixing. will add new implementation later.
…
|
|
|
@edecaff8
|
17 years |
takis.issaris |
Take care of some renames (Doxygen and function name) after the …
|
|
|
@bd38efff
|
17 years |
takis.issaris |
Rename h264dsp.c to h264dspenc.c
Originally committed as revision …
|
|
|
@36cf20f5
|
17 years |
diego |
Merge get_str() and get_str8() functions.
patch by Ronald S. Bultje, …
|
|
|
@28263f5f
|
17 years |
diego |
Fix get_str/get_str8() to also work if the target string is not long …
|
|
|
@bd7c6fd5
|
17 years |
diego |
typo
Originally committed as revision 23889 to …
|
|
|
@19032450
|
17 years |
diego |
Ahem, fix typos overlooked in last commit.
Originally committed as …
|
|
|
@df3a80b5
|
17 years |
diego |
cosmetics: misc typo fixes
Originally committed as revision 9815 to …
|
|
|
@bd35bdf1
|
17 years |
lessen42 |
Add EBML ID for Segment UID
Originally committed as revision 9814 to …
|
|
|
@6611c0b4
|
17 years |
takis.issaris |
Replace a return of -1 with ENOMEM.
Originally committed as revision …
|
|
|
@794f8e97
|
17 years |
takis.issaris |
Add the possibility to show all configurable encoders, decoders, …
|
|
|
@4cb3aa09
|
17 years |
takis.issaris |
Add a section about C++ and extern "C" in the FAQ.
Originally …
|
|
|
@6b90f8e
|
17 years |
michaelni |
note about removing needs_more_info
Originally committed as revision …
|
|
|
@8950f828
|
17 years |
michaelni |
detect voxware (closes issue39)
Originally committed as revision 9809 …
|
|
|
@41415d28
|
17 years |
michaelni |
try exact match before case insensitive match in codec_get_id
…
|
|
|
@60ff1c44
|
17 years |
michaelni |
ignore invalid packet_obj_size
fixes video5.asf
Originally committed …
|
|
|
@c5388c07
|
17 years |
lucabe72 |
Introduce an SDP generator
Originally committed as revision 9806 to …
|
|
|
@0eb7d780
|
17 years |
michaelni |
remove "Advanced Prediction Mode not supported" spam
Originally …
|
|
|
@59ba3fd
|
17 years |
michaelni |
also support DEBUG_PICT_INFO for h263i
Originally committed as …
|
|
|
@1be7c87f
|
17 years |
michaelni |
move show_pict_info() to its own function
Originally committed as …
|
|
|
@89aa478f
|
17 years |
Aurélien Jacobs |
cosmetics: alignment
Originally committed as revision 9802 to …
|
|
|
@b1dc5be
|
17 years |
Aurélien Jacobs |
replaces hardcoded values by the equivalent enum definitions
…
|
|
|
@4d8243d3
|
17 years |
michaelni |
add vst option to select video stream
Originally committed as …
|
|
|
@e0c850a8
|
17 years |
michaelni |
Avoid misdetecting acelp in ASF as MP3.
fixes 2001-04-11.asf
…
|
|
|
@11bf3847
|
17 years |
Aurélien Jacobs |
add proper support for subtitles muxing/stream copying
Originally …
|
|
|
@8e0d882b
|
17 years |
Aurélien Jacobs |
copy language information from input stream to output
Originally …
|
|
|
@a03d59b7
|
17 years |
Aurélien Jacobs |
copy packet duration when doing a stream copy
Originally committed as …
|
|
|
@977f6a90
|
17 years |
Aurélien Jacobs |
remove wrong const qualifier
Originally committed as revision 9795 to …
|
|
|
@868e43d
|
17 years |
Aurélien Jacobs |
use the most appropriate codec id for A_MPEG/L1 and L2
Originally …
|
|
|
@0f40b54c
|
17 years |
Aurélien Jacobs |
reorder matroska codec tags so that the encoder picks up the …
|
|
|
@5d2b15b8
|
17 years |
stefan.gehrer |
have less functions as inline
Originally committed as revision 9792 …
|
|
|
@d58d7ade
|
17 years |
vitor1001 |
Minor cosmetics
Originally committed as revision 9791 to …
|
|
|
@e4f42564
|
17 years |
takis.issaris |
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. …
|
|
|
@4e16a060
|
17 years |
takis.issaris |
Reindent two lines.
Patch by: Ian Caulfield, ian caulfield & gmx at
…
|
|
|
@1aadf63f
|
17 years |
takis.issaris |
Add HD-DVD subpicture decoding.
Patch by: Ian Caulfield, ian caulfield …
|
|
|
@a363effb
|
17 years |
takis.issaris |
Rename "palette" to "colormap" when it's referring to the mapping from …
|
|
|
@c7d96ac6
|
17 years |
gpoirier |
increase buffer size of LAME MP3 encoder
The previous size lead to A/V …
|
|
|
@73f51a4d
|
17 years |
Aurélien Jacobs |
help some gcc version to optimize out those functions
Originally …
|
|
|
@4611b64
|
17 years |
justin.ruggles |
simplify snr offset and bit allocation
Originally committed as …
|
|
|
@e9a38248
|
17 years |
justin.ruggles |
only use sized data types when necessary
Originally committed as …
|
|
|