14399 Commits (86bee7984e30cf7df6ad353be7c5153f5988e797)

Author SHA1 Message Date
James Darnley 86bee7984e AVFormatContext: add metadata_header_padding field 11 years ago
Serhii Marchuk 1d07385053 mpegts demuxer: store PMT values of DVB teletext to extradata 11 years ago
Serhii Marchuk 2ebee19e1e mpegts muxer: restore PMT table of DVB teletext from extradata 11 years ago
Serhii Marchuk f8051bd31a mpegts muxer: Change the default subtitle language to "und" 11 years ago
Michael Niedermayer 4b8c599e84 avformat/nutenc: fix missing break in switch 11 years ago
Reynaldo H. Verdejo Pinochet 4d888a0ad8 libavformat/mtv: add missing MTV_ prefix to macro 11 years ago
Reynaldo H. Verdejo Pinochet ba15aab4a4 libavformat/mtv: make clear we assume bpp is always 16 11 years ago
Reynaldo H. Verdejo Pinochet d467e7df1a libavformat/mtv: donwgrade probe score for < 512 11 years ago
Reynaldo H. Verdejo Pinochet 30f4c58f6f libavformat/mtv: Check for min header size first 11 years ago
Martin Storsjö 2aec9e228c rtpdec_asf: Copy the need_parsing field from the chained demuxer 11 years ago
Michael Niedermayer 8456bd2c0f avformat/matroskaenc: wrap V_QUICKTIME codec private in something that looks like its part of quicktime stsd 11 years ago
Eli Kara da25a6573f avformat/http: Properly handle cookies that specify sub-domain where the URL. 11 years ago
Matt Oliver 306e1ac012 avformat/tls: Fix windows build with openSSL enabled. 11 years ago
Lukasz Marek 9ef441c525 lavf/ftp: remove double space 11 years ago
Lukasz Marek e0d124a920 lavf/libssh: fix seek with whence==SEEK_CUR 11 years ago
Lukasz Marek b271aac536 lavf/libssh: rename context variable from s into libssh 11 years ago
Lukasz Marek 522814455c lavf/libssh: add av_cold attributes 11 years ago
Lukasz Marek 7fb5f55e1e lavf/libssh: factorize create_sftp_session function 11 years ago
Lukasz Marek 77fadab1be lavf/libssh: factorize create_ssh_session function 11 years ago
Lukasz Marek bf5d73b04d lavf/libssh: factorize file_stat function 11 years ago
Lukasz Marek 8d3f14e11b lavf/libssh: factorize open_file function 11 years ago
Lukasz Marek 7e8f304846 lavf/libssh: add private_key option 11 years ago
Michael Niedermayer 28bc1d94b7 avformat/mov: redesign the fps calculation 11 years ago
Stefano Sabatini f57baf743f lavf/segment: drop pointless variable oc from seg_write_packet() 11 years ago
Stefano Sabatini 169065fbfb lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_packet() 11 years ago
Stefano Sabatini a2e78161ce lavf/mpegtsenc: fix weird indent 11 years ago
Michael Niedermayer 8e5e84c2a2 avformat/mov: Ignore the last frame for duration and fps calculation if it looks suspect 11 years ago
Martin Storsjö 89564be444 rtmpproto: Send a full, absolute timestamp if it isn't monotonically growing 11 years ago
Martin Storsjö 24eb3c7916 rtmpproto: Avoid using uninitialized memory 11 years ago
Justin Ruggles d01e684186 mov: do not set avg_frame_rate in the demuxer 11 years ago
Carl Eugen Hoyos b7702fafb3 Avoid a possible overflow when reading Nikon avi files. 11 years ago
Carl Eugen Hoyos f9c2d4d17e Allow decoding of slightly broken Nikon avi files. 11 years ago
wm4 1a193c438c lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags() 11 years ago
Michael Niedermayer 9d13432a90 avformat/matroskadec: identify SMI as SVQ3 11 years ago
Michael Niedermayer 48218580e1 avformat/matroskadec: support QDM2 as generated by mkvtoolnix-6.7.0 11 years ago
Michael Niedermayer 5800b08572 avformat/matroskadec: support SVQ3 as generated by mkvtoolnix-6.6.0 11 years ago
Michael Niedermayer ed7f1a5c20 avformat/metadata: allow ff_metadata_conv() to be called with NULL saftely 11 years ago
Michael Niedermayer ee27b11306 avformat/riff: fix demuxing of h264 INMC 11 years ago
Michael Niedermayer c9db8694a8 avisynth: fix setting packet properties 11 years ago
Anton Khirnov 5ef11b8dcc yuv4mpeg: set average frame rate 11 years ago
Anton Khirnov 33018907bd mp3enc: allow omitting the id3v2 header with -id3v2_version 0 11 years ago
Anton Khirnov f9cc6883a4 mp3enc: add an option for disabling the Xing frame. 11 years ago
Carl Eugen Hoyos fe9f575924 Warn if s16be is muxed into flv. 11 years ago
Carl Eugen Hoyos cb36e441de Never favour an audio stream with 0 channels in av_find_best_stream(). 11 years ago
Carl Eugen Hoyos 1132937077 Do not read mkv audio bit_depth if bits_per_coded_sample is already set. 11 years ago
Carl Eugen Hoyos 565102dcac Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726. 11 years ago
Michael Niedermayer b948ab8132 avformat/jvdec: clear packet padding after downsize 11 years ago
Michael Niedermayer fd334b9b6e avformat/mxfdec: fix typo in error check of mxf_edit_unit_absolute_offset() 11 years ago
Martin Storsjö 2620df1310 mov: Free an earlier allocated array if allocating a new one 11 years ago
Martin Storsjö d51f09962d mov: Free intermediate arrays in the normal cleanup function 11 years ago