| Commit message (Expand) | Author | Age | Files | Lines |
* | innoHeim/Rsupport Screen Capture Codec decoder | Vittorio Giovara | 2015-10-23 | 1 | -0/+2 |
* | mpjpeg: Cope with multipart lacking the initial CRLF | Luca Barbato | 2015-10-23 | 1 | -3/+10 |
* | img2enc: Make sure the images are atomically written | Luca Barbato | 2015-10-23 | 1 | -2/+5 |
* | movenc: Honor flush requests with delay_moov, when some tracks lack samples | Martin Storsjö | 2015-10-23 | 1 | -8/+8 |
* | rtsp: Allow $ as interleaved packet indicator before a complete response header | Martin Storsjö | 2015-10-23 | 1 | -3/+1 |
* | Replace any remaining avpicture function with imgutils | Vittorio Giovara | 2015-10-21 | 2 | -2/+6 |
* | httpauth: Add space after commas in HTTP/RTSP auth header | Andrey Utkin | 2015-10-14 | 1 | -9/+10 |
* | rtmpproto: Write correct flv packet sizes at the end of packets | Michael Niedermayer | 2015-10-14 | 1 | -3/+4 |
* | avformat: Do not use AVFMT_RAWPICTURE | Luca Barbato | 2015-10-13 | 2 | -2/+7 |
* | nullenc: Use the wrapped avframe pseudo-encoder | Luca Barbato | 2015-10-10 | 1 | -2/+2 |
* | yuv4mpeg: Use the wrapped avframe pseudo-encoder | Luca Barbato | 2015-10-10 | 1 | -12/+11 |
* | asfdec: do not skip padding if offset is above packet size - padding | Alexandra Hájková | 2015-10-08 | 1 | -3/+6 |
* | matroskaenc: Don't write a track language tag | John Stebbins | 2015-10-03 | 1 | -1/+3 |
* | hls: Check av_opt_set_dict return value as well | Luca Barbato | 2015-10-01 | 1 | -3/+2 |
* | Screenpresso SPV1 decoder | Vittorio Giovara | 2015-09-30 | 1 | -0/+1 |
* | riff: Add support for RV40 codec in AVI | Thierry Foucu | 2015-09-29 | 1 | -0/+1 |
* | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 7 | -11/+25 |
* | mpegts: use avcodec_get_type() to set codec_type | wm4 | 2015-09-28 | 1 | -8/+1 |
* | rtpdec: Forward the memory failure | Luca Barbato | 2015-09-16 | 1 | -3/+7 |
* | rtsp: warning when max_delay reached | Eloi BAIL | 2015-09-16 | 1 | -0/+2 |
* | rtpdec: inform jitter buffer size | Eloi BAIL | 2015-09-16 | 1 | -0/+4 |
* | rtpdec: add a trace when jitter buffer is full | Eloi BAIL | 2015-09-16 | 1 | -1/+4 |
* | rtpdec: Increase the max size of the jitter buffer to 500 packets | Martin Storsjö | 2015-09-15 | 1 | -1/+1 |
* | lavf: Update to the new crypto API | Vittorio Giovara | 2015-09-13 | 2 | -24/+59 |
* | asfdec: add more checks for size left in asf packet buffer | Alexandra Hájková | 2015-09-12 | 1 | -2/+4 |
* | ogg: Do not try to use the parser if it is not present | Luca Barbato | 2015-09-10 | 1 | -0/+3 |
* | asfdec: alloc enough space for storing name in asf_read_metadata_obj | Alexandra Hájková | 2015-09-06 | 1 | -1/+1 |
* | mov: Allow more than one keyframe per trun | Martin Storsjö | 2015-09-06 | 1 | -3/+3 |
* | riff: Add AVj2 fourcc for Avid jpeg2000 | Vittorio Giovara | 2015-09-04 | 1 | -0/+1 |
* | mux: Make sure that the data is actually written | Sean McGovern | 2015-09-03 | 1 | -2/+6 |
* | file: properly forward errors from file_read() and file_write() | Sean McGovern | 2015-09-03 | 1 | -2/+4 |
* | DXV decoder | Vittorio Giovara | 2015-09-02 | 1 | -0/+3 |
* | Bump major versions of all libraries | Vittorio Giovara | 2015-08-28 | 1 | -2/+2 |
* | Postpone API-incompatible changes until the next bump | Vittorio Giovara | 2015-08-28 | 1 | -3/+3 |
* | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 7 | -49/+0 |
* | webm: Explicitly select libvpx, libopus and libvorbis encoders | Luca Barbato | 2015-08-25 | 1 | -2/+2 |
* | hlsenc: Support outputting specific versions | Luca Barbato | 2015-08-25 | 1 | -4/+11 |
* | asfdec: prevent the memory leak in the asf_read_metada_obj | Alexandra Hájková | 2015-08-16 | 1 | -2/+4 |
* | hlsenc: Use AV_TIME_BASE units for all the computations | Luca Barbato | 2015-08-16 | 1 | -13/+15 |
* | movenc: Add a new flag for writing global sidx indexes for dash | Martin Storsjö | 2015-08-12 | 2 | -7/+9 |
* | movenc: Place the sidx index after the initial moov/mdat pair | Martin Storsjö | 2015-08-10 | 1 | -0/+3 |
* | movenc: Rename reserved_moov_pos to reserved_header_pos | Martin Storsjö | 2015-08-10 | 2 | -8/+8 |
* | movenc: Check that frag_info entries exist in mov_write_sidx_tag | Martin Storsjö | 2015-08-10 | 1 | -0/+2 |
* | asf: Use time_t where needed | Luca Barbato | 2015-08-04 | 1 | -1/+1 |
* | asfdec: read values properly | Alexandra Hájková | 2015-08-04 | 1 | -16/+36 |
* | asfdec: prevent the memory leak while reading metadata | Alexandra Hájková | 2015-08-02 | 1 | -10/+12 |
* | asfdec: remove improper assignement that caused wrong timestamps | Alexandra Hájková | 2015-07-31 | 1 | -3/+0 |
* | asfdec: do not export empty metadata | Alexandra Hájková | 2015-07-31 | 1 | -2/+4 |
* | asfdec: free AVDictionaries properly when closing the demuxer | Alexandra Hájková | 2015-07-31 | 1 | -3/+5 |
* | rtsp: Only interpret $ as interleaved packet indicator at the start of replies | Martin Storsjö | 2015-07-30 | 1 | -2/+3 |