|
|
|
@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: …
|
|
|
@54cb096e
|
12 years |
martin |
rtsp: Remove an outdated comment
It is unclear what the bug exactly …
|
|
|
@3900d53f
|
12 years |
martin |
rtsp: Remove references to weirdly named variables in other files
One …
|
|
|
@c44784c9
|
12 years |
martin |
rtp: Rename a static variable to normal naming conventions
…
|
|
|
@58b59718
|
12 years |
martin |
rtp: Cosmetic cleanup
Remove leftover debug comments, fix brace …
|
|
|
@d11cb13b
|
12 years |
martin |
configure: enable pic for shared libs on AArch64
Signed-off-by: …
|
|
|
@c1d1ef4e
|
12 years |
lu_zero |
zmbv: Reset the decoder on keyframe errors
Prevent the crash on …
|
|
|
@7b8c5b26
|
12 years |
lu_zero |
vc1dec: prevent a crash due missing pred_flag parameter
Handle …
|
|
|
@ae3d4163
|
12 years |
lu_zero |
matroska: Fix use after free
Signed-off-by: Dale Curtis …
|
|
|
@ec86ba57
|
12 years |
lu_zero |
vp3: Fix double free in vp3_decode_end()
Signed-off-by: Dale Curtis …
|
|
|
@f8936c6f
|
12 years |
diego |
fate: Split fate-siff test into demuxer and VB video decoder test
|
|
|
@76c40fbe
|
12 years |
martin |
rtpdec_vp8: Don't trim too much data from broken frames
Previously, …
|
|
|
@3b366c3a
|
12 years |
martin |
rtpdec_vp8: Simplify code by using an existing helper function
…
|
|
|
@ed790932
|
12 years |
martin |
rtpdec: Add a terminating null byte at the end of the SDES/CNAME
This …
|
|
|
@a800fd5
|
12 years |
lu_zero |
yuv4mpeg: do not use deprecated functions
Use the libavutil replacement.
|
|
|
@fba8e5b6
|
12 years |
lu_zero |
oggdec: fix faulty cleanup prototype
|
|
|
@06deaf8a
|
12 years |
justin.ruggles |
idcin: return 0 from idcin_read_packet() on success.
This matches the …
|
|
|
@5d04504
|
12 years |
justin.ruggles |
idcin: better error handling
Add some additional checks for EOF and …
|
|
|
@33f58c36
|
12 years |
justin.ruggles |
idcin: check for integer overflow when calling av_get_packet()
…
|
|
|
@7040e479
|
12 years |
justin.ruggles |
idcin: allow seeking back to the first packet
Also, do not allow …
|
|
|
@49543373
|
12 years |
justin.ruggles |
idcin: set AV_PKT_FLAG_KEY for video packets with a palette
|
|
|
@ccc0ffb1
|
12 years |
justin.ruggles |
idcin: set start_time and packet duration instead of manually tracking …
|
|
|
@4b840930
|
12 years |
justin.ruggles |
idcin: set channel_layout
|
|
|
@12c2530b
|
12 years |
justin.ruggles |
idcin: fix check for presence of an audio stream
|
|
|
@b0c96e06
|
12 years |
justin.ruggles |
idcin: validate header parameters
Avoids using unsupported parameters …
|
|
|
@f7bf72a4
|
12 years |
justin.ruggles |
idcinvideo: correctly set AVFrame defaults
|
|
|
@899157b3
|
12 years |
lu_zero |
yadif: Port inline assembly to yasm
Signed-off-by: Luca Barbato …
|
|
|
@f7a3c540
|
12 years |
justin.ruggles |
au: remove unnecessary casts
|
|
|
@2f8207b1
|
12 years |
justin.ruggles |
au: return AVERROR codes instead of -1
|
|
|
@fd9147f1
|
12 years |
justin.ruggles |
au: cosmetics: pretty-print and remove pointless comments
|
|
|
@c88d245c
|
12 years |
justin.ruggles |
au: use ff_raw_write_packet()
|
|
|
@bdd00e2d
|
12 years |
justin.ruggles |
au: set stream start time and packet durations
|
|
|
@af68a2ba
|
12 years |
justin.ruggles |
au: use %u when printing id and channels since they are unsigned
|
|
|
@47d029a4
|
12 years |
justin.ruggles |
au: validate sample rate
|
|
|
@c837b38d
|
12 years |
justin.ruggles |
au: move skipping of unused data to before parameter validation
Also …
|
|
|
@fb48f825
|
12 years |
justin.ruggles |
au: do not arbitrarily limit channel count
Nothing in the AU …
|
|
|
@2613de88
|
12 years |
justin.ruggles |
au: do not set pkt->size directly
It is already set by …
|
|
|
@bd4cdef5
|
12 years |
justin.ruggles |
au: set block_align and use it in au_read_packet()
|
|
|
@9a7b5688
|
12 years |
justin.ruggles |
au: set bit rate
|
|
|
@3f98848d
|
12 years |
justin.ruggles |
au: validate bits-per-sample separately from codec tag
|
|
|
@71194ef6
|
12 years |
martin |
rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT
This allows …
|
|
|
@d744801
|
12 years |
diego |
xan: Convert to bytestream2
Signed-off-by: Diego Biurrun …
|
|
|
@59220d55
|
12 years |
justin.ruggles |
oggenc: add a page_duration option and deprecate the pagesize option
…
|
|
|
@a6a3164b
|
12 years |
justin.ruggles |
x86: lavr: add SSE2/AVX dither_int_to_float()
|
|
|
@1fb8f6a4
|
12 years |
justin.ruggles |
x86: lavr: add SSE2 quantize() for dithering
|
|
|
@142c3909
|
12 years |
justin.ruggles |
doc/APIchanges: fill in missing dates and hashes.
|
|
|
@6f724411
|
12 years |
martin |
rtpdec_vp8: Request a keyframe if RTP packets are lost
Signed-off-by: …
|
|
|
@86d9181c
|
12 years |
martin |
rtpdec: Support sending RTCP feedback packets
This sends NACK for …
|
|
|
@42805eda
|
12 years |
martin |
rtpdec: Store the dynamic payload handler in the rtpdec context
This …
|
|
|
@9c80ed83
|
12 years |
martin |
rtpdec_vp8: Avoid a warning about a possibly unused variable
The …
|
|
|
@09ed8098
|
12 years |
martin |
rtpdec_vp8: Make sure the previous packet is returned
This is a bug …
|
|
|
@92e354b6
|
12 years |
martin |
rtpdec_vp8: Set the timestamp when returning a deferred packet
…
|
|
|
@ba8cb33
|
12 years |
martin |
hlsenc: Make the start_number option set the right variable
…
|
|
|
@f811cd2d
|
12 years |
martin |
rtsp: Respect max_delay for the reordering queue when using custom IO
…
|
|
|
@8729698d
|
12 years |
martin |
rtsp: Recheck the reordering queue if getting a new packet
If we …
|
|
|
@7ff3fd7a
|
12 years |
justin.ruggles |
lavr: log channel conversion description for any-to-any functions
|
|
|
@4164b0e
|
12 years |
justin.ruggles |
lavr: mix: reduce the mixing matrix when possible
If the matrix …
|
|
|
@1ccf82cf
|
12 years |
justin.ruggles |
lavr: cosmetics: reindent
|
|
|
@074a00d1
|
12 years |
justin.ruggles |
lavr: add a public function for setting a custom channel map
This …
|
|
|
@4d68269d
|
12 years |
justin.ruggles |
lavr: typedef internal structs in internal.h
Simplifies header …
|
|
|
@6042a121
|
12 years |
derek.buitenhuis |
doc: Extend commit message section
If a bug exists on the tracker, …
|
|
|
@ac2603be
|
12 years |
derek.buitenhuis |
doc: Mention memory allocation in the fuzz testing section
It's …
|
|
|
@dc3e12d1
|
12 years |
derek.buitenhuis |
doc: Mention zzuf in the fuzz testing section
It's pretty much the …
|
|
|
@b5f9b9ac
|
12 years |
derek.buitenhuis |
doc: Merge disjointed bits about emailing patches
We obviously prefer …
|
|
|
@9a00374c
|
12 years |
derek.buitenhuis |
doc: Fix a few typos in the developer documentation
Signed-off-by: …
|
|
|
@bbae6859
|
12 years |
diego |
xwma: Remove unused variable
Signed-off-by: Diego Biurrun …
|
|
|
@e817d913
|
12 years |
diego |
asfdec: Fix printf format string length modifier
|
|
|
@d894f747
|
12 years |
lu_zero |
oggdec: make sure the private parse data is cleaned up
|
|
|
@89b51b57
|
12 years |
lu_zero |
oggdec: free the ogg streams on read_header failure
Plug an annoying …
|
|
|
@a0c5917f
|
12 years |
diego |
Drop Snow codec
Snow is a toy codec with no real-world use and …
|
|
|
@6b8d8880
|
12 years |
siretart |
Prepare for 10_alpha1 Release
|
|
|
@4f506466
|
12 years |
diego |
x86: sbrdsp: Implement SSE qmf_post_shuffle
255 to 174 cycles on …
|
|
|
@44a0036d
|
12 years |
diego |
x86: sbrdsp: Implement SSE sum64x5
698 to 174 cycles on Arrandale. …
|
|
|
@5b4dfbff
|
12 years |
diego |
x86: ABS1: port to cpuflags
|
|
|
@de16f08e
|
12 years |
anton |
v210x: cosmetics, reformat
|
|
|
@6689474b
|
12 years |
anton |
v210x: return meaningful error codes.
|
|
|
@39039f24
|
12 years |
anton |
r210dec: return meaningful error codes.
|
|
|
@4324a3ce
|
12 years |
anton |
vb: cosmetics, reformat
|
|
|
@9dbbda2
|
12 years |
anton |
vb: return meaningful error codes.
|
|
|
@a0ffcee1
|
12 years |
anton |
ptx: return meaningful error codes.
|
|
|