|
|
|
@6d1114a8
|
12 years |
diego |
configure: Run SHFLAGS through ldflags_filter()
These flags are as …
|
|
|
@940b8b58
|
12 years |
anton |
h264: avoid pointless copying of ref lists
ref_list is constructed …
|
|
|
@b90632d5
|
12 years |
justin.ruggles |
lavr: always reset mix function names and pointers in …
|
|
|
@f07ef2d9
|
12 years |
justin.ruggles |
lavr: call mix_function_init() in ff_audio_mix_set_matrix()
This is …
|
|
|
@56ef1ef1
|
12 years |
lu_zero |
fate: update ref after rv30_loop_filter fix
|
|
|
@783e37f7
|
12 years |
lu_zero |
rv30: fix masking in rv30_loop_filter()
The mask `x && (1 << y)' is …
|
|
|
@80ac87c1
|
12 years |
lu_zero |
lavc: support ZenoXVID custom tag
Looks like this kind of samples are …
|
|
|
@43e0e0c4
|
12 years |
lu_zero |
libcdio: support recent cdio-paranoia
Upstream decided to split the …
|
|
|
@973b4d44
|
12 years |
martin |
float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window
This …
|
|
|
@e33db35b
|
12 years |
martin |
theora: Skip zero-sized headers
This fixes a regression since …
|
|
|
@b805c725
|
12 years |
justin.ruggles |
idcin: fix memleaks in idcin_read_packet()
Fixes fate-id-cin-video …
|
|
|
@e034cc6c
|
12 years |
lu_zero |
lavc: Move vector_fmul_window to AVFloatDSPContext
Signed-off-by: …
|
|
|
@a7ba3244
|
12 years |
martin |
rtpdec_mpeg4: Check the remaining amount of data before reading
This …
|
|
|
@977d4a3b
|
12 years |
martin |
rtpdec_mpeg4: Check the return value from malloc
Signed-off-by: …
|
|
|
@42364fcb
|
12 years |
martin |
srtp: Mark a few variables as uninitialized
This squelches false …
|
|
|
@0eecafc9
|
12 years |
martin |
configure: Make the new srtp protocol depend on the rtp protocol
…
|
|
|
@c2603aa2
|
12 years |
martin |
lavf: Add a fate test for the SRTP functions
Signed-off-by: Martin …
|
|
|
@3130fa51
|
12 years |
martin |
lavu: Add a fate test for the HMAC API
Signed-off-by: Martin Storsjö …
|
|
|
@fb845ffd
|
12 years |
lu_zero |
h264: add 3 pixels below for subpixel filter wait position
If the …
|
|
|
@f924d529
|
12 years |
lu_zero |
dvdsubdec: Support palette in mkv
Matroska stores palette information …
|
|
|
@dae1d507
|
12 years |
diego |
x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
|
|
|
@23098bbd
|
12 years |
justin.ruggles |
vf_fps: add final flushed frames to the dropped frame count
|
|
|
@0b22107d
|
12 years |
diego |
rv34_parser: Adjust #if for disabling individual parsers
As CONFIG_ …
|
|
|
@320e1d0d
|
12 years |
diego |
x86: ABSB2: port to cpuflags
|
|
|
@094a7405
|
12 years |
diego |
x86: ABSB: port to cpuflags
|
|
|
@611bf39b
|
12 years |
martin |
sdp: Include SRTP crypto params if using the srtp protocol
Also print …
|
|
|
@2f3bada6
|
12 years |
martin |
lavf: Add a protocol for SRTP encryption/decryption
This is mostly …
|
|
|
@424da30
|
12 years |
martin |
rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)
This …
|
|
|
@ab2ad8bd
|
12 years |
martin |
lavf: Add functions for SRTP decryption/encryption
This supports the …
|
|
|
@8ee288d2
|
12 years |
martin |
lavu: Add an API for calculating HMAC (RFC 2104)
This supports …
|
|
|
@47812070
|
12 years |
lu_zero |
libx264: use the library specific default rc_initial_buffer_occupancy
…
|
|
|
@bff36075
|
12 years |
lu_zero |
lavc: set the default rc_initial_buffer_occupancy
rc_buffer_size is …
|
|
|
@d8c772de
|
12 years |
lu_zero |
nutdec: Always return a value from nut_read_timestamp()
The function …
|
|
|
@99853cb8
|
12 years |
diego |
configure: Make warnings from -Wreturn-type fatal errors
These …
|
|
|
@51969a65
|
12 years |
diego |
x86: ABS2: port to cpuflags
|
|
|
@171f1446
|
12 years |
diego |
vdpau: Remove av_unused attribute from function declaration
…
|
|
|
@ea382767
|
12 years |
anton |
h264: fix ff_generate_sliding_window_mmcos() prototype.
It's been …
|
|
|
@5e753ed5
|
12 years |
diego |
suncc: Replace more GCC flags by their equivalents in suncc_flags()
…
|
|
|
@055b373
|
12 years |
martin |
libtheoraenc: fix granularity of video quality
The floating point …
|
|
|
@39403c6c
|
12 years |
martin |
oggparsetheora: fix comment header parsing
Pass the correct header …
|
|
|
@bad446e2
|
12 years |
lu_zero |
h264: don't clobber mmco opcode tables for non-first slice headers.
…
|
|
|
@3f111804
|
12 years |
lu_zero |
libvpx: make vp8 and vp9 selectable
Support older libvpx versions.
|
|
|
@dab1f543
|
12 years |
lu_zero |
libvpx: support vp9
This feature is experimental use at your risk
|
|
|
@23a610b9
|
12 years |
lu_zero |
nut: support vp9 tag
|
|
|
@66aabd76
|
12 years |
lu_zero |
mkv: support vp9 tag
|
|
|
@d596f2b3
|
12 years |
martin |
rtpdec: Make variables that should wrap unsigned
This makes the …
|
|
|
@ba0c72a9
|
12 years |
diego |
build: Remove stray Makefile entry for non-existent VCR1 encoder
|
|
|
@30b50f79
|
12 years |
martin |
rtpdec: Handle more received packets than expected when sending RR
…
|
|
|
@d0fe217e
|
12 years |
martin |
rtpdec: Simplify insertion into the linked list queue
By using a …
|
|
|
@62761934
|
12 years |
martin |
rtpdec: Remove a woefully misplaced comment
The code below the …
|
|
|
@6dc85054
|
12 years |
martin |
rtmpproto: Fix assignments in if()
Signed-off-by: Martin Storsjö …
|
|
|
@d641ee94
|
12 years |
martin |
lavf: Fix assignments in if()
Signed-off-by: Martin Storsjö …
|
|
|
@30aeada3
|
12 years |
martin |
svq1enc: Fix assignments in if()
Signed-off-by: Martin Storsjö …
|
|
|
@1d7ffd06
|
12 years |
martin |
lavc: Fix assignments in if() when calling ff_af_queue_add
…
|
|
|
@59d56803
|
12 years |
martin |
h264: Fix assignments in if()
Fixes null pointer dereference later, …
|
|
|
@60a42ef4
|
12 years |
anton |
truemotion2: cosmetics, reformat
|
|
|
@df90368
|
12 years |
anton |
truemotion2: return meaningful error codes.
|
|
|
@a4a26f51
|
12 years |
anton |
tscc: remove some pointless comments and empty lines.
|
|
|
@ac1e93f5
|
12 years |
anton |
tscc: return meaningful error codes.
|
|
|
@b627c301
|
12 years |
anton |
loco: cosmetics, reformat
|
|
|
@1a31dff9
|
12 years |
anton |
loco: return meaningful error codes.
|
|
|
@a9d970a0
|
12 years |
anton |
flicvideo: return meaningful error codes.
|
|
|
@6b3a1229
|
12 years |
anton |
vcr1: remove disabled encoder stub
|
|
|
@74a9a624
|
12 years |
anton |
vcr1: return a meaningful error code.
|
|
|
@e4ca055
|
12 years |
anton |
rpza: return a meaningful error code.
|
|
|
@80cf2ebc
|
12 years |
anton |
qdrw: cosmetics, reformat
|
|
|
@688b132b
|
12 years |
anton |
qdrw: return meaningful error codes.
|
|
|
@8f178294
|
12 years |
anton |
qtrle: return a meaningful error code.
|
|
|
@048ffb9b
|
12 years |
anton |
gifdec: return meaningful error codes.
|
|
|
@3d973e46
|
12 years |
anton |
interplayvideo: remove a static variable.
|
|
|
@089b3d68
|
12 years |
anton |
interplayvideo: return meaningful error codes.
|
|
|
@14cf33e9
|
12 years |
anton |
lcldec: return meaningful error codes.
|
|
|
@01cbc6f6
|
12 years |
anton |
targa: return meaningful error codes.
|
|
|
@62d96552
|
12 years |
anton |
qpeg: return a meaningful error code.
|
|
|
@3344f5cb
|
12 years |
anton |
nuv: return meaningful error codes.
|
|
|
@a1c525f7
|
12 years |
anton |
pcx: return meaningful error codes.
|
|
|
@6bf7012
|
12 years |
anton |
tmv: return meaningful error codes.
|
|
|
@9e676490
|
12 years |
anton |
msrle: return meaningful error codes.
|
|
|
@8fd4d1f
|
12 years |
anton |
cscd: return meaningful error codes.
|
|
|
@67360ccd
|
12 years |
diego |
yadif: x86: fix build for compilers without aligned stack
Manually …
|
|
|
@e28ac6e
|
12 years |
lu_zero |
lavc: introduce the convenience function init_get_bits8
Accept the …
|
|
|
@d9cf5f51
|
12 years |
lu_zero |
lavc: check for overflow in init_get_bits
Fix an undefined behaviour …
|
|
|
@90cfc084
|
12 years |
anton |
avpacket: free side data in av_free_packet().
Freeing it in …
|
|
|
@49dc82ee
|
12 years |
anton |
v4l2: do not assert on a value received from outside of Libav
|
|
|
@838b849e
|
12 years |
anton |
v4l2: set the average framerate instead of codec timebase.
Codec …
|
|
|
@246da0b1
|
12 years |
anton |
v4l2: avoid pointless indirection.
v4l2_read_header() does no …
|
|
|
@77525327
|
12 years |
diego |
vdpau: Add VC-1 decoding via hwaccel infrastructure
Signed-off-by: …
|
|
|
@51b56a07
|
12 years |
diego |
vdpau: Add H.264 decoding via hwaccel infrastructure
Signed-off-by: …
|
|
|
@200e8ac9
|
12 years |
diego |
vdpau: Add MPEG-4 decoding via hwaccel infrastructure
Signed-off-by: …
|
|
|
@aaf9d0e8
|
12 years |
diego |
vdpau: Add MPEG-1/2 decoding via hwaccel infrastructure
…
|
|
|
@44e065d5
|
12 years |
diego |
vdpau: Add context and common helpers for hwaccel support
…
|
|
|
@22c436c8
|
12 years |
martin |
rtpdec: Send a valid "delay since SR" value in the RTCP RR packets
…
|
|
|
@e568db40
|
12 years |
martin |
rtpdec: Calculate and report packet reception jitter
This brings back …
|
|
|
@abae27ed
|
12 years |
martin |
rtpdec: Fix the calculation of expected number of packets
The …
|
|
|
@0f94c0b1
|
12 years |
diego |
fate: vp3: Fix fate-vp3-coeff-level64 test dependencies
Also rename …
|
|
|
@4d3b144c
|
12 years |
diego |
fate: cosmetics: Order some test entries
|
|
|
@f89466ad
|
12 years |
diego |
Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.
Also …
|
|
|
@169fb94f
|
12 years |
diego |
pixfmt: add picture format for VDPAU
Signed-off-by: Diego Biurrun …
|
|
|
@f61272f0
|
12 years |
diego |
ratecontrol: K&R cosmetic formatting
Signed-off-by: Diego Biurrun …
|
|
|
@f6804c3e
|
12 years |
martin |
rtpdec: Remove a useless todo comment
The question can be answered: …
|
|
|