index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
avpacket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avpacket: Check buffer reference
Vittorio Giovara
2015-02-17
1
-1
/
+6
*
lavc: add a convenience function for rescaling timestamps in a packet
Anton Khirnov
2014-06-20
1
-0
/
+13
*
avpacket: fix copying side data in av_packet_copy_props()
Anton Khirnov
2014-05-19
1
-1
/
+0
*
avpacket: Fix error checking in packet_alloc
Martin Storsjö
2013-09-16
1
-3
/
+4
*
lavc: Add refcounted api to AVPacket
Luca Barbato
2013-08-10
1
-12
/
+92
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+15
*
avpacket: copy side data type and size in av_dup_packet
Janne Grunau
2013-03-13
1
-1
/
+4
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-27
/
+94
*
avpacket: free side data in av_free_packet().
Anton Khirnov
2013-01-13
1
-8
/
+6
*
libavcodec: remove av_destruct_packet_nofree()
Mans Rullgard
2012-09-15
1
-10
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+3
*
avpacket: fix duplicating side data.
Anton Khirnov
2012-06-03
1
-1
/
+1
*
avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
Diego Biurrun
2012-04-12
1
-51
/
+62
*
avpacket: Add a function for shrinking already allocated side data
Martin Storsjö
2012-03-01
1
-0
/
+16
*
make av_dup_packet() more cautious on allocation failures
Kostya Shishkov
2011-04-15
1
-7
/
+19
*
introduce side information for AVPacket
Kostya Shishkov
2011-04-15
1
-11
/
+80
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add a av_grow_packet function, to be used by code that merges
Reimar Döffinger
2010-11-21
1
-0
/
+18
*
indent
Michael Niedermayer
2009-12-11
1
-2
/
+2
*
Make sure av_new_packet() initializes the data and destruct pointers.
Michael Niedermayer
2009-12-11
1
-5
/
+7
*
Export av_free_packet().
Ramiro Polla
2009-04-30
1
-0
/
+8
*
Get rid of av_destruct_packet_nofree and use NULL instead.
Reimar Döffinger
2009-04-11
1
-1
/
+1
*
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
Reimar Döffinger
2009-04-08
1
-0
/
+7
*
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
Thilo Borgmann
2009-04-07
1
-0
/
+82