9633 Commits (71617884a2a673908bd5c0f73d4f91fdca3da82a)

Author SHA1 Message Date
Luca Barbato fe0337e89b rtmp: Do not send the first field twice within the handshake 11 years ago
Luca Barbato 666ed7eda1 rtmp: Drop an unneeded warning 11 years ago
Luca Barbato ffb7669e47 rtmp: Support play method in listen mode 11 years ago
Luca Barbato 97d35fa89f rtmp: Factor out publish specific code 11 years ago
Martin Storsjö 5bbfe193a0 vocdec: Don't update codec parameters mid-stream 11 years ago
Martin Storsjö 0ef1660a63 sierravmd: Do sanity checking of frame sizes 11 years ago
Martin Storsjö 342c43d154 omadec: Properly check lengths before incrementing the position 11 years ago
Alexandra Khirnova 00a63bfb87 matroskaenc: Fix stray pointers left over from av_reallocp_array refactoring 12 years ago
Vittorio Giovara c0779a67e8 mp3: add .mpa extension 12 years ago
Martin Storsjö 17d57848fc mpc8: Make sure the first stream exists before parsing the seek table 12 years ago
Martin Storsjö 459f2b393a mpc8: Check the seek table size parsed from the bitstream 12 years ago
Martin Storsjö 183b9d843a ape: Don't allow the seektable to be omitted 12 years ago
Martin Storsjö 710b0e2702 smacker: Avoid integer overflow when allocating packets 12 years ago
Martin Storsjö 8d928023f9 smacker: Don't return packets in unallocated streams 12 years ago
Martin Storsjö 48d6556dd4 dsicin: Add some basic sanity checks for fields read from the file 12 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 12 years ago
Martin Storsjö bdf990425e movenc: Simplify setting the fragmentation flag 12 years ago
Martin Storsjö 8b524ab0c4 movenc: Add a warning message if conflicting options have been specified 12 years ago
Martin Storsjö a6a4596e12 tcp: Explicitly convert a pointer to a boolean integer 12 years ago
Anton Khirnov 26f027fba1 lavf: fix the comparison in an overflow check 12 years ago
Luca Barbato 7ee191cab0 dv: Add a guard to not overread the ppcm array 12 years ago
Diego Biurrun c16ddcc90b avisynth: K&R formatting cosmetics 12 years ago
Diego Biurrun 97b052e568 avisynth: Add missing #include for NULL_IF_CONFIG_SMALL 12 years ago
John Stebbins 26b241c079 matroskaenc: Allow chapters to be written in trailer 12 years ago
Martin Storsjö d719981273 4xm: Check that the read track value is non-negative 12 years ago
Martin Storsjö 5bcd3ae5b1 matroskadec: Check that .lang was allocated and set before reading it 12 years ago
Martin Storsjö 0fbda03e5c movenc: Don't flush after each written packet 12 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 12 years ago
Anton Khirnov 488b2984fe ape demuxer: check for EOF in potentially long loops 12 years ago
Anton Khirnov a7c1689ded 4xm: check that bits per sample is strictly positive 12 years ago
Anton Khirnov df33a58e53 lavf: avoid integer overflow when estimating bitrate 12 years ago
Anton Khirnov fab694dd39 lavf: move a variable declaration to the block where it's used 12 years ago
Christian Schmidt a42e3a6700 pcm_dvd: consolidate pieces from pcm.c and mpeg.c 12 years ago
Martin Storsjö 6454c44f9f rtmpproto: Fix limelight authentication with abbreviated app names 12 years ago
Martin Storsjö 310cc4bf82 smoothstreamingenc: Write to a temp file while updating the manifest 12 years ago
Luca Barbato f4634ae8a8 flv: Fix the help string 12 years ago
John Stebbins f812eeda17 matroskaenc: Fix writing TRACKDEFAULTFLAG 12 years ago
Martin Storsjö 0fb3e1c6ce movenc: Check for errors from mov_create_chapter_track 12 years ago
Martin Storsjö 2bbad1f94c movenc: Properly free allocated data on failures in mov_write_header 12 years ago
Martin Storsjö 3559fb97c4 movenc: Check that tracks->enc exists before trying to free extradata 12 years ago
Martin Storsjö 4d122b01e4 movenc: Check for allocation failures in mov_create_chapter_track 12 years ago
Luca Barbato b89e8759e0 mov: Write tmcd extradata 12 years ago
Luca Barbato 5b41eb91e0 mov: Parse tmcd extradata 12 years ago
Luca Barbato 0b5af5cf12 mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd 12 years ago
Luca Barbato 08504380dd mov: Refactor codec specific final steps in mov_finalize_stsd_codec 12 years ago
Luca Barbato dc518a3ae2 mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle 12 years ago
Luca Barbato ef196beeb5 mov: Refactor audio specific parsing in mov_parse_stsd_audio 12 years ago
Luca Barbato a3b53ff062 mov: Refactor video specific parsing in mov_parse_stsd_video 12 years ago
Luca Barbato bf98562505 mov: Refactor codec id selection in mov_codec_id 12 years ago
John Stebbins 30ce289074 movenc: Make tkhd "enabled" flag QuickTime compatible 12 years ago