|
|
|
@cd089003
|
12 years |
nicolas.george |
lavc: update pkt_duration for skipped samples.
Also: factor the the …
|
|
|
@d853ed46
|
12 years |
nicolas.george |
Revert "ffmpeg: set pkt_timebase"
This reverts commit …
|
|
|
@0e57d79b
|
12 years |
nicolas.george |
lavf: set pkt_timebase at the same time as stream->time_base.
|
|
|
@0e18ac56
|
12 years |
nicolas.george |
lavc: warn when impossible to adjust timestamps for skipped samples.
…
|
|
|
@11ce1cf9
|
12 years |
nicolas.george |
lavc: add debug info about skipped samples.
|
|
|
@e4c00aca
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (38 …
|
|
|
@a8d8e868
|
12 years |
stefasab |
lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal …
|
|
|
@e1422940
|
12 years |
stefasab |
doc/protocols: add a note regarding the circular RX UDP buffer
|
|
|
@6b80f758
|
12 years |
stefasab |
doc/protocols: apply misc fixes to the UDP protocol section
|
|
|
@dd13da67
|
12 years |
stefasab |
doc/protocols: extend/clarify documentation for the buffer_size UDP option
|
|
|
@469b9ce8
|
12 years |
stefasab |
doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options …
|
|
|
@85044358
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Print …
|
|
|
@eeb55f5f
|
12 years |
justin.ruggles |
alac: cosmetics: general pretty-printing and comment clean up
|
|
|
@f3e5a784
|
12 years |
justin.ruggles |
alac: calculate buffer size outside the loop in allocate_buffers()
|
|
|
@bae83f2c
|
12 years |
justin.ruggles |
alac: change some data types to plain int
|
|
|
@2aebac69
|
12 years |
justin.ruggles |
alac: cosmetics: rename some variables and function names
|
|
|
@1b3ef155
|
12 years |
justin.ruggles |
alac: multi-channel decoding support
Signed-off-by: Justin Ruggles …
|
|
|
@81c9e2e6
|
12 years |
justin.ruggles |
alac: split element parsing into a separate function
This will make …
|
|
|
@cd632619
|
12 years |
justin.ruggles |
alac: support a read sample size of up to 32
Use get_bits_long() in …
|
|
|
@73dc0db4
|
12 years |
justin.ruggles |
alac: output in planar sample format
Avoids unneeded interleaving and …
|
|
|
@6482bd88
|
12 years |
justin.ruggles |
alac: add 32-bit decoding support
|
|
|
@6cda74c
|
12 years |
justin.ruggles |
alac: simplify channel interleaving
Signed-off-by: Justin Ruggles …
|
|
|
@5138ff1
|
12 years |
justin.ruggles |
alac: use AVPacket fields directly in alac_decode_frame()
|
|
|
@7a206eb3
|
12 years |
justin.ruggles |
alac: fix check for valid max_samples_per_frame
|
|
|
@1193d3fe
|
12 years |
justin.ruggles |
alac: use get_sbits() to read LPC coefficients instead of casting
|
|
|
@7a50ec6
|
12 years |
justin.ruggles |
alac: move the current samples per frame to the ALACContext
This will …
|
|
|
@46043962
|
12 years |
justin.ruggles |
alac: avoid using a double-negative when checking if the frame is …
|
|
|
@9a6c528e
|
12 years |
justin.ruggles |
alac: factor out output_size check in predictor_decompress_fir_adapt()
|
|
|
@ebd4c3ad
|
12 years |
justin.ruggles |
alac: factor out loading of next decoded sample in LPC prediction
|
|
|
@a4ecd414
|
12 years |
justin.ruggles |
alac: use index into buffer_out instead of incrementing the pointer
|
|
|
@f2515cd6
|
12 years |
justin.ruggles |
alac: simplify lpc coefficient adaptation
|
|
|
@abc4376b
|
12 years |
justin.ruggles |
alac: reduce the number of local variables needed in lpc prediction
|
|
|
@01880d2
|
12 years |
justin.ruggles |
alac: simplify 1st order prediction and reading of warm-up samples
|
|
|
@d0c0bf0d
|
12 years |
justin.ruggles |
alac: cosmetics: reindent after last commit
|
|
|
@79def4c5
|
12 years |
justin.ruggles |
alac: remove unneeded conditionals in predictor_decompress_fir_adapt()
|
|
|
@4bcd637d
|
12 years |
justin.ruggles |
alac: use sizeof() instead of hardcoded data sizes
|
|
|
@91620a04
|
12 years |
justin.ruggles |
alac: make block_size signed
It does not need to be unsigned.
|
|
|
@2fc24b3
|
12 years |
justin.ruggles |
alac: remove a duplicate local variable
|
|
|
@5177413d
|
12 years |
justin.ruggles |
alac: conditionally set sign_modifier to 1
It is already …
|
|
|
@7e6593e
|
12 years |
justin.ruggles |
alac: eliminate 2 unneeded local variables in …
|
|
|
@6fd8a28
|
12 years |
justin.ruggles |
alac: adjust conditions for updating entropy decoder history
avoids …
|
|
|
@a06fdadd
|
12 years |
justin.ruggles |
alac: cosmetics: reindent after last commit
|
|
|
@d9837434
|
12 years |
justin.ruggles |
alac: limit the rice param before passing to decode_scalar()
reduces …
|
|
|
@6e91f622
|
12 years |
justin.ruggles |
alac: reduce the number of parameters to bastardized_rice_decompress() …
|
|
|
@836e8b9
|
12 years |
justin.ruggles |
alac: cosmetics: rename some ALACContext parameters
|
|
|
@2ac17375
|
12 years |
justin.ruggles |
alac: clean up and update comments leftover from reverse-engineering
|
|
|
@3bab7cd1
|
12 years |
justin.ruggles |
avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF …
|
|
|
@c0196a14
|
12 years |
justin.ruggles |
caf: use int64_t for num_packets
It is used to store a value read by …
|
|
|
@f5a9c35f
|
12 years |
justin.ruggles |
caf: fix 'pakt' chunk parsing
according to the CAF specification: …
|
|
|
@b0b77b9c
|
12 years |
justin.ruggles |
caf: support either old or new style ALAC magic kuki chunk
|
|
|
@55ed91c8
|
12 years |
Clément Bœsch |
threads: fix a potential race spotted by helgrind.
|
|
|
@652887d6
|
12 years |
Clément Bœsch |
fate/subtitles: sort tests alphabetically.
|
|
|
@daa29058
|
12 years |
michaelni |
mxfdec: simplify code by using av_calloc()
Reviewed a long time ago …
|
|
|
@83d6ad3
|
12 years |
michaelni |
avidec: Mark first frame as keyframe in case there are no keyframes.
…
|
|
|
@e03cd104
|
12 years |
michaelni |
Fix misspellings of FFmpeg
Signed-off-by: Michael Niedermayer …
|
|
|
@5c858a0a
|
12 years |
onemda |
swscale/input: silence warnings about incompatible pointer types
…
|
|
|
@0fe8acf2
|
12 years |
nicolas.george |
ffmpeg: add -(no)stdin option.
Allows to disable interaction from …
|
|
|
@52ab4185
|
12 years |
nicolas.george |
ffmpeg: invert using_stdin and rename accordingly.
There are other …
|
|
|
@45870f8b
|
12 years |
mans |
Print full compiler identification, not only version number
This …
|
|
|
@bf1cf4d5
|
12 years |
mans |
flacdec: reverse lpc coeff order, simplify filter
Reversing the lpc …
|
|
|
@9f97af26
|
12 years |
diego |
x86: dsputil: drop some unused CPU flag debug code
|
|
|
@6b7849e6
|
12 years |
onemda |
swscale: unscaled rgba64->rgb48
Signed-off-by: Paul B Mahol …
|
|
|
@b4befca2
|
12 years |
onemda |
swscale: unscaled rgba64->bgr48
Signed-off-by: Paul B Mahol …
|
|
|
@9d8eac68
|
12 years |
onemda |
swscale: simplify unscaled rgb48<->bgr48
Using av_bswap16 should be …
|
|
|
@204c4e95
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ppc: …
|
|
|
@c66978e2
|
12 years |
michaelni |
sws: more complete doxy for sws_setColorspaceDetails()
Signed-off-by: …
|
|
|
@5784a469
|
12 years |
stefasab |
lavf/utils: show the number of stream in case of missing parameter
…
|
|
|
@739ec710
|
12 years |
stefasab |
lavf/utils: suggest what to do in case of missing codec information
…
|
|
|
@a293549b
|
12 years |
stefasab |
lavf/utils: extend has_codec_parameters() to make it show what info is …
|
|
|
@31a192f3
|
12 years |
michaelni |
imgconvert: favor pixel formats without resolution loss
Fixes …
|
|
|
@ef1c0b52
|
12 years |
michaelni |
avfiltergraph: add some debug info about selected pixel formats
…
|
|
|
@6a314d5
|
12 years |
stefasab |
configure: simplify dependencies for x11_grab_device
XShmCreateImage …
|
|
|
@0cc9077a
|
12 years |
stefasab |
configure: fix help message for --disable-avfilter
Increase …
|
|
|
@712d8213
|
12 years |
stefasab |
lavfi/avfiltergraph: apply misc fixes to fix …
|
|
|
@dece4f46
|
12 years |
michaelni |
ffmpeg: revert 3ba90d9 (cosmetics to reduce difference to qatar by …
|
|
|
@60f32910
|
12 years |
michaelni |
mlpdec: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@ba0e6999
|
12 years |
michaelni |
sws/input: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@ffdd93a2
|
12 years |
mans |
ppc: fix build with altivec disabled
Signed-off-by: Mans Rullgard …
|
|
|
@28f9ab70
|
12 years |
mans |
vp3: move idct and loop filter pointers to new vp3dsp context
This …
|
|
|
@ab9f9876
|
12 years |
mans |
build: add CONFIG_VP3DSP, reduce repetition in OBJS lists
…
|
|
|
@4cfb0d87
|
12 years |
kostya.shishkov |
tscc2: do not add/subtract 128 bias during DCT
It turns out that the …
|
|
|
@3c6c191
|
12 years |
kostya.shishkov |
tscc2: fix typo in DCT
|
|
|
@c547e5f
|
12 years |
diego |
configure: clarify external library section of help output
|
|
|
@87246953
|
12 years |
diego |
configure: mark libfdk-aac as nonfree
|
|
|
@47876d66
|
12 years |
diego |
configure: cosmetics: drop some unnecessary backslashes
|
|
|
@56ae592
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d4838675
|
12 years |
nicolas.george |
avfiltergraph: document a catch in request_oldest().
This one is …
|
|
|
@f98d814b
|
12 years |
nicolas.george |
avfiltergraph: add a debug message on EOF.
|
|
|
@d06bfda0
|
12 years |
nicolas.george |
lavfi: rescale link->current_pts.
The doxy says, and the heap …
|
|
|
@7a249625
|
12 years |
diego |
os_support: K&R formatting cosmetics
|
|
|
@0b74b8f6
|
12 years |
onemda |
ptx: correct decoding
The image data is in BGR and not in RGB.
…
|
|
|
@ad8dabfe
|
12 years |
michaelni |
mov/aac: skip initial aac padding
Signed-off-by: Michael Niedermayer …
|
|
|
@b688c7b7
|
12 years |
michaelni |
riff: add "SM4V" FourCC
Reviewed-by: compn <tempn@twmi.rr.com> …
|
|
|
@6d4e0d1b
|
12 years |
michaelni |
avf:rmdec.c fill duration to AVFormatContext
Signed-off-by: Michael …
|
|
|
@453c02f9
|
12 years |
lu_zero |
libopenjpeg: introduce encoding support
Based on FFmpeg version from …
|
|
|
@b43a7bb4
|
12 years |
lu_zero |
libopenjpeg: rename decoder source file.
Signed-off-by: Michael …
|
|
|
@21d82554
|
12 years |
michaelni |
sws: handle non native rgb<->rgb convertions
Signed-off-by: Michael …
|
|
|
@22a27953
|
12 years |
michaelni |
yuv2rgb: implement 15/16bit ordered dither
Signed-off-by: Michael …
|
|
|
@86991ce
|
12 years |
martin |
RTMPTS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@6aedabc9
|
12 years |
martin |
RTMPS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|