| Commit message (Expand) | Author | Age | Files | Lines |
* | asfdec: interpret the first flag in an asf packet as length flag | Alexandra Hájková | 2015-07-27 | 1 | -2/+4 |
* | asfdec: remove the wrong condition | Alexandra Hájková | 2015-07-23 | 1 | -1/+1 |
* | asfdec: increment nb_streams right after the stream allocation | Alexandra Hájková | 2015-07-23 | 1 | -1/+1 |
* | asfdec: set nb_streams to 0 in the asf_read_close | Alexandra Hájková | 2015-07-23 | 1 | -0/+1 |
* | asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0 | Alexandra Hájková | 2015-07-22 | 1 | -0/+2 |
* | asfdec: close the demuxer properly when read_header is failing | Alexandra Hájková | 2015-07-22 | 1 | -3/+8 |
* | asfdec: factor out seeking to the Data Object outside while | Alexandra Hájková | 2015-07-22 | 1 | -7/+10 |
* | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 1 | -0/+3 |
* | asfdec: make nb_sub to be unsigned int | Alexandra Hájková | 2015-07-19 | 1 | -1/+1 |
* | asfdec: read the replicated data in a separate function | Alexandra Hájková | 2015-07-19 | 1 | -13/+24 |
* | asfdec: convert condition for the replicated data reading to be safer | Alexandra Hájková | 2015-07-19 | 1 | -2/+2 |
* | asfdec: do not read replicated data when their length is 0 | Alexandra Hájková | 2015-07-19 | 1 | -11/+13 |
* | Revert "mov: Double-check that alias path is not an absolute path" | Vittorio Giovara | 2015-07-17 | 1 | -1/+1 |
* | mpegts: Mark the muxer as supporting variable fps | Luca Barbato | 2015-07-15 | 1 | -1/+1 |
* | mp3: Forward seeking errors | Luca Barbato | 2015-07-13 | 1 | -1/+3 |
* | asfdec: prevent memory leaks found with Coverity Scan | Alexandra Hájková | 2015-07-13 | 1 | -4/+8 |
* | asfdec: always reset packet state after seeking | Hendrik Leppkes | 2015-07-12 | 1 | -4/+2 |
* | riff: Validate bitrate | Andreas Cadhalpun | 2015-07-11 | 1 | -1/+19 |
* | mp3: Make the seek more robust | Luca Barbato | 2015-07-11 | 1 | -11/+65 |
* | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 10 | -12/+13 |
* | asfdec: Fix reading from the pipe | Alexandra Hájková | 2015-07-10 | 1 | -1/+2 |
* | lavf/hevc: pad the RBSP buffer as required by the bistream reader | Anton Khirnov | 2015-07-08 | 1 | -1/+1 |
* | mpjpeg: Write the Content-length | Frank Heckenbach | 2015-07-04 | 1 | -1/+4 |
* | mpjpeg: Simplify using avio_printf | Luca Barbato | 2015-07-04 | 1 | -10/+3 |
* | lavc: Move deprecation warning disabling to files including the table | Vittorio Giovara | 2015-07-03 | 1 | -0/+4 |
* | asfdec: prevent the infinite loop in detect unknown_subobject | Alexandra Hájková | 2015-07-03 | 1 | -0/+2 |
* | asfdec: prevent possible memory leak in the asf_read_metadata_obj | Alexandra Hájková | 2015-07-03 | 1 | -1/+2 |
* | mov: Log format rather than fourcc in stsd in trace mode | Vittorio Giovara | 2015-07-01 | 1 | -3/+3 |
* | mov: Adjust variable types to fix format warnings | Vittorio Giovara | 2015-07-01 | 1 | -1/+1 |
* | dump: Use the correct abs() version | Vittorio Giovara | 2015-07-01 | 1 | -1/+1 |
* | mov: Preserve the metadata even when bit-exactness is requested | Luca Barbato | 2015-06-30 | 1 | -7/+7 |
* | mpegts: Add jpeg2000 stream type | John Högberg | 2015-06-30 | 1 | -0/+1 |
* | riff: Validate the wav header size before trying to parse it | Luca Barbato | 2015-06-28 | 1 | -0/+3 |
* | asf: Do not skip data streams | Luca Barbato | 2015-06-28 | 1 | -6/+0 |
* | mpjpeg: Check stream allocation | Luca Barbato | 2015-06-28 | 1 | -0/+2 |
* | lavf: Replace the ASF demuxer | Alexandra Hájková | 2015-06-28 | 4 | -1201/+1375 |
* | segafilm: Remove deplanarization hack | Paul B Mahol | 2015-06-24 | 2 | -49/+3 |
* | PCM signed 16-bit big-endian planar decoder | Paul B Mahol | 2015-06-24 | 1 | -0/+1 |
* | DirectDraw Surface image decoder | Vittorio Giovara | 2015-06-22 | 1 | -0/+1 |
* | Hap decoder and encoder | Vittorio Giovara | 2015-06-22 | 1 | -0/+4 |
* | udp: Fix local_port management | Luca Barbato | 2015-06-22 | 1 | -1/+1 |
* | mp3: enable packed main_data decoding in MP4 | nu774 | 2015-06-20 | 1 | -1/+9 |
* | nut: Drop doxygen markers | Luca Barbato | 2015-06-15 | 1 | -12/+12 |
* | riff: Add MNM4 FourCC as mpeg4 | Vittorio Giovara | 2015-06-15 | 1 | -0/+1 |
* | tls_gnutls: fix hang on disconnection | wm4 | 2015-06-14 | 1 | -1/+1 |
* | flv: Name an enum and use its type | Vittorio Giovara | 2015-06-12 | 2 | -2/+3 |
* | segment: Check open_null_ctx() return value | Vittorio Giovara | 2015-06-12 | 1 | -1/+2 |
* | movenc: fixes a questionable valgrind uninitialized value warning | Janne Grunau | 2015-06-10 | 1 | -1/+1 |
* | mkv: Correctly report the latest packet had been flushed | Luca Barbato | 2015-06-09 | 1 | -1/+1 |
* | mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail | James Almer | 2015-06-09 | 1 | -4/+4 |