|
|
|
@089c18f
|
14 years |
justin.ruggles |
Reduce number of input parameters to find_subblock_rice_params().
…
|
|
|
@d309f01
|
14 years |
justin.ruggles |
10l: fix bit count for frame header
Originally committed as revision …
|
|
|
@b22f9d65
|
14 years |
justin.ruggles |
Simplify fallback to verbatim mode encoding.
Originally committed as …
|
|
|
@45e2908
|
14 years |
justin.ruggles |
cosmetics: line wrap and vertical alignment
Originally committed as …
|
|
|
@8fbb8d31
|
14 years |
justin.ruggles |
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a …
|
|
|
@4e705a68
|
14 years |
mans |
fate: translate exit status to signal name
Originally committed as …
|
|
|
@43b3273e
|
14 years |
justin.ruggles |
Remove unneeded wrapper function.
Originally committed as revision …
|
|
|
@0f5cc12c
|
14 years |
justin.ruggles |
Remove duplicate code by adding a flag for encoding in verbatim mode.
…
|
|
|
@05236ed7
|
14 years |
stefano.sabatini-lala |
Use av_fill_image_pointers/linesizes in place of …
|
|
|
@93d65e3d
|
14 years |
justin.ruggles |
Estimate frame size during encoding.
Originally committed as revision …
|
|
|
@fa738b3a
|
14 years |
vitor1001 |
Remove x86/mmx.h. It is not used anymore and has been deprecated for …
|
|
|
@0913a92a
|
14 years |
vitor1001 |
Fix compilation with --disable-yasm. 10l to me.
Originally committed …
|
|
|
@1de4cfe6
|
14 years |
stefano.sabatini-lala |
Add protocols.texi.
Originally committed as revision 24616 to …
|
|
|
@de4bc44
|
14 years |
vitor1001 |
Convert deinterlacing MMX code to YASM
Originally committed as …
|
|
|
@c2eae137
|
14 years |
mans |
configure: set subarch for ARM
Originally committed as revision 24614 …
|
|
|
@f138fa78
|
14 years |
Aurélien Jacobs |
100l: av_freep() needs the address of the pointer
Originally …
|
|
|
@eb96f169
|
14 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 24612 to …
|
|
|
@520effb
|
14 years |
justin.ruggles |
Combine output_subframe() and output_subframes().
Originally …
|
|
|
@fb443a6f
|
14 years |
justin.ruggles |
Remove unneeded variable.
Originally committed as revision 24610 to …
|
|
|
@724f3471
|
14 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 24609 to …
|
|
|
@6d263f4
|
14 years |
justin.ruggles |
Combine output_subframe_verbatim() and output_subframe_lpc().
…
|
|
|
@6266cfb4
|
14 years |
justin.ruggles |
Combine and simplify output_residual() and output_subframe_lpc().
…
|
|
|
@fc001d6
|
14 years |
justin.ruggles |
cosmetics: reindent
Originally committed as revision 24606 to …
|
|
|
@175a5711
|
14 years |
justin.ruggles |
Combine and simplify output_subframe_fixed() and …
|
|
|
@89912b5f
|
14 years |
justin.ruggles |
Combine and simplify output_subframe_constant() and …
|
|
|
@1f1c05b0
|
14 years |
justin.ruggles |
Pass FlacSubframe to output_subframe_* instead of channel number.
…
|
|
|
@15f537ed
|
14 years |
justin.ruggles |
cosmetics: change FlacEncodeContext variable name from ctx to s in …
|
|
|
@871a24f
|
14 years |
justin.ruggles |
Set coded_frame->pts in the FLAC encoder
Originally committed as …
|
|
|
@27e34188
|
14 years |
justin.ruggles |
Do not need to set coded_frame->key_frame = 1 because it is already …
|
|
|
@7fe0c7c8
|
14 years |
justin.ruggles |
Move debug logging of compression options to a single function.
…
|
|
|
@e08ec714
|
14 years |
justin.ruggles |
Add 2 failed memory allocation checks
Originally committed as …
|
|
|
@e35b689e
|
14 years |
justin.ruggles |
cosmetics: pretty-print flacenc.c
Originally committed as revision …
|
|
|
@965a3ddb
|
14 years |
martin |
Remove mostly unnecessary rtpdec_*.h files, store the declarations in …
|
|
|
@d6bb31a4
|
14 years |
stefano.sabatini-lala |
Make config_input() return AVERROR(EINVAL) in place of -1.
Originally …
|
|
|
@b59d12b1
|
14 years |
stefano.sabatini-lala |
Compute the max pixel step for each plane, and use it in place of …
|
|
|
@92dd4959
|
14 years |
stefano.sabatini-lala |
Add an entry for the AVFilterBuffer change of r24592.
Originally …
|
|
|
@56b5e9d5
|
14 years |
stefano.sabatini-lala |
Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.
This …
|
|
|
@ecc7bfe3
|
14 years |
stefano.sabatini-lala |
Rename the av_fill_image_linesize() formal parameter linesize to …
|
|
|
@7d8d18de
|
14 years |
stefano.sabatini-lala |
Reimplement av_fill_image_pointers() using the information stored in …
|
|
|
@46b1d17
|
14 years |
stefano.sabatini-lala |
Make av_fill_image_linesizes() return a meaningful error core rather …
|
|
|
@7860b436
|
14 years |
stefano.sabatini-lala |
Rename av_fill_image_linesizes() internal variables max_plane_step and …
|
|
|
@fc2db52e
|
14 years |
stefano.sabatini-lala |
Make avpicture_fill() directly call av_fill_image_linesizes() and …
|
|
|
@7be5b73
|
14 years |
stefano.sabatini-lala |
Make avfilter_default_get_video_buffer() use functions in …
|
|
|
@8fad2661
|
14 years |
stefano.sabatini-lala |
Make pkgconfig_generate() explicitly return 0 in instead of returning …
|
|
|
@3dec10cd
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry for the libavcore/imgutils.h addition.
…
|
|
|
@e7bd48a6
|
14 years |
stefano.sabatini-lala |
Move fill_image_linesize() and fill_image_data_ptr() from …
|
|
|
@740dfe7
|
14 years |
vitor1001 |
Fix compilation in x86_64. I broke it with r24580.
Originally …
|
|
|
@2ee5c789
|
14 years |
stefano.sabatini-lala |
Extend show_protocols() to make it print information about input, …
|
|
|
@2c3dda68
|
14 years |
vitor1001 |
Translate libmpeg2 MMX IDCT to plain asm
Originally committed as …
|
|
|
@37287d41
|
14 years |
Aurélien Jacobs |
avidec: demux ASS and SRT tracks out of GAB2 chunks
Originally …
|
|
|
@ac066b83
|
14 years |
Aurélien Jacobs |
add seeking support in ASS demuxer
Originally committed as revision …
|
|
|
@530bbe96
|
14 years |
stefano.sabatini-lala |
Implement ffprobe -show_packets.
Originally committed as revision …
|
|
|
@82505611
|
14 years |
Reimar.Doeffinger |
Check for udp_set_remote_url error.
Fixes issue 1784 (hang with …
|
|
|
@78db142a
|
14 years |
michaelni |
Warn about "/ text" comments.
Originally committed as revision …
|
|
|
@fd3064b6
|
14 years |
michaelni |
Make sure "Last message repeated" is printed.
Originally committed as …
|
|
|
@ed80ba74
|
14 years |
stefano.sabatini-lala |
Revert commit:
r31772 | stefano | 2010-07-23 01:01:31 +0200 (Fri, 23 …
|
|
|
@ec8f26d1
|
14 years |
stefano.sabatini-lala |
Add my GPG fingerprint and add myself as ffprobe.c maintainer.
…
|
|
|
@28450066
|
14 years |
martin |
rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP …
|
|
|
@15379c2b
|
14 years |
stefano.sabatini-lala |
Require libswscale only if the scale filter is used.
Although with …
|
|
|
@46eed2c8
|
14 years |
stefano.sabatini-lala |
Remove reference to the unexisting movie filter and the corresponding …
|
|
|
@f0187d20
|
14 years |
baptiste.coudurier |
In wav muxer, always flush in write_trailer, fix pipe output
…
|
|
|
@ff58de29
|
14 years |
Carl Eugen Hoyos |
Skip short padding in id3v2.
Patch by Alexander Kojevnikov, alexander …
|
|
|
@53cf478
|
14 years |
Carl Eugen Hoyos |
Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx …
|
|
|
@42c63263
|
14 years |
martin |
rtpdec_xiph: Handle the sampling SDP parameter
Patch by Josh Allmann, …
|
|
|
@f8a169ac
|
14 years |
Reimar.Doeffinger |
Add extern to mxf_d10_muxer forward declaration to avoid a redundant …
|
|
|
@b6356d97
|
14 years |
alex.converse |
10l: missed one reindent.
Originally committed as revision 24563 to …
|
|
|
@52fa2054
|
14 years |
alex.converse |
Reindent after last commit.
Originally committed as revision 24562 to …
|
|
|
@d9504970
|
14 years |
alex.converse |
ff_prefix non static vp56 functions.
Originally committed as revision …
|
|
|
@317167e7
|
14 years |
martin |
nellymoserenc: Declare the supported sample format
Originally …
|
|
|
@a8ab0ccc
|
14 years |
pascal.massimino |
b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and …
|
|
|
@62d1f786
|
14 years |
pascal.massimino |
perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier
…
|
|
|
@e7e81959
|
14 years |
pascal.massimino |
save some copies by moving some fields out of proba[2]
Originally …
|
|
|
@46bbf395
|
14 years |
lu_zero |
Add my gpg fingerprint
Originally committed as revision 24556 to …
|
|
|
@df984493
|
14 years |
banan |
DCA: fix multichannel -> 2 channel downmix.
Patch by Nick Brereton
…
|
|
|
@08634e7b
|
14 years |
banan |
Setup correct channel value when downmixing is required.
Patch by …
|
|
|
@af0554e5
|
14 years |
Aurélien Jacobs |
remove useless cast
Originally committed as revision 24553 to …
|
|
|
@349d78fe
|
14 years |
mans |
Detect PathScale compiler
Originally committed as revision 24552 to …
|
|
|
@6f2c05f3
|
14 years |
Reimar.Doeffinger |
Document how the ref_buf is used.
Originally committed as revision …
|
|
|
@d72c981c
|
14 years |
mans |
configure: fix sh_quote function
Non-matching lists start with ! …
|
|
|
@a20df858
|
14 years |
michaelni |
Fix doxy that refers to the wrong variable.
Originally committed as …
|
|
|
@facdd25d
|
14 years |
martin |
Fix the lavf docs, we have a RTP muxer, not a demuxer
Originally …
|
|
|
@ec906fcd
|
14 years |
michaelni |
Fix 2 doxy comments that referred to the wrong variable.
Originally …
|
|
|
@76c56376
|
14 years |
michaelni |
Make doxygen formatting more consistent.
Originally committed as …
|
|
|
@88ad2faf
|
14 years |
stefano.sabatini-lala |
Place the concat protocol entry at the begin of the registered …
|
|
|
@ac3ccbc0
|
14 years |
alex.converse |
Document existing rules for AVInputFormat.name.
Originally committed …
|
|
|
@4419c8bf
|
14 years |
stefano.sabatini-lala |
Add the indevs.texi and outdevs.texi files.
Originally committed as …
|
|
|
@51124db
|
14 years |
mans |
fate: clean up also after failed runs
Originally committed as …
|
|
|
@cf0194a
|
14 years |
vitor1001 |
Increase error tolerance for RA288 and one vorbis test. Should fix …
|
|
|
@2a758efe
|
14 years |
Carl Eugen Hoyos |
Make frames unsigned.
Patch by Alexander Kojevnikov, alexander …
|
|
|
@49d7ef28
|
14 years |
Carl Eugen Hoyos |
Show correct bitrate for VBR MP3 files.
Patch by Alexander …
|
|
|
@8a0f61c4
|
14 years |
mans |
Remove duplicate initialiser for cavsvideo_muxer.extensions
The …
|
|
|
@adc03a34
|
14 years |
martin |
rtpdec_xiph: Drop RTP packets that come in without a prior fragment …
|
|
|
@4db40efa
|
14 years |
mans |
libavformat needs libavcore
Originally committed as revision 24536 to …
|
|
|
@de295976
|
14 years |
stefan.gehrer |
add Chinese AVS encoding via external library libxavs
Originally …
|
|
|
@54d1d1b
|
14 years |
mans |
libavcore needs libavutil
Originally committed as revision 24532 to …
|
|
|
@673fe599
|
14 years |
mans |
fate: delete build and install dirs after session
Originally …
|
|
|
@a9dc6111
|
14 years |
mans |
fate: add fate session script
Originally committed as revision 24530 …
|
|
|
@b82be636
|
14 years |
mans |
fate: create report files
Originally committed as revision 24529 to …
|
|
|
@bb5cecdc
|
14 years |
mans |
configure: extract detailed compiler identification
Originally …
|
|
|
@16064462
|
14 years |
mans |
version.sh: write version to stdout if no output file specified
…
|
|
|